diff --git a/README.md b/README.md index 386e276..b38e141 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ spec: # 2. Use an init container to download/copy custom binaries into the emptyDir initContainers: - name: install-ksops - image: viaductoss/ksops:v4.1.0 + image: viaductoss/ksops:v4.1.1 command: ["/bin/sh", "-c"] args: - echo "Installing KSOPS..."; @@ -392,7 +392,7 @@ Alternatively, for more control and faster pod start times you can build a custo ```Dockerfile ARG ARGO_CD_VERSION="v1.7.7" # https://github.com/argoproj/argo-cd/blob/master/Dockerfile -ARG KSOPS_VERSION="v4.1.0" +ARG KSOPS_VERSION="v4.1.1" #--------------------------------------------# #--------Build KSOPS and Kustomize-----------# @@ -440,7 +440,7 @@ repoServer: initContainers: - name: install-ksops - image: viaductoss/ksops:v4.1.0 + image: viaductoss/ksops:v4.1.1 command: ["/bin/sh", "-c"] args: - echo "Installing KSOPS...";