Skip to content

Commit 5a9a4d7

Browse files
committed
v2.5.6
1 parent 5793f14 commit 5a9a4d7

File tree

3 files changed

+5
-101
lines changed

3 files changed

+5
-101
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.5
350+
image: viaductoss/ksops:v2.5.6
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.5"
396+
ARG KSOPS_VERSION="v2.5.6"
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.5
453+
image: viaductoss/ksops:v2.5.6
454454
command: ["/bin/sh", "-c"]
455455
args:
456456
- echo "Installing KSOPS...";

go.mod

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,22 @@ require (
99
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 // indirect
1010
github.com/evanphx/json-patch v4.9.0+incompatible // indirect
1111
github.com/fatih/color v1.9.0 // indirect
12-
github.com/go-openapi/spec v0.19.5 // indirect
13-
github.com/go-openapi/strfmt v0.19.5 // indirect
1412
github.com/go-openapi/swag v0.19.6 // indirect
15-
github.com/go-openapi/validate v0.19.8 // indirect
1613
github.com/google/go-cmp v0.5.2 // indirect
1714
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c // indirect
1815
github.com/imdario/mergo v0.3.7 // indirect
1916
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
2017
github.com/kr/text v0.2.0 // indirect
2118
github.com/lib/pq v1.3.0 // indirect
22-
github.com/markbates/pkger v0.17.1 // indirect
2319
github.com/mattn/go-isatty v0.0.12 // indirect
2420
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
2521
github.com/pkg/errors v0.9.1
22+
github.com/stretchr/testify v1.7.0 // indirect
2623
go.mozilla.org/sops/v3 v3.7.1
2724
golang.org/x/text v0.3.4 // indirect
2825
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2926
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
3027
gopkg.in/ini.v1 v1.52.0 // indirect
3128
sigs.k8s.io/kustomize/api v0.8.10
32-
sigs.k8s.io/kustomize/kustomize/v4 v4.1.3 // indirect
3329
sigs.k8s.io/yaml v1.2.0
3430
)

0 commit comments

Comments
 (0)