File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : oauth2-proxy
2- version : 10.0.0
2+ version : 10.0.1
33apiVersion : v2
44appVersion : 7.13.0
55home : https://oauth2-proxy.github.io/oauth2-proxy/
@@ -31,7 +31,7 @@ kubeVersion: ">=1.16.0-0"
3131annotations :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments