Skip to content

Commit

Permalink
v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
devstein committed Feb 8, 2021
1 parent 2a2f752 commit 31e8553
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 @@ -346,7 +346,7 @@ spec:
initContainers:
- name: install-ksops
# Match Argo CD Go version
image: viaductoss/ksops:v2.3.3
image: viaductoss/ksops:v2.3.4
command: ["/bin/sh", "-c"]
args:
- echo "Installing KSOPS...";
Expand Down Expand Up @@ -393,7 +393,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.3"
ARG KSOPS_VERSION="v2.3.4"
#--------------------------------------------#
#--------Build KSOPS and Kustomize-----------#
Expand Down Expand Up @@ -452,7 +452,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.3
image: viaductoss/ksops:v2.3.4
command: ["/bin/sh", "-c"]
args:
- echo "Installing KSOPS...";
Expand Down

0 comments on commit 31e8553

Please sign in to comment.