Skip to content

Commit 25f0301

Browse files
committed
v4.2.3
1 parent db19763 commit 25f0301

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
@@ -363,7 +363,7 @@ spec:
363363
# 2. Use an init container to download/copy custom binaries into the emptyDir
364364
initContainers:
365365
- name: install-ksops
366-
image: viaductoss/ksops:v4.2.2
366+
image: viaductoss/ksops:v4.2.3
367367
command: ["/bin/sh", "-c"]
368368
args:
369369
- echo "Installing KSOPS...";
@@ -404,7 +404,7 @@ Alternatively, for more control and faster pod start times you can build a custo
404404
```Dockerfile
405405
ARG ARGO_CD_VERSION="v2.6.7"
406406
# https://github.com/argoproj/argo-cd/blob/master/Dockerfile
407-
ARG KSOPS_VERSION="v4.2.2"
407+
ARG KSOPS_VERSION="v4.2.3"
408408
409409
#--------------------------------------------#
410410
#--------Build KSOPS and Kustomize-----------#
@@ -452,7 +452,7 @@ repoServer:
452452
453453
initContainers:
454454
- name: install-ksops
455-
image: viaductoss/ksops:v4.2.2
455+
image: viaductoss/ksops:v4.2.3
456456
command: ["/bin/sh", "-c"]
457457
args:
458458
- echo "Installing KSOPS...";

0 commit comments

Comments
 (0)