From c2c19ce03f7707f39938f13e69fc51c74396b833 Mon Sep 17 00:00:00 2001 From: Devin Stein Date: Fri, 28 Jun 2024 16:14:42 -0400 Subject: [PATCH] v4.3.2 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7128f34..a1893d0 100644 --- a/README.md +++ b/README.md @@ -391,7 +391,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..."; @@ -459,7 +459,7 @@ cat age.agekey | oc create secret generic sops-age --namespace=openshift-operato command: - /bin/sh - -c - image: viaductoss/ksops:v4.3.1 + image: viaductoss/ksops:v4.3.2 name: install-ksops volumeMounts: - mountPath: /custom-tools @@ -523,7 +523,7 @@ Alternatively, for more control and faster pod start times you can build a custo ```Dockerfile ARG ARGO_CD_VERSION="v2.6.7" # https://github.com/argoproj/argo-cd/blob/master/Dockerfile -ARG KSOPS_VERSION="v4.3.1" +ARG KSOPS_VERSION="v4.3.2" #--------------------------------------------# #--------Build KSOPS and Kustomize-----------# @@ -571,7 +571,7 @@ repoServer: initContainers: - name: install-ksops - image: viaductoss/ksops:v4.3.1 + image: viaductoss/ksops:v4.3.2 command: ["/bin/sh", "-c"] args: - echo "Installing KSOPS...";