From 25f03018cd7acf09ed0f39623c424a6dd89c4ebd Mon Sep 17 00:00:00 2001 From: Devin Stein Date: Thu, 28 Sep 2023 08:34:11 -0700 Subject: [PATCH] v4.2.3 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc6dd41..87136d4 100644 --- a/README.md +++ b/README.md @@ -363,7 +363,7 @@ spec: # 2. Use an init container to download/copy custom binaries into the emptyDir initContainers: - name: install-ksops - image: viaductoss/ksops:v4.2.2 + image: viaductoss/ksops:v4.2.3 command: ["/bin/sh", "-c"] args: - echo "Installing KSOPS..."; @@ -404,7 +404,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.2.2" +ARG KSOPS_VERSION="v4.2.3" #--------------------------------------------# #--------Build KSOPS and Kustomize-----------# @@ -452,7 +452,7 @@ repoServer: initContainers: - name: install-ksops - image: viaductoss/ksops:v4.2.2 + image: viaductoss/ksops:v4.2.3 command: ["/bin/sh", "-c"] args: - echo "Installing KSOPS...";