File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ apiVersion: v2
22name : kafka-ui
33description : A Helm chart for kafka-UI
44type : application
5- version : 0.7.6
5+ version : 0.8.5
66appVersion : v0.7.2
77icon : https://github.com/provectus/kafka-ui/raw/master/documentation/images/kafka-ui-logo.png
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ metadata:
55 namespace : {{ .Release.Namespace }}
66 labels :
77 {{- include "kafka-ui.labels" . | nindent 4 }}
8+ {{- with .Values.labels }}
9+ {{- toYaml . | nindent 4 }}
10+ {{- end }}
811 {{- with .Values.annotations }}
912 annotations :
1013 {{- toYaml . | nindent 4 }}
Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ networkPolicy:
6969podAnnotations : {}
7070podLabels : {}
7171
72+ # # Labels to be added to kafka-ui Deployment
73+ # #
74+ labels : {}
7275# # Annotations to be added to kafka-ui Deployment
7376# #
7477annotations : {}
You can’t perform that action at this time.
0 commit comments