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

Commit

Permalink
Change registry for bitnami/kubectl to docker.io
Browse files Browse the repository at this point in the history
The bitnami images have disappeared on quay.io. According to
https://blog.bitnami.com/2021/07/vmware-joins-docker-verified-publisher.html
docker.io/bitnami should be exempt from the pull rate limits.
  • Loading branch information
simu committed Apr 21, 2022
1 parent 48922b1 commit ce9cbb4
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 ce9cbb4

Please sign in to comment.