From 433838e552aec6c458c11d8fea6e16e327f73e0c Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Wed, 17 Nov 2021 15:49:56 +0100 Subject: [PATCH] adds terraform apply --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index f0f6e79..b549045 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -50,7 +50,7 @@ pipelines: - step: name: Deploy K8s apps (staging) script: - - pipe: atlassian/kubectl-run:1.1.2 + - pipe: atlassian/kubectl-run:3.1.2 variables: KUBE_CONFIG: $KUBE_CONFIG_STG KUBECTL_COMMAND: '-n argocd apply -k k8s/argocd/overlays/staging'