From 1be962f2cd0fe0b7d545a89af46169fc7c457417 Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Mon, 10 Jun 2024 10:52:41 +0200 Subject: [PATCH 1/2] 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 e80d208..86669cd 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.0 -digest: sha256:d4fa94767e06b9a0816302bcc522377f2b3e9830131232d5b1f76c788c43f758 -generated: "2024-05-24T12:50:23.870617+02:00" + version: 19.5.2 +digest: sha256:011b09ec332a31ba294a8d2ff17395bdd60ef8ef6f89b1167e695ea13874ec3e +generated: "2024-06-10T10:52:11.424672+02:00" diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index a1d69b6..937f5ea 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 7.7.1 +version: 7.7.2 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.0 + version: 19.5.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: fixed - description: fixed chart inconsistencies + description: Updated the Redis chart to the latest version links: - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/212 + url: https://github.com/oauth2-proxy/manifests/pull/213 From 8ffce413f4a4a4d7e30ec18b8168b7166bff8cfa Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Mon, 10 Jun 2024 10:53:54 +0200 Subject: [PATCH 2/2] Fixed PR link --- helm/oauth2-proxy/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 937f5ea..e133b7e 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -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/213 + url: https://github.com/oauth2-proxy/manifests/pull/214