diff --git a/README.md b/README.md index b1b6f82..1bca015 100644 --- a/README.md +++ b/README.md @@ -348,7 +348,7 @@ spec: initContainers: - name: install-ksops # Match Argo CD Go version - image: viaductoss/ksops:v2.5.4 + image: viaductoss/ksops:v2.5.5 command: ["/bin/sh", "-c"] args: - echo "Installing KSOPS..."; @@ -395,7 +395,7 @@ Alternatively, for more control and faster pod start times you can build a custo ARG ARGO_CD_VERSION="v1.7.7" # Always match Argo CD Dockerfile's Go version! # https://github.com/argoproj/argo-cd/blob/master/Dockerfile -ARG KSOPS_VERSION="v2.5.4" +ARG KSOPS_VERSION="v2.5.5" #--------------------------------------------# #--------Build KSOPS and Kustomize-----------# @@ -454,7 +454,7 @@ repoServer: - name: install-ksops # match Argo CD Go version from latest helm chart # (at the time of writing, chart: 2.10.0/app: 1.7.6) - image: viaductoss/ksops:v2.5.4 + image: viaductoss/ksops:v2.5.5 command: ["/bin/sh", "-c"] args: - echo "Installing KSOPS...";