Skip to content

Commit e24a36c

Browse files
committed
v3.0.1
1 parent 96770ee commit e24a36c

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
@@ -301,7 +301,7 @@ spec:
301301
# 2. Use an init container to download/copy custom binaries into the emptyDir
302302
initContainers:
303303
- name: install-ksops
304-
image: viaductoss/ksops:v3.0.0
304+
image: viaductoss/ksops:v3.0.1
305305
command: ["/bin/sh", "-c"]
306306
args:
307307
- echo "Installing KSOPS...";
@@ -346,7 +346,7 @@ Alternatively, for more control and faster pod start times you can build a custo
346346
```Dockerfile
347347
ARG ARGO_CD_VERSION="v1.7.7"
348348
# https://github.com/argoproj/argo-cd/blob/master/Dockerfile
349-
ARG KSOPS_VERSION="v3.0.0"
349+
ARG KSOPS_VERSION="v3.0.1"
350350
351351
#--------------------------------------------#
352352
#--------Build KSOPS and Kustomize-----------#
@@ -403,7 +403,7 @@ repoServer:
403403
404404
initContainers:
405405
- name: install-ksops
406-
image: viaductoss/ksops:v3.0.0
406+
image: viaductoss/ksops:v3.0.1
407407
command: ["/bin/sh", "-c"]
408408
args:
409409
- echo "Installing KSOPS...";

0 commit comments

Comments
 (0)