Skip to content

Commit 6eb81aa

Browse files
committed
v2.6.0
1 parent bc7c996 commit 6eb81aa

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
@@ -347,7 +347,7 @@ spec:
347347
# 2. Use an init container to download/copy custom binaries into the emptyDir
348348
initContainers:
349349
- name: install-ksops
350-
image: viaductoss/ksops:v2.5.7
350+
image: viaductoss/ksops:v2.6.0
351351
command: ["/bin/sh", "-c"]
352352
args:
353353
- echo "Installing KSOPS...";
@@ -393,7 +393,7 @@ Alternatively, for more control and faster pod start times you can build a custo
393393
```Dockerfile
394394
ARG ARGO_CD_VERSION="v1.7.7"
395395
# https://github.com/argoproj/argo-cd/blob/master/Dockerfile
396-
ARG KSOPS_VERSION="v2.5.7"
396+
ARG KSOPS_VERSION="v2.6.0"
397397
398398
#--------------------------------------------#
399399
#--------Build KSOPS and Kustomize-----------#
@@ -450,7 +450,7 @@ repoServer:
450450
451451
initContainers:
452452
- name: install-ksops
453-
image: viaductoss/ksops:v2.5.7
453+
image: viaductoss/ksops:v2.6.0
454454
command: ["/bin/sh", "-c"]
455455
args:
456456
- echo "Installing KSOPS...";

0 commit comments

Comments
 (0)