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

Commit

Permalink
Merge pull request #49 from projectsyn/deps/update-bitnami-kubectl-re…
Browse files Browse the repository at this point in the history
…gistry

Change registry for `bitnami/kubectl` to docker.io
  • Loading branch information
simu authored Apr 21, 2022
2 parents 48922b1 + ce9cbb4 commit 4090e95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:
tag: v1.1.0
pullPolicy: IfNotPresent
kubectl:
registry: quay.io
registry: docker.io
repository: bitnami/kubectl
tag: 1.21.5
helmValues:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
fieldPath: metadata.namespace
- name: NEW_VERSION
value: v1.1.0
image: quay.io/bitnami/kubectl:1.21.5
image: docker.io/bitnami/kubectl:1.21.5
imagePullPolicy: IfNotPresent
name: delete-deployment
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
fieldPath: metadata.namespace
- name: NEW_VERSION
value: v1.1.0
image: quay.io/bitnami/kubectl:1.21.5
image: docker.io/bitnami/kubectl:1.21.5
imagePullPolicy: IfNotPresent
name: delete-deployment
ports: []
Expand Down

0 comments on commit 4090e95

Please sign in to comment.