Skip to content

Commit 8cf37a0

Browse files
authored
Merge pull request #7 from mbaldessari/update
Update to ESO v0.10.2 and release chart v0.1.3
2 parents c454ca4 + 33aa1e3 commit 8cf37a0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ description: A Helm chart to configure the golang-based external-secrets.
33
keywords:
44
- pattern
55
name: golang-external-secrets
6-
version: 0.1.2
6+
version: 0.1.3
77
dependencies:
88
- name: external-secrets
9-
version: "0.10.0"
9+
version: "0.10.2"
1010
repository: "https://charts.external-secrets.io"
1111
#"https://external-secrets.github.io/kubernetes-external-secrets"
1212

Diff for: charts/external-secrets-0.10.0.tgz

-80.3 KB
Binary file not shown.

Diff for: charts/external-secrets-0.10.2.tgz

81.6 KB
Binary file not shown.

Diff for: values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ clusterGroup:
7171
external-secrets:
7272
image:
7373
# -- Tag for the ESO main image
74-
tag: v0.10.0-ubi
74+
tag: v0.10.2-ubi
7575
webhook:
7676
image:
7777
# -- Tag for the ESO webhook image
78-
tag: v0.10.0-ubi
78+
tag: v0.10.2-ubi
7979
certController:
8080
image:
8181
# -- Tag for the ESO certController image
82-
tag: v0.10.0-ubi
82+
tag: v0.10.2-ubi

0 commit comments

Comments
 (0)