File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ apiVersion: v2
2
2
name : kafka-ui
3
3
description : A Helm chart for kafka-UI
4
4
type : application
5
- version : 0.7.5
5
+ version : 0.8.0
6
6
appVersion : v0.7.1
7
7
icon : 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:
5
5
namespace : {{ .Release.Namespace }}
6
6
labels :
7
7
{{- include "kafka-ui.labels" . | nindent 4 }}
8
+ {{- with .Values.labels }}
9
+ {{- toYaml . | nindent 4 }}
10
+ {{- end }}
8
11
{{- with .Values.annotations }}
9
12
annotations :
10
13
{{- toYaml . | nindent 4 }}
Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ networkPolicy:
69
69
podAnnotations : {}
70
70
podLabels : {}
71
71
72
+ # # Labels to be added to kafka-ui Deployment
73
+ # #
74
+ labels : {}
72
75
# # Annotations to be added to kafka-ui Deployment
73
76
# #
74
77
annotations : {}
You can’t perform that action at this time.
0 commit comments