Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Update gsoci.azurecr.io/giantswarm/kubectl-gs Docker tag to v3.2.0 #398

Closed
Closed
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 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
Loading