Skip to content

Commit

Permalink
Update quay.io/giantswarm/sonobuoy Docker tag to v0.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent bb7aa6a commit b20a0a7
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.0-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 @@ -21,7 +21,7 @@ spec:
description: "Path of kubeconfig file to access test management cluster"
steps:
- name: run-tests
image: quay.io/giantswarm/sonobuoy:v0.56.17-alpine-giantswarm
image: quay.io/giantswarm/sonobuoy:v0.57.0-alpine-giantswarm
env:
- name: PROVIDER
value: $(params.PROVIDER)
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.0-alpine-giantswarm
env:
- name: KUBECONFIG
value: $(params.kubeconfig)
Expand Down

0 comments on commit b20a0a7

Please sign in to comment.