Skip to content

Commit

Permalink
Update quay.io/giantswarm/sonobuoy Docker tag to v0.57.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 29, 2024
1 parent 0a53fda commit d1538cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tekton/tasks/cis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
description: Cluster information is stored here.
steps:
- name: run-tests
image: quay.io/giantswarm/sonobuoy:v0.56.17-alpine-giantswarm
image: quay.io/giantswarm/sonobuoy:v0.57.1-alpine-giantswarm
env:
- name: WC_KUBECONFIG
value: "$(workspaces.cluster.path)/kubeconfig"
Expand Down
2 changes: 1 addition & 1 deletion tekton/tasks/cncf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ spec:
echo "$PSS" | kubectl --kubeconfig "${WC_KUBECONFIG}" apply -f -
- name: run-tests
image: quay.io/giantswarm/sonobuoy:v0.56.17-alpine-giantswarm
image: quay.io/giantswarm/sonobuoy:v0.57.1-alpine-giantswarm
securityContext:
runAsUser: 0
runAsGroup: 0
Expand Down
2 changes: 1 addition & 1 deletion tekton/tasks/manage-sonobuoy-results.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
description: "Path of kubeconfig file to access cluster"
steps:
- name: manage-sonobuoy-results
image: quay.io/giantswarm/sonobuoy:v0.56.17-alpine-giantswarm
image: quay.io/giantswarm/sonobuoy:v0.57.1-alpine-giantswarm
env:
- name: KUBECONFIG
value: $(params.kubeconfig)
Expand Down

0 comments on commit d1538cf

Please sign in to comment.