Skip to content

Commit 1573570

Browse files
Merge pull request #165 from jgmartinez/feature/bumpredischartversion
Bump: Redis chart version bumped to 18.11.5
2 parents 37989f7 + f7d49b7 commit 1573570

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

helm/oauth2-proxy/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: redis
33
repository: https://charts.bitnami.com/bitnami
4-
version: 16.13.2
5-
digest: sha256:6fc589816ba4670d6f38cc724cba9b728d10a041a2cef4425a62c22f9a1aa5f6
6-
generated: "2022-12-20T18:22:05.758522+01:00"
4+
version: 18.1.5
5+
digest: sha256:1b36e81e2d34a33ba7aa2229bfe6216ace85789aea70f9c2d72c59d58f3a2b4f
6+
generated: "2023-10-17T15:27:08.54732+02:00"

helm/oauth2-proxy/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 6.17.1
2+
version: 6.18.0
33
apiVersion: v2
44
appVersion: 7.5.1
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -14,7 +14,7 @@ keywords:
1414
- redis
1515
dependencies:
1616
- name: redis
17-
version: ~16.13.2
17+
version: ~18.1.5
1818
repository: https://charts.bitnami.com/bitnami
1919
alias: redis
2020
condition: redis.enabled
@@ -35,7 +35,7 @@ kubeVersion: ">=1.9.0-0"
3535
annotations:
3636
artifacthub.io/changes: |
3737
- kind: added
38-
description: securityContext and timeout of the initContainer wait-for-redis configurable via values.
38+
description: Redis version bump
3939
links:
4040
- name: Github PR
41-
url: https://github.com/oauth2-proxy/manifests/pull/159
41+
url: https://github.com/oauth2-proxy/manifests/pull/165

helm/oauth2-proxy/ci/redis-standalone-values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ redis:
1010
global:
1111
redis:
1212
password: "foo"
13+
initContainers:
14+
waitForRedis:
15+
enabled: true

0 commit comments

Comments
 (0)