Skip to content

Commit

Permalink
Update quay.io/giantswarm/kubectl-gs Docker tag to v2.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent 31fe35d commit 81b8b37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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: quay.io/giantswarm/kubectl-gs:2.43.0
image: quay.io/giantswarm/kubectl-gs:2.44.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: quay.io/giantswarm/kubectl-gs:2.43.0
image: quay.io/giantswarm/kubectl-gs:2.44.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: quay.io/giantswarm/kubectl-gs:2.43.0
image: quay.io/giantswarm/kubectl-gs:2.44.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: quay.io/giantswarm/kubectl-gs:2.43.0
image: quay.io/giantswarm/kubectl-gs:2.44.0
env:
- name: REGION
value: $(params.REGION)
Expand Down

0 comments on commit 81b8b37

Please sign in to comment.