Skip to content

Commit ac33c40

Browse files
committed
v4.2.1
1 parent 0d4da38 commit ac33c40

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -357,12 +357,12 @@ spec:
357357
# 2. Use an init container to download/copy custom binaries into the emptyDir
358358
initContainers:
359359
- name: install-ksops
360-
image: viaductoss/ksops:v4.2.0
360+
image: viaductoss/ksops:v4.2.1
361361
command: ["/bin/sh", "-c"]
362362
args:
363363
- echo "Installing KSOPS...";
364364
mv ksops /custom-tools/;
365-
mv $GOPATH/bin/kustomize /custom-tools/;
365+
mv kustomize /custom-tools/;
366366
echo "Done.";
367367
volumeMounts:
368368
- mountPath: /custom-tools
@@ -398,7 +398,7 @@ Alternatively, for more control and faster pod start times you can build a custo
398398
```Dockerfile
399399
ARG ARGO_CD_VERSION="v2.6.7"
400400
# https://github.com/argoproj/argo-cd/blob/master/Dockerfile
401-
ARG KSOPS_VERSION="v4.2.0"
401+
ARG KSOPS_VERSION="v4.2.1"
402402
403403
#--------------------------------------------#
404404
#--------Build KSOPS and Kustomize-----------#
@@ -446,12 +446,12 @@ repoServer:
446446
447447
initContainers:
448448
- name: install-ksops
449-
image: viaductoss/ksops:v4.2.0
449+
image: viaductoss/ksops:v4.2.1
450450
command: ["/bin/sh", "-c"]
451451
args:
452452
- echo "Installing KSOPS...";
453453
mv ksops /custom-tools/;
454-
mv $GOPATH/bin/kustomize /custom-tools/;
454+
mv kustomize /custom-tools/;
455455
echo "Done.";
456456
volumeMounts:
457457
- mountPath: /custom-tools

0 commit comments

Comments
 (0)