diff --git a/stakater-build-image-flag/helm/templates/clustertask.yaml b/stakater-build-image-flag/helm/templates/clustertask.yaml index 1d4ca05..210ad17 100644 --- a/stakater-build-image-flag/helm/templates/clustertask.yaml +++ b/stakater-build-image-flag/helm/templates/clustertask.yaml @@ -20,7 +20,7 @@ spec: description: Flag for determining whether image should be built or not steps: - name: generate-build-flag - image: stakater/pipeline-toolbox:v0.0.31 + image: stakater/pipeline-toolbox:v0.0.36 command: [ "/bin/bash" ] workingDir: $(workspaces.source.path) args: diff --git a/stakater-comment-on-pr/helm/templates/clustertask.yaml b/stakater-comment-on-pr/helm/templates/clustertask.yaml index 1393e28..7897447 100644 --- a/stakater-comment-on-pr/helm/templates/clustertask.yaml +++ b/stakater-comment-on-pr/helm/templates/clustertask.yaml @@ -20,7 +20,7 @@ spec: default: "git-token" steps: - name: comment-on-pr - image: stakater/pipeline-toolbox:v0.0.31 + image: stakater/pipeline-toolbox:v0.0.36 command: ["/bin/bash"] env: - name: GIT_TOKEN diff --git a/stakater-create-environment/helm/templates/clustertask.yaml b/stakater-create-environment/helm/templates/clustertask.yaml index b7471b6..3e1cb76 100644 --- a/stakater-create-environment/helm/templates/clustertask.yaml +++ b/stakater-create-environment/helm/templates/clustertask.yaml @@ -111,7 +111,7 @@ spec: command: - /bin/bash - image: stakater/pipeline-toolbox:v0.0.31 + image: stakater/pipeline-toolbox:v0.0.36 name: create-environment resources: {} volumeMounts: diff --git a/stakater-fetch-pr-number/helm/templates/clustertask.yaml b/stakater-fetch-pr-number/helm/templates/clustertask.yaml index 6d07c93..fc95dfc 100644 --- a/stakater-fetch-pr-number/helm/templates/clustertask.yaml +++ b/stakater-fetch-pr-number/helm/templates/clustertask.yaml @@ -61,7 +61,7 @@ spec: name: $(params.AUTH_SECRET_NAME) command: - /bin/bash - image: 'stakater/pipeline-toolbox:v0.0.31' + image: 'stakater/pipeline-toolbox:v0.0.36' name: fetch-params resources: {} workingDir: $(workspaces.source.path) diff --git a/stakater-github-update-cd-repo/helm/templates/clustertask.yaml b/stakater-github-update-cd-repo/helm/templates/clustertask.yaml index 939a7da..17af491 100644 --- a/stakater-github-update-cd-repo/helm/templates/clustertask.yaml +++ b/stakater-github-update-cd-repo/helm/templates/clustertask.yaml @@ -56,7 +56,7 @@ spec: default: "~" steps: - name: update-cd-repo - image: stakater/pipeline-toolbox:v0.0.31 + image: stakater/pipeline-toolbox:v0.0.36 command: ["/bin/bash"] workingDir: $(workspaces.source.path) env: diff --git a/stakater-gitlab-update-cd-repo/helm/templates/clustertask.yaml b/stakater-gitlab-update-cd-repo/helm/templates/clustertask.yaml index 8160ac4..17ebc2e 100644 --- a/stakater-gitlab-update-cd-repo/helm/templates/clustertask.yaml +++ b/stakater-gitlab-update-cd-repo/helm/templates/clustertask.yaml @@ -44,7 +44,7 @@ spec: default: "gitlab-pat" steps: - name: update-cd-repo - image: stakater/pipeline-toolbox:v0.0.31 + image: stakater/pipeline-toolbox:v0.0.36 command: ["/bin/bash"] workingDir: $(workspaces.source.path) env: diff --git a/stakater-helm-push/helm/templates/clustertask.yaml b/stakater-helm-push/helm/templates/clustertask.yaml index f557dc7..333977f 100644 --- a/stakater-helm-push/helm/templates/clustertask.yaml +++ b/stakater-helm-push/helm/templates/clustertask.yaml @@ -40,7 +40,7 @@ spec: name: $(params.HELM_REG_CREDS_SECRET_NAME) key: username optional: true - image: stakater/pipeline-toolbox:v0.0.31 + image: stakater/pipeline-toolbox:v0.0.36 name: helm-package command: ["/bin/bash"] workingDir: $(workspaces.source.path) diff --git a/stakater-kube-linting/helm/templates/clustertask.yaml b/stakater-kube-linting/helm/templates/clustertask.yaml index e25ec58..39a9b76 100644 --- a/stakater-kube-linting/helm/templates/clustertask.yaml +++ b/stakater-kube-linting/helm/templates/clustertask.yaml @@ -14,7 +14,7 @@ spec: name: NAMESPACE type: string steps: - - image: stakater/pipeline-toolbox:v0.0.31 + - image: stakater/pipeline-toolbox:v0.0.36 name: helm script: | cd $(params.DEPLOYMENT_FILES_PATH) diff --git a/stakater-notify-slack/helm/templates/clustertask.yaml b/stakater-notify-slack/helm/templates/clustertask.yaml index f8fdc15..226a512 100644 --- a/stakater-notify-slack/helm/templates/clustertask.yaml +++ b/stakater-notify-slack/helm/templates/clustertask.yaml @@ -21,7 +21,7 @@ spec: steps: - name: notify-slack - image: stakater/pipeline-toolbox:v0.0.31 + image: stakater/pipeline-toolbox:v0.0.36 env: - name: SLACK_WEBHOOK valueFrom: diff --git a/stakater-pr-cleaner/helm/templates/clustertask.yaml b/stakater-pr-cleaner/helm/templates/clustertask.yaml index 6a81153..73ea401 100644 --- a/stakater-pr-cleaner/helm/templates/clustertask.yaml +++ b/stakater-pr-cleaner/helm/templates/clustertask.yaml @@ -28,7 +28,7 @@ spec: memory: 1Gi steps: - name: update-cd-repo-on-merge - image: stakater/pipeline-toolbox:v0.0.31 + image: stakater/pipeline-toolbox:v0.0.36 command: ["/bin/bash"] env: - name: GIT_PASSWORD diff --git a/stakater-push-main-tag-bitbucket/helm/templates/clustertask.yaml b/stakater-push-main-tag-bitbucket/helm/templates/clustertask.yaml index 8777146..1acdcfb 100644 --- a/stakater-push-main-tag-bitbucket/helm/templates/clustertask.yaml +++ b/stakater-push-main-tag-bitbucket/helm/templates/clustertask.yaml @@ -45,7 +45,7 @@ spec: command: - /bin/bash - image: 'stakater/pipeline-toolbox:v0.0.31' + image: 'stakater/pipeline-toolbox:v0.0.36' name: push-main-tag resources: {} workingDir: $(workspaces.source.path) diff --git a/stakater-push-main-tag/helm/templates/clustertask.yaml b/stakater-push-main-tag/helm/templates/clustertask.yaml index 2396e2d..85956b8 100644 --- a/stakater-push-main-tag/helm/templates/clustertask.yaml +++ b/stakater-push-main-tag/helm/templates/clustertask.yaml @@ -72,7 +72,7 @@ spec: value: $(workspaces.basic-auth.bound) - name: WORKSPACE_BASIC_AUTH_DIRECTORY_PATH value: $(workspaces.basic-auth.path) - image: 'stakater/pipeline-toolbox:v0.0.31' + image: 'stakater/pipeline-toolbox:v0.0.36' name: push-main-tag resources: {} workingDir: $(workspaces.source.path) diff --git a/stakater-remove-environment/helm/templates/clustertask.yaml b/stakater-remove-environment/helm/templates/clustertask.yaml index e911d2c..9a7f1c9 100644 --- a/stakater-remove-environment/helm/templates/clustertask.yaml +++ b/stakater-remove-environment/helm/templates/clustertask.yaml @@ -25,7 +25,7 @@ spec: fi command: - /bin/bash - image: 'stakater/pipeline-toolbox:v0.0.31' + image: 'stakater/pipeline-toolbox:v0.0.36' name: remove-environment resources: {} workspaces: diff --git a/stakater-sonarqube-scan/helm/templates/clustertask.yaml b/stakater-sonarqube-scan/helm/templates/clustertask.yaml index f3f2088..ba6d69a 100644 --- a/stakater-sonarqube-scan/helm/templates/clustertask.yaml +++ b/stakater-sonarqube-scan/helm/templates/clustertask.yaml @@ -78,7 +78,7 @@ spec: exit 128 fi - name: sonar-scan - image: stakater/pipeline-toolbox:v0.0.31 + image: stakater/pipeline-toolbox:v0.0.36 workingDir: $(workspaces.source.path) command: - /bin/bash diff --git a/stakater-validate-environment/helm/templates/clustertask.yaml b/stakater-validate-environment/helm/templates/clustertask.yaml index 1a0fff2..aa71b2b 100644 --- a/stakater-validate-environment/helm/templates/clustertask.yaml +++ b/stakater-validate-environment/helm/templates/clustertask.yaml @@ -23,7 +23,7 @@ spec: default: "NA" steps: - name: validate-environment - image: stakater/pipeline-toolbox:v0.0.31 + image: stakater/pipeline-toolbox:v0.0.36 command: ["/bin/bash"] workingDir: $(workspaces.source.path) args: