Skip to content

Commit

Permalink
Merge pull request #206 from pierluigilenoci/redis_chart_upgrade
Browse files Browse the repository at this point in the history
Updated the Redis chart to the latest version
  • Loading branch information
pierluigilenoci committed May 24, 2024
2 parents b814da4 + 00be9af commit 9931844
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 155 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: 19.1.0
digest: sha256:1e01e554e7daa71d9bbac35ddcadfbd90bfc2fa8c9e58dfacadd5c8fc247997f
generated: "2024-04-08T18:33:48.333436+02:00"
version: 19.5.0
digest: sha256:d4fa94767e06b9a0816302bcc522377f2b3e9830131232d5b1f76c788c43f758
generated: "2024-05-24T12:50:23.870617+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: 7.5.4
version: 7.5.5
apiVersion: v2
appVersion: 7.6.0
home: https://oauth2-proxy.github.io/oauth2-proxy/
Expand All @@ -14,7 +14,7 @@ keywords:
- redis
dependencies:
- name: redis
version: 19.1.0
version: 19.5.0
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: changed
description: Wait for redis script fixes for cluster and sentinel
description: Updated the Redis chart to the latest version
links:
- name: Github PR
url: https://github.com/oauth2-proxy/manifests/issues/205
url: https://github.com/oauth2-proxy/manifests/issues/206
Loading

0 comments on commit 9931844

Please sign in to comment.