Skip to content

Commit

Permalink
Update gsoci.azurecr.io/giantswarm/kubectl-gs Docker tag to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent 4d5820a commit 3bc49bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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: mute-kyverno
image: gsoci.azurecr.io/giantswarm/kubectl-gs:3.1.0
image: gsoci.azurecr.io/giantswarm/kubectl-gs:3.2.0
env:
- name: MC_KUBECONFIG
value: $(params.MC_KUBECONFIG)
Expand Down
4 changes: 2 additions & 2 deletions tekton/tasks/create-cluster-capi-hybrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
description: The ID of the created cluster.
steps:
- name: create-cluster
image: gsoci.azurecr.io/giantswarm/kubectl-gs:3.1.0
image: gsoci.azurecr.io/giantswarm/kubectl-gs:3.2.0
env:
- name: PROVIDER
value: $(params.PROVIDER)
Expand Down Expand Up @@ -154,7 +154,7 @@ spec:
retry_single /tmp/nodepool.yaml
- name: legacy-get-kubeconfig
image: gsoci.azurecr.io/giantswarm/kubectl-gs:3.1.0
image: gsoci.azurecr.io/giantswarm/kubectl-gs:3.2.0
env:
- name: PROVIDER
value: $(params.PROVIDER)
Expand Down
2 changes: 1 addition & 1 deletion tekton/tasks/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
runAsUser: 0
runAsGroup: 0
- name: create-release
image: gsoci.azurecr.io/giantswarm/kubectl-gs:3.1.0
image: gsoci.azurecr.io/giantswarm/kubectl-gs:3.2.0
env:
- name: PROVIDER
value: $(params.PROVIDER)
Expand Down
2 changes: 1 addition & 1 deletion tekton/tasks/detect-test-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
runAsUser: 0
runAsGroup: 0
- name: calculate-inputs
image: gsoci.azurecr.io/giantswarm/kubectl-gs:3.1.0
image: gsoci.azurecr.io/giantswarm/kubectl-gs:3.2.0
env:
- name: REGION
value: $(params.REGION)
Expand Down

0 comments on commit 3bc49bd

Please sign in to comment.