diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 6ffbc4f..393d930 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -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/ @@ -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 diff --git a/helm/oauth2-proxy/values.yaml b/helm/oauth2-proxy/values.yaml index ce09447..7ed8cc5 100644 --- a/helm/oauth2-proxy/values.yaml +++ b/helm/oauth2-proxy/values.yaml @@ -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