File tree 3 files changed +9
-1
lines changed
charts/wasmcloud-operator
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ type: application
7
7
# This is the chart version. This version number should be incremented each time you make changes
8
8
# to the chart and its templates, including the app version.
9
9
# Versions are expected to follow Semantic Versioning (https://semver.org/)
10
- version : 0.1.5
10
+ version : 0.1.6
11
11
12
12
# This is the version number of the application being deployed. This version number should be
13
13
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -43,10 +43,15 @@ Common labels
43
43
{{- define "wasmcloud-operator.labels" -}}
44
44
helm.sh/chart: {{ include "wasmcloud-operator.chart" . }}
45
45
{{ include "wasmcloud-operator.selectorLabels" . }}
46
+ app.kubernetes.io/component: operator
46
47
{{- if .Chart.AppVersion }}
47
48
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
48
49
{{- end }}
49
50
app.kubernetes.io/managed-by: {{ .Release.Service }}
51
+ app.kubernetes.io/part-of: wasmcloud-operator
52
+ {{- with .Values.additionalLabels }}
53
+ {{ . | toYaml }}
54
+ {{- end }}
50
55
{{- end }}
51
56
52
57
{{/*
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ imagePullSecrets: []
12
12
nameOverride : " "
13
13
fullnameOverride : " "
14
14
15
+ additionalLabels : {}
16
+ # app: wasmcloud-operator
17
+
15
18
serviceAccount :
16
19
# Specifies whether a service account should be created
17
20
create : true
You can’t perform that action at this time.
0 commit comments