Skip to content

Commit 1d09e96

Browse files
Merge pull request #202 from drehelis/patch-1
Redis cluster.enabled parameter is deprecated in bitnami's 14.0.0
2 parents ec56488 + fd4da08 commit 1d09e96

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

helm/oauth2-proxy/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 7.5.2
2+
version: 7.5.3
33
apiVersion: v2
44
appVersion: 7.6.0
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -35,7 +35,7 @@ kubeVersion: ">=1.9.0-0"
3535
annotations:
3636
artifacthub.io/changes: |
3737
- kind: changed
38-
description: Support envFrom as way to configure Pod
38+
description: Redis parameters update in values
3939
links:
4040
- name: Github PR
41-
url: https://github.com/oauth2-proxy/manifests/issues/198
41+
url: https://github.com/oauth2-proxy/manifests/issues/202

helm/oauth2-proxy/values.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,7 @@ redis:
368368
# Redis specific helm chart settings, please see:
369369
# https://github.com/bitnami/charts/tree/master/bitnami/redis#parameters
370370
# redisPort: 6379
371-
# cluster:
372-
# enabled: false
373-
# slaveCount: 1
371+
# architecture: standalone
374372

375373
# Enables apiVersion deprecation checks
376374
checkDeprecation: true

0 commit comments

Comments
 (0)