Skip to content

Commit

Permalink
v2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
devstein committed Apr 19, 2021
1 parent 18c68a1 commit 23b9142
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -348,7 +348,7 @@ spec:
initContainers:
- name: install-ksops
# Match Argo CD Go version
image: viaductoss/ksops:v2.5.4
image: viaductoss/ksops:v2.5.5
command: ["/bin/sh", "-c"]
args:
- echo "Installing KSOPS...";
Expand Down Expand Up @@ -395,7 +395,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.5.4"
ARG KSOPS_VERSION="v2.5.5"

#--------------------------------------------#
#--------Build KSOPS and Kustomize-----------#
Expand Down Expand Up @@ -454,7 +454,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.5.4
image: viaductoss/ksops:v2.5.5
command: ["/bin/sh", "-c"]
args:
- echo "Installing KSOPS...";
Expand Down

0 comments on commit 23b9142

Please sign in to comment.