From 5ced30d87a6b3a659e5d2c1bf542e8660a3054b2 Mon Sep 17 00:00:00 2001 From: Devin Stein Date: Wed, 10 Jan 2024 08:09:42 -0700 Subject: [PATCH] v4.3.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 685ee32..c170ffe 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.0 + image: viaductoss/ksops:v4.3.1 command: ["/bin/sh", "-c"] args: - echo "Installing KSOPS..."; @@ -432,7 +432,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.0" +ARG KSOPS_VERSION="v4.3.1" #--------------------------------------------# #--------Build KSOPS and Kustomize-----------# @@ -480,7 +480,7 @@ repoServer: initContainers: - name: install-ksops - image: viaductoss/ksops:v4.3.0 + image: viaductoss/ksops:v4.3.1 command: ["/bin/sh", "-c"] args: - echo "Installing KSOPS...";