chore(argocd): update ksops version

This commit is contained in:
David Landry 2024-10-09 16:00:00 -04:00
parent 06933c0ae4
commit c083f71168

View file

@ -16,7 +16,7 @@ spec:
# 2. Use an init container to download/copy custom binaries into the emptyDir
initContainers:
- name: install-ksops
image: viaductoss/ksops:v4.3.1
image: viaductoss/ksops:v4.3.2
command: ["/bin/sh", "-c"]
args:
- echo "Installing KSOPS...";