From 832acfcd00ba30000e5438dc35da48bfc34bffe7 Mon Sep 17 00:00:00 2001 From: Juan Gonzalez Martinez Date: Tue, 17 Oct 2023 15:27:20 +0200 Subject: [PATCH 1/4] Redis version bumped Signed-off-by: Juan Gonzalez Martinez --- helm/oauth2-proxy/Chart.lock | 6 +++--- helm/oauth2-proxy/Chart.yaml | 9 +++------ 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/helm/oauth2-proxy/Chart.lock b/helm/oauth2-proxy/Chart.lock index 164e39a6..ba7fc184 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: 16.13.2 -digest: sha256:6fc589816ba4670d6f38cc724cba9b728d10a041a2cef4425a62c22f9a1aa5f6 -generated: "2022-12-20T18:22:05.758522+01:00" + version: 18.1.5 +digest: sha256:1b36e81e2d34a33ba7aa2229bfe6216ace85789aea70f9c2d72c59d58f3a2b4f +generated: "2023-10-17T15:27:08.54732+02:00" diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 99d56231..dfc5d815 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 6.17.1 +version: 6.17.2 apiVersion: v2 appVersion: 7.5.1 home: https://oauth2-proxy.github.io/oauth2-proxy/ @@ -14,7 +14,7 @@ keywords: - redis dependencies: - name: redis - version: ~16.13.2 + version: ~18.1.5 repository: https://charts.bitnami.com/bitnami alias: redis condition: redis.enabled @@ -35,7 +35,4 @@ kubeVersion: ">=1.9.0-0" annotations: artifacthub.io/changes: | - kind: added - description: securityContext and timeout of the initContainer wait-for-redis configurable via values. - links: - - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/159 + description: Redis version bump From 026d3a0670c0fd4a6c7ef3f68003a4fc4fb82650 Mon Sep 17 00:00:00 2001 From: Juan Gonzalez Martinez Date: Tue, 17 Oct 2023 15:30:54 +0200 Subject: [PATCH 2/4] Added PR link to metadata Signed-off-by: Juan Gonzalez Martinez --- helm/oauth2-proxy/Chart.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index dfc5d815..f31e8901 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -36,3 +36,6 @@ annotations: artifacthub.io/changes: | - kind: added description: Redis version bump + links: + - name: Github PR + url: https://github.com/oauth2-proxy/manifests/pull/165 From a127f2f1980df0e32e0c9b619b11061d67684f60 Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Tue, 17 Oct 2023 18:07:29 +0200 Subject: [PATCH 3/4] Minor version bump --- 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 f31e8901..8805fdfb 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 6.17.2 +version: 6.18.0 apiVersion: v2 appVersion: 7.5.1 home: https://oauth2-proxy.github.io/oauth2-proxy/ From f7d49b73761bbae6dea835b11f37fa04109f03be Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Tue, 17 Oct 2023 18:15:45 +0200 Subject: [PATCH 4/4] Added initContainers.waitForRedis.enabled --- helm/oauth2-proxy/ci/redis-standalone-values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm/oauth2-proxy/ci/redis-standalone-values.yaml b/helm/oauth2-proxy/ci/redis-standalone-values.yaml index e3418c39..e58c32cf 100644 --- a/helm/oauth2-proxy/ci/redis-standalone-values.yaml +++ b/helm/oauth2-proxy/ci/redis-standalone-values.yaml @@ -10,3 +10,6 @@ redis: global: redis: password: "foo" +initContainers: + waitForRedis: + enabled: true