Skip to content

Commit

Permalink
Merge pull request #165 from jgmartinez/feature/bumpredischartversion
Browse files Browse the repository at this point in the history
Bump: Redis chart version bumped to 18.11.5
  • Loading branch information
pierluigilenoci committed Oct 17, 2023
2 parents 37989f7 + f7d49b7 commit 1573570
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions helm/oauth2-proxy/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 16.13.2
digest: sha256:6fc589816ba4670d6f38cc724cba9b728d10a041a2cef4425a62c22f9a1aa5f6
generated: "2022-12-20T18:22:05.758522+01:00"
version: 18.1.5
digest: sha256:1b36e81e2d34a33ba7aa2229bfe6216ace85789aea70f9c2d72c59d58f3a2b4f
generated: "2023-10-17T15:27:08.54732+02:00"
8 changes: 4 additions & 4 deletions helm/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: oauth2-proxy
version: 6.17.1
version: 6.18.0
apiVersion: v2
appVersion: 7.5.1
home: https://oauth2-proxy.github.io/oauth2-proxy/
Expand All @@ -14,7 +14,7 @@ keywords:
- redis
dependencies:
- name: redis
version: ~16.13.2
version: ~18.1.5
repository: https://charts.bitnami.com/bitnami
alias: redis
condition: redis.enabled
Expand All @@ -35,7 +35,7 @@ kubeVersion: ">=1.9.0-0"
annotations:
artifacthub.io/changes: |
- kind: added
description: securityContext and timeout of the initContainer wait-for-redis configurable via values.
description: Redis version bump
links:
- name: Github PR
url: https://github.com/oauth2-proxy/manifests/pull/159
url: https://github.com/oauth2-proxy/manifests/pull/165
3 changes: 3 additions & 0 deletions helm/oauth2-proxy/ci/redis-standalone-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ redis:
global:
redis:
password: "foo"
initContainers:
waitForRedis:
enabled: true

0 comments on commit 1573570

Please sign in to comment.