Skip to content

Commit

Permalink
Merge pull request #202 from drehelis/patch-1
Browse files Browse the repository at this point in the history
Redis cluster.enabled parameter is deprecated in bitnami's 14.0.0
  • Loading branch information
pierluigilenoci authored May 1, 2024
2 parents ec56488 + fd4da08 commit 1d09e96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions helm/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: oauth2-proxy
version: 7.5.2
version: 7.5.3
apiVersion: v2
appVersion: 7.6.0
home: https://oauth2-proxy.github.io/oauth2-proxy/
Expand Down Expand Up @@ -35,7 +35,7 @@ kubeVersion: ">=1.9.0-0"
annotations:
artifacthub.io/changes: |
- kind: changed
description: Support envFrom as way to configure Pod
description: Redis parameters update in values
links:
- name: Github PR
url: https://github.com/oauth2-proxy/manifests/issues/198
url: https://github.com/oauth2-proxy/manifests/issues/202
4 changes: 1 addition & 3 deletions helm/oauth2-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,7 @@ redis:
# Redis specific helm chart settings, please see:
# https://github.com/bitnami/charts/tree/master/bitnami/redis#parameters
# redisPort: 6379
# cluster:
# enabled: false
# slaveCount: 1
# architecture: standalone

# Enables apiVersion deprecation checks
checkDeprecation: true
Expand Down

0 comments on commit 1d09e96

Please sign in to comment.