Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Update stakater/pipeline-toolbox Docker tag to v0.0.36 #243

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stakater-build-image-flag/helm/templates/clustertask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion stakater-comment-on-pr/helm/templates/clustertask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion stakater-fetch-pr-number/helm/templates/clustertask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion stakater-helm-push/helm/templates/clustertask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion stakater-kube-linting/helm/templates/clustertask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion stakater-notify-slack/helm/templates/clustertask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion stakater-pr-cleaner/helm/templates/clustertask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion stakater-push-main-tag/helm/templates/clustertask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion stakater-sonarqube-scan/helm/templates/clustertask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading