Skip to content

Commit

Permalink
Update Docs for v2.0.0 Release (#15)
Browse files Browse the repository at this point in the history
* Update Argo CD integration for v2.0.0 release

* Fix image reference
  • Loading branch information
devstein authored Jan 10, 2020
1 parent 0cc372a commit 941450b
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 @@ -205,7 +205,7 @@ spec:
initContainers:
- name: install-ksops
# Match Argo CD Go version
image: viaductoss/ksops:v1.0
image: viaductoss/ksops:v2.0.0
command: ["/bin/sh", "-c"]
args:
- echo "Installing KSOPS...";
Expand Down Expand Up @@ -249,10 +249,10 @@ spec:
Alternatively, for more control and faster pod start times you can build a custom docker image.

```Dockerfile
ARG ARGO_CD_VERSION="v1.3.0"
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="v1.0"
ARG KSOPS_VERSION="v2.0.0"
#--------------------------------------------#
#--------Build KSOPS and Kustomize-----------#
Expand Down

0 comments on commit 941450b

Please sign in to comment.