diff --git a/charts/kadalu-operator/Chart.yaml b/charts/kadalu-operator/Chart.yaml index 83d4b07..cf0e677 100644 --- a/charts/kadalu-operator/Chart.yaml +++ b/charts/kadalu-operator/Chart.yaml @@ -8,7 +8,6 @@ description: Contains subchart for deploying Kadalu-Operator and Kadalu CSI-Node type: application home: https://github.com/dellnoantechnp/helm-chart-xxl-job-admin # Value of 'version' will be replaced with correct version on part of release -version: 1.2.0 kubeVersion: '>=1.16.0-0' maintainers: - email: dellnoantechnp@gmail.com @@ -39,3 +38,4 @@ dependencies: # repository: file://charts/csi-nodeplugin # condition: csi_nodeplugin.enabled # version: 1.2.0 +version: 1.2.1 \ No newline at end of file diff --git a/charts/kadalu-operator/templates/csi-nodeplugin/daemonset.yaml b/charts/kadalu-operator/templates/csi-nodeplugin/daemonset.yaml index 3cf1016..5cdfa2f 100644 --- a/charts/kadalu-operator/templates/csi-nodeplugin/daemonset.yaml +++ b/charts/kadalu-operator/templates/csi-nodeplugin/daemonset.yaml @@ -5,6 +5,7 @@ metadata: name: kadalu-csi-nodeplugin namespace: {{ .Release.Namespace }} labels: {{- include "common.labels.standard" . | nindent 4 }} + app.kubernetes.io/part-of: kadalu app.kubernetes.io/component: csi-driver spec: selector: @@ -13,6 +14,7 @@ spec: template: metadata: labels: {{- include "common.labels.standard" . | nindent 8 }} + app.kubernetes.io/part-of: kadalu app.kubernetes.io/component: csi-driver namespace: {{ .Release.Namespace }} spec: diff --git a/charts/kadalu-operator/templates/operator/deployment.yaml b/charts/kadalu-operator/templates/operator/deployment.yaml index 262a568..1e68629 100644 --- a/charts/kadalu-operator/templates/operator/deployment.yaml +++ b/charts/kadalu-operator/templates/operator/deployment.yaml @@ -4,6 +4,7 @@ metadata: name: {{ include "common.names.fullname" . }} namespace: {{ .Release.Namespace }} labels: {{- include "common.labels.standard" . | nindent 4 }} + app.kubernetes.io/part-of: kadalu app.kubernetes.io/component: kadalu-operator {{- if .Values.commonLabels }} {{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }} @@ -19,6 +20,7 @@ spec: template: metadata: labels: {{- include "common.labels.standard" . | nindent 8 }} + app.kubernetes.io/part-of: kadalu app.kubernetes.io/component: kadalu-operator {{- if .Values.commonLabels }} {{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 8 }}