Skip to content

Commit

Permalink
v2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
devstein committed Jun 17, 2021
1 parent 5793f14 commit 5a9a4d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 101 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ spec:
# 2. Use an init container to download/copy custom binaries into the emptyDir
initContainers:
- name: install-ksops
image: viaductoss/ksops:v2.5.5
image: viaductoss/ksops:v2.5.6
command: ["/bin/sh", "-c"]
args:
- echo "Installing KSOPS...";
Expand Down Expand Up @@ -393,7 +393,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="v2.5.5"
ARG KSOPS_VERSION="v2.5.6"
#--------------------------------------------#
#--------Build KSOPS and Kustomize-----------#
Expand Down Expand Up @@ -450,7 +450,7 @@ repoServer:
initContainers:
- name: install-ksops
image: viaductoss/ksops:v2.5.5
image: viaductoss/ksops:v2.5.6
command: ["/bin/sh", "-c"]
args:
- echo "Installing KSOPS...";
Expand Down
6 changes: 1 addition & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,22 @@ require (
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 // indirect
github.com/evanphx/json-patch v4.9.0+incompatible // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/go-openapi/spec v0.19.5 // indirect
github.com/go-openapi/strfmt v0.19.5 // indirect
github.com/go-openapi/swag v0.19.6 // indirect
github.com/go-openapi/validate v0.19.8 // indirect
github.com/google/go-cmp v0.5.2 // indirect
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.3.0 // indirect
github.com/markbates/pkger v0.17.1 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0 // indirect
go.mozilla.org/sops/v3 v3.7.1
golang.org/x/text v0.3.4 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/ini.v1 v1.52.0 // indirect
sigs.k8s.io/kustomize/api v0.8.10
sigs.k8s.io/kustomize/kustomize/v4 v4.1.3 // indirect
sigs.k8s.io/yaml v1.2.0
)
Loading

0 comments on commit 5a9a4d7

Please sign in to comment.