Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devstein committed Dec 16, 2020
1 parent 63c4844 commit 8f56074
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...";
Expand Down Expand Up @@ -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-----------#
Expand Down Expand Up @@ -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...";
Expand Down

0 comments on commit 8f56074

Please sign in to comment.