diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 771dcb6..7947be7 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 7.5.0 +version: 7.5.1 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: Improved the readiness check for Redis to support all types + description: Fix indentation in ServiceMonitor tlsConfig links: - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/197 + url: https://github.com/oauth2-proxy/manifests/pull/200 diff --git a/helm/oauth2-proxy/templates/servicemonitor.yaml b/helm/oauth2-proxy/templates/servicemonitor.yaml index bfb3084..3802666 100644 --- a/helm/oauth2-proxy/templates/servicemonitor.yaml +++ b/helm/oauth2-proxy/templates/servicemonitor.yaml @@ -44,7 +44,7 @@ spec: {{- end }} {{- with .Values.metrics.serviceMonitor.tlsConfig }} tlsConfig: - {{- toYaml .| nindent 4 }} + {{- toYaml .| nindent 6 }} {{- end }} {{- with .Values.metrics.serviceMonitor.metricRelabelings }} metricRelabelings: