File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : coredns
3
- version : 1.37.1
3
+ version : 1.37.2
4
4
appVersion : 1.11.4
5
5
home : https://coredns.io
6
6
icon : https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -19,5 +19,5 @@ maintainers:
19
19
type : application
20
20
annotations :
21
21
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:
6
6
name : {{ default (include "coredns.fullname" .) .Values.deployment.name }}
7
7
namespace : {{ .Release.Namespace }}
8
8
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 }}
10
10
{{- if .Values.customLabels }}
11
11
{{ toYaml .Values.customLabels | indent 4 }}
12
12
{{- end }}
You can’t perform that action at this time.
0 commit comments