Skip to content

Commit

Permalink
Pin kubectl image in sftd chart (#1383)
Browse files Browse the repository at this point in the history
I somehow missed this. It's needed for the offline deliverable

Can I somehow get this into master without making a release though?
  • Loading branch information
arianvp committed Feb 25, 2021
1 parent f790adb commit c4a2ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sftd/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
emptyDir: {}
initContainers:
- name: get-external-ip
image: bitnami/kubectl
image: bitnami/kubectl:1.19.7
volumeMounts:
- name: external-ip
mountPath: /external-ip
Expand Down

0 comments on commit c4a2ba8

Please sign in to comment.