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

Commit

Permalink
Update stakater/pipeline-toolbox Docker tag to v0.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent 7c2968b commit 2f562ab
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
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

0 comments on commit 2f562ab

Please sign in to comment.