Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
devstein committed Apr 5, 2020
1 parent 61ce22f commit 5040959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ spec:
initContainers:
- name: install-ksops
# Match Argo CD Go version
image: viaductoss/ksops:v2.0.0
image: viaductoss/ksops:v2.1.0
command: ["/bin/sh", "-c"]
args:
- echo "Installing KSOPS...";
Expand Down Expand Up @@ -299,7 +299,7 @@ Alternatively, for more control and faster pod start times you can build a custo
ARG ARGO_CD_VERSION="v1.3.6"
# Always match Argo CD Dockerfile's Go version!
# https://github.com/argoproj/argo-cd/blob/master/Dockerfile
ARG KSOPS_VERSION="v2.0.0"
ARG KSOPS_VERSION="v2.1.0"
#--------------------------------------------#
#--------Build KSOPS and Kustomize-----------#
Expand Down

0 comments on commit 5040959

Please sign in to comment.