File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : oauth2-proxy
2
- version : 8.0.0
2
+ version : 8.0.1
3
3
apiVersion : v2
4
4
appVersion : 7.11.0
5
5
home : https://oauth2-proxy.github.io/oauth2-proxy/
@@ -31,8 +31,8 @@ maintainers:
31
31
kubeVersion : " >=1.16.0-0"
32
32
annotations :
33
33
artifacthub.io/changes : |
34
- - kind: changed
35
- description: Replace Redis chart by bitnami with dandydeveloper/ redis-ha chart
34
+ - kind: fixed
35
+ description: Fixes how the fullname for the deployment / service of the newly introduced redis-ha subchart is generated
36
36
links:
37
37
- name: Github PR
38
- url: https://github.com/oauth2-proxy/manifests/pull/335
38
+ url: https://github.com/oauth2-proxy/manifests/pull/338
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ sessionStorage:
7
7
# provision an instance of the redis-ha sub-chart
8
8
redis :
9
9
enabled : true
10
- fullnameOverride : oauth2-proxy-redis
11
10
12
11
redisPassword : " foo"
13
12
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Redis subcharts fullname
94
94
*/} }
95
95
{ {- define " oauth2-proxy.redis.fullname" -} }
96
96
{ {- if .Values.redis.enabled -} }
97
- { {- include " redis-ha.fullname" (dict " Chart" (dict " Name" " redis-ha " ) " Release" .Release " Values" .Values.redis) -} }
97
+ { {- include " redis-ha.fullname" (dict " Chart" (dict " Name" " redis" ) " Release" .Release " Values" .Values.redis) -} }
98
98
{ {- else -} }
99
99
{ { fail " attempting to use redis subcharts fullname, even though the subchart is not enabled. This will lead to misconfiguration" } }
100
100
{ {- end -} }
You can’t perform that action at this time.
0 commit comments