Skip to content

Commit

Permalink
v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devstein committed May 17, 2023
1 parent 29f2032 commit b2f28bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ spec:
# 2. Use an init container to download/copy custom binaries into the emptyDir
initContainers:
- name: install-ksops
image: viaductoss/ksops:v4.1.2
image: viaductoss/ksops:v4.1.3
command: ["/bin/sh", "-c"]
args:
- echo "Installing KSOPS...";
Expand Down Expand Up @@ -398,7 +398,7 @@ Alternatively, for more control and faster pod start times you can build a custo
```Dockerfile
ARG ARGO_CD_VERSION="v1.7.7"
# https://github.com/argoproj/argo-cd/blob/master/Dockerfile
ARG KSOPS_VERSION="v4.1.2"
ARG KSOPS_VERSION="v4.1.3"
#--------------------------------------------#
#--------Build KSOPS and Kustomize-----------#
Expand Down Expand Up @@ -446,7 +446,7 @@ repoServer:
initContainers:
- name: install-ksops
image: viaductoss/ksops:v4.1.2
image: viaductoss/ksops:v4.1.3
command: ["/bin/sh", "-c"]
args:
- echo "Installing KSOPS...";
Expand Down

0 comments on commit b2f28bd

Please sign in to comment.