Skip to content

Commit e8ece65

Browse files
chore(registry): replace the docker image for kubectl use (#1416)
Because - We have to use bitnamisecure/kubectl rather than bitnami/kubectl docker image This commit - replace the docker image for kubectl use
1 parent 85054f9 commit e8ece65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/core/templates/registry/maintenance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
serviceAccountName: {{ include "core.registry" . }}-maintenance
5555
containers:
5656
- name: kubectl
57-
image: bitnami/kubectl
57+
image: bitnamisecure/kubectl:latest
5858
command: ["/bin/bash", "-c"]
5959
args:
6060
- |

0 commit comments

Comments
 (0)