Skip to content

Commit

Permalink
Merge pull request oauth2-proxy#186 from pierluigilenoci/update_redis
Browse files Browse the repository at this point in the history
Upgrade to the latest version of Redis
  • Loading branch information
pierluigilenoci authored Feb 13, 2024
2 parents aacb95a + 31435d6 commit cbeceab
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 18.5.0
digest: sha256:28820c9ec92372ac8ea0833cc0061cd9387f7fdaa023c6b3833a023e139d4f41
generated: "2023-12-11T14:58:00.816821+01:00"
version: 18.12.1
digest: sha256:93be520404a3c9ce53a6ea422cfebbf9414136a959bb0c4c73c591ab9d4d78e6
generated: "2024-02-13T15:27:23.100418+01: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.24.0
version: 6.24.1
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: ~18.5.0
version: 18.12.1
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: Upgrade to the latest version of the software
description: Upgrade to the latest version of Redis
links:
- name: Github PR
url: https://github.com/oauth2-proxy/manifests/pull/184
url: https://github.com/oauth2-proxy/manifests/pull/186

0 comments on commit cbeceab

Please sign in to comment.