Skip to content

Commit e96b4ec

Browse files
fix: fetch kubectl from bitnamisecure (#429)
* Initial plan * Initial analysis - identified kubectl image references to update Co-authored-by: gagantrivedi <[email protected]> * Replace kubectl image references with bitnamisecure/kubectl:latest Co-authored-by: gagantrivedi <[email protected]> * Revert formatting changes to .release-please-manifest.json Co-authored-by: gagantrivedi <[email protected]> * Revert unintended changes to documentation and configuration files Co-authored-by: gagantrivedi <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: gagantrivedi <[email protected]>
1 parent 44eeb49 commit e96b4ec

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)