Skip to content

Commit 497128e

Browse files
Merge pull request #386 from b1-systems/fix-redis-subchart-in-fail-msg
doc: Fix mention of old `redis.enabled` value in failure message
2 parents 65a6602 + b99a957 commit 497128e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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: 10.0.0
2+
version: 10.0.1
33
apiVersion: v2
44
appVersion: 7.13.0
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -31,7 +31,7 @@ kubeVersion: ">=1.16.0-0"
3131
annotations:
3232
artifacthub.io/changes: |
3333
- kind: changed
34-
description: Breaking change: Removed alias for the Redis HA subchart dependency (use redis-ha path to configure redis)
34+
description: Fix error msg which mentioned the old redis.… subchart values
3535
links:
3636
- name: Github PR
37-
url: https://github.com/oauth2-proxy/manifests/pull/378
37+
url: https://github.com/oauth2-proxy/manifests/pull/386

helm/oauth2-proxy/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Compute the redis url if not set explicitly.
118118
{{- $redisValues := index .Values "redis-ha" | default dict -}}
119119
{{- printf "redis://%s:%.0f" (include "oauth2-proxy.redis.fullname" .) $redisValues.redis.port -}}
120120
{{- else -}}
121-
{{ fail "please set sessionStorage.redis.standalone.connectionUrl or enable the redis subchart via redis.enabled" }}
121+
{{ fail "please set sessionStorage.redis.standalone.connectionUrl or enable the redis subchart via redis-ha.enabled" }}
122122
{{- end -}}
123123
{{- end -}}
124124

0 commit comments

Comments
 (0)