File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11name : oauth2-proxy
2- version : 6.23.0
2+ version : 6.23.1
33apiVersion : v2
44appVersion : 7.5.1
55home : https://oauth2-proxy.github.io/oauth2-proxy/
@@ -35,7 +35,7 @@ kubeVersion: ">=1.9.0-0"
3535annotations :
3636 artifacthub.io/changes : |
3737 - kind: fixed
38- description: Avoid unnecessary pod restart on each helm chart version
38+ description: Fix indentation in alpha config
3939 links:
4040 - name: Github PR
41- url: https://github.com/oauth2-proxy/manifests/pull/178
41+ url: https://github.com/oauth2-proxy/manifests/pull/180
Original file line number Diff line number Diff line change @@ -137,20 +137,20 @@ Workaround for EKS https://github.com/aws/eks-distro/issues/1128
137137server:
138138 BindAddress: '0.0.0.0:4180'
139139{ {- if .Values.alphaConfig.serverConfigData } }
140- { {- toYaml .Values.alphaConfig.serverConfigData | nindent 6 } }
140+ { {- toYaml .Values.alphaConfig.serverConfigData | nindent 2 } }
141141{ {- end } }
142142{ {- if .Values.metrics.enabled } }
143143metricsServer:
144144 BindAddress: '0.0.0.0:44180'
145145{ {- if .Values.alphaConfig.metricsConfigData } }
146- { {- toYaml .Values.alphaConfig.metricsConfigData | nindent 6 } }
146+ { {- toYaml .Values.alphaConfig.metricsConfigData | nindent 2 } }
147147{ {- end } }
148148{ {- end } }
149149{ {- if .Values.alphaConfig.configData } }
150- { {- toYaml .Values.alphaConfig.configData | nindent 4 } }
150+ { {- toYaml .Values.alphaConfig.configData | nindent 0 } }
151151{ {- end } }
152152{ {- if .Values.alphaConfig.configFile } }
153- { {- tpl .Values.alphaConfig.configFile $ | nindent 4 } }
153+ { {- tpl .Values.alphaConfig.configFile $ | nindent 0 } }
154154{ {- end } }
155155{ {- end -} }
156156
You can’t perform that action at this time.
0 commit comments