File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ spec:
348
348
initContainers:
349
349
- name: install-ksops
350
350
# Match Argo CD Go version
351
- image: viaductoss/ksops:v2.5.4
351
+ image: viaductoss/ksops:v2.5.5
352
352
command: ["/bin/sh", "-c"]
353
353
args:
354
354
- echo "Installing KSOPS...";
@@ -395,7 +395,7 @@ Alternatively, for more control and faster pod start times you can build a custo
395
395
ARG ARGO_CD_VERSION="v1.7.7"
396
396
# Always match Argo CD Dockerfile's Go version!
397
397
# https://github.com/argoproj/argo-cd/blob/master/Dockerfile
398
- ARG KSOPS_VERSION="v2.5.4 "
398
+ ARG KSOPS_VERSION="v2.5.5 "
399
399
400
400
#--------------------------------------------#
401
401
#--------Build KSOPS and Kustomize-----------#
@@ -454,7 +454,7 @@ repoServer:
454
454
- name: install-ksops
455
455
# match Argo CD Go version from latest helm chart
456
456
# (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
458
458
command: ["/bin/sh", "-c"]
459
459
args:
460
460
- echo "Installing KSOPS...";
You can’t perform that action at this time.
0 commit comments