Skip to content

Commit 23b9142

Browse files
committed
v2.5.5
1 parent 18c68a1 commit 23b9142

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ spec:
348348
initContainers:
349349
- name: install-ksops
350350
# Match Argo CD Go version
351-
image: viaductoss/ksops:v2.5.4
351+
image: viaductoss/ksops:v2.5.5
352352
command: ["/bin/sh", "-c"]
353353
args:
354354
- echo "Installing KSOPS...";
@@ -395,7 +395,7 @@ Alternatively, for more control and faster pod start times you can build a custo
395395
ARG ARGO_CD_VERSION="v1.7.7"
396396
# Always match Argo CD Dockerfile's Go version!
397397
# https://github.com/argoproj/argo-cd/blob/master/Dockerfile
398-
ARG KSOPS_VERSION="v2.5.4"
398+
ARG KSOPS_VERSION="v2.5.5"
399399
400400
#--------------------------------------------#
401401
#--------Build KSOPS and Kustomize-----------#
@@ -454,7 +454,7 @@ repoServer:
454454
- name: install-ksops
455455
# match Argo CD Go version from latest helm chart
456456
# (at the time of writing, chart: 2.10.0/app: 1.7.6)
457-
image: viaductoss/ksops:v2.5.4
457+
image: viaductoss/ksops:v2.5.5
458458
command: ["/bin/sh", "-c"]
459459
args:
460460
- echo "Installing KSOPS...";

0 commit comments

Comments
 (0)