From 8f5607414dd21ecf22fd6fd58f1cd9dfb0d3a093 Mon Sep 17 00:00:00 2001 From: Devin Stein Date: Wed, 16 Dec 2020 13:26:59 -0800 Subject: [PATCH] v2.3.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14e05e7..3617d40 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ spec: initContainers: - name: install-ksops # Match Argo CD Go version - image: viaductoss/ksops:v2.3.0 + image: viaductoss/ksops:v2.3.1 command: ["/bin/sh", "-c"] args: - echo "Installing KSOPS..."; @@ -382,7 +382,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.3.0" +ARG KSOPS_VERSION="v2.3.1" #--------------------------------------------# #--------Build KSOPS and Kustomize-----------# @@ -441,7 +441,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.3.0-go-1.14 + image: viaductoss/ksops:v2.3.1 command: ["/bin/sh", "-c"] args: - echo "Installing KSOPS...";