From f9c30edf92fa9fb6128b5eb3fa04795e48a3aae5 Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Tue, 16 Jul 2024 14:41:49 +0200 Subject: [PATCH] Redis chart upgrade --- helm/oauth2-proxy/Chart.lock | 6 +++--- helm/oauth2-proxy/Chart.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm/oauth2-proxy/Chart.lock b/helm/oauth2-proxy/Chart.lock index 715d56c..a0377c0 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.6.0 -digest: sha256:201700e51781c5a41ee4b275fbfa33fa13bd755354a35ab703c3cb3266e3f5c5 -generated: "2024-06-27T16:29:26.088834+02:00" + version: 19.6.1 +digest: sha256:f8e8c7b17de324c1ee1401bc973d985bbbcb75d30faa2f5317ab5f54d6899c0d +generated: "2024-07-16T14:41:03.616506+02:00" diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 70b0053..2d70161 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 7.7.8 +version: 7.7.9 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.6.0 + version: 19.6.1 repository: https://charts.bitnami.com/bitnami alias: redis condition: redis.enabled @@ -38,4 +38,4 @@ annotations: description: Updated the Redis chart to the latest version links: - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/221 + url: https://github.com/oauth2-proxy/manifests/pull/223