Skip to content

Commit 2de706a

Browse files
Merge pull request #204 from guilhem/deployment-annotation
fix: deployment annotation indentation
2 parents f228e71 + 76b0fd4 commit 2de706a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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: 7.6.1
2+
version: 7.6.2
33
apiVersion: v2
44
appVersion: 7.6.0
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -35,7 +35,7 @@ kubeVersion: ">=1.9.0-0"
3535
annotations:
3636
artifacthub.io/changes: |
3737
- kind: fixed
38-
description: Fixed test for horizontal autoscaling feature
38+
description: Fixed deployment annotation indentation
3939
links:
4040
- name: Github PR
41-
url: https://github.com/oauth2-proxy/manifests/pull/211
41+
url: https://github.com/oauth2-proxy/manifests/pull/204

helm/oauth2-proxy/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
{{- include "oauth2-proxy.labels" . | indent 4 }}
77
{{- if .Values.deploymentAnnotations }}
88
annotations:
9-
{{ toYaml .Values.deploymentAnnotations | indent 8 }}
9+
{{ toYaml .Values.deploymentAnnotations | indent 4 }}
1010
{{- end }}
1111
name: {{ template "oauth2-proxy.fullname" . }}
1212
namespace: {{ template "oauth2-proxy.namespace" $ }}

0 commit comments

Comments
 (0)