From 6f2432edcc47bc8eb4c455795612cc172f373d8c Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Tue, 25 Jun 2024 11:02:25 +0200 Subject: [PATCH] Redis chart upgrade --- helm/oauth2-proxy/Chart.lock | 6 +++--- helm/oauth2-proxy/Chart.yaml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/helm/oauth2-proxy/Chart.lock b/helm/oauth2-proxy/Chart.lock index 1421af2..5d151a8 100644 --- a/helm/oauth2-proxy/Chart.lock +++ b/helm/oauth2-proxy/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: redis repository: https://charts.bitnami.com/bitnami - version: 19.5.3 -digest: sha256:82a1147566a815d9d44baff89c8e02f6f875d54f6856d619295e90a217ddd087 -generated: "2024-06-14T10:28:05.475398+02:00" + version: 19.5.5 +digest: sha256:07464b4347508b19723f5134ff5e5727ee8bc62bb61fbd6493c787e3dbd5d582 +generated: "2024-06-25T11:01:30.171486+02:00" diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 84c8d1c..f9ab497 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 7.7.5 +version: 7.7.6 apiVersion: v2 appVersion: 7.6.0 home: https://oauth2-proxy.github.io/oauth2-proxy/ @@ -14,7 +14,7 @@ keywords: - redis dependencies: - name: redis - version: 19.5.3 + version: 19.5.5 repository: https://charts.bitnami.com/bitnami alias: redis condition: redis.enabled @@ -35,7 +35,7 @@ kubeVersion: ">=1.9.0-0" annotations: artifacthub.io/changes: | - kind: fixed - description: Fixed the Deployment name in HPAs scaleTargeRef spec + description: Updated the Redis chart to the latest version links: - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/217 + url: https://github.com/oauth2-proxy/manifests/pull/218