File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : coredns
3- version : 1.37.1
3+ version : 1.37.2
44appVersion : 1.11.4
55home : https://coredns.io
66icon : https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -19,5 +19,5 @@ maintainers:
1919type : application
2020annotations :
2121 artifacthub.io/changes : |
22- - kind: changed
23- description: Fixed typo in readme
22+ - kind: fixed
23+ description: Use image.tag for app.kubernetes.io/version label if defined
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66 name : {{ default (include "coredns.fullname" .) .Values.deployment.name }}
77 namespace : {{ .Release.Namespace }}
88 labels : {{- include "coredns.labels" . | nindent 4 }}
9- app.kubernetes.io/version : {{ .Chart.AppVersion | quote }}
9+ app.kubernetes.io/version : {{ .Values.image.tag | default . Chart.AppVersion | quote }}
1010{{- if .Values.customLabels }}
1111{{ toYaml .Values.customLabels | indent 4 }}
1212{{- end }}
You can’t perform that action at this time.
0 commit comments