From bdc8c8ca7cb7454b7290b54b17fa71dc936c37a1 Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Mon, 8 Apr 2024 15:41:42 +0200 Subject: [PATCH] Updated the Redis chart to the latest version --- helm/oauth2-proxy/Chart.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 736212f..d5e89d3 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 7.2.0 +version: 7.3.0 apiVersion: v2 appVersion: 7.6.0 home: https://oauth2-proxy.github.io/oauth2-proxy/ @@ -14,7 +14,7 @@ keywords: - redis dependencies: - name: redis - version: 18.12.1 + version: 19.0.2 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: changed - description: Remove the v from the oauth2-proxy deployment.yaml image + description: Updated the Redis chart to the latest version links: - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/189 + url: https://github.com/oauth2-proxy/manifests/pull/194