Skip to content

Commit 64c0c51

Browse files
Copilotgagantrivedi
andcommitted
Replace kubectl image references with bitnamisecure/kubectl:latest
Co-authored-by: gagantrivedi <[email protected]>
1 parent fa31eca commit 64c0c51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/flagsmith/templates/django-secret-init/job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
serviceAccountName: {{ include "flagsmith.api.secretKeySecretName" . }}
2424
containers:
2525
- name: secret-creator
26-
image: bitnamilegacy/kubectl:latest
26+
image: bitnamisecure/kubectl:latest
2727
imagePullPolicy: IfNotPresent
2828
command:
2929
- /bin/sh

charts/flagsmith/templates/sse-secret-init/job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
serviceAccountName: {{ include "flagsmith.sse.authenticationTokenSecretName" . }}
2424
containers:
2525
- name: secret-creator
26-
image: bitnami/kubectl:latest
26+
image: bitnamisecure/kubectl:latest
2727
imagePullPolicy: IfNotPresent
2828
command:
2929
- /bin/sh

0 commit comments

Comments
 (0)