Skip to content

Commit 521aa6f

Browse files
committed
v4.3.0
1 parent 2f44068 commit 521aa6f

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
@@ -391,7 +391,7 @@ spec:
391391
# 2. Use an init container to download/copy custom binaries into the emptyDir
392392
initContainers:
393393
- name: install-ksops
394-
image: viaductoss/ksops:v4.2.5
394+
image: viaductoss/ksops:v4.3.0
395395
command: ["/bin/sh", "-c"]
396396
args:
397397
- echo "Installing KSOPS...";
@@ -432,7 +432,7 @@ Alternatively, for more control and faster pod start times you can build a custo
432432
```Dockerfile
433433
ARG ARGO_CD_VERSION="v2.6.7"
434434
# https://github.com/argoproj/argo-cd/blob/master/Dockerfile
435-
ARG KSOPS_VERSION="v4.2.5"
435+
ARG KSOPS_VERSION="v4.3.0"
436436
437437
#--------------------------------------------#
438438
#--------Build KSOPS and Kustomize-----------#
@@ -480,7 +480,7 @@ repoServer:
480480
481481
initContainers:
482482
- name: install-ksops
483-
image: viaductoss/ksops:v4.2.5
483+
image: viaductoss/ksops:v4.3.0
484484
command: ["/bin/sh", "-c"]
485485
args:
486486
- echo "Installing KSOPS...";

0 commit comments

Comments
 (0)