Skip to content

Commit

Permalink
v4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devstein committed Jun 28, 2024
1 parent a3341e7 commit c2c19ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ spec:
# 2. Use an init container to download/copy custom binaries into the emptyDir
initContainers:
- name: install-ksops
image: viaductoss/ksops:v4.3.1
image: viaductoss/ksops:v4.3.2
command: ["/bin/sh", "-c"]
args:
- echo "Installing KSOPS...";
Expand Down Expand Up @@ -459,7 +459,7 @@ cat age.agekey | oc create secret generic sops-age --namespace=openshift-operato
command:
- /bin/sh
- -c
image: viaductoss/ksops:v4.3.1
image: viaductoss/ksops:v4.3.2
name: install-ksops
volumeMounts:
- mountPath: /custom-tools
Expand Down Expand Up @@ -523,7 +523,7 @@ Alternatively, for more control and faster pod start times you can build a custo
```Dockerfile
ARG ARGO_CD_VERSION="v2.6.7"
# https://github.com/argoproj/argo-cd/blob/master/Dockerfile
ARG KSOPS_VERSION="v4.3.1"
ARG KSOPS_VERSION="v4.3.2"
#--------------------------------------------#
#--------Build KSOPS and Kustomize-----------#
Expand Down Expand Up @@ -571,7 +571,7 @@ repoServer:
initContainers:
- name: install-ksops
image: viaductoss/ksops:v4.3.1
image: viaductoss/ksops:v4.3.2
command: ["/bin/sh", "-c"]
args:
- echo "Installing KSOPS...";
Expand Down

0 comments on commit c2c19ce

Please sign in to comment.