diff --git a/charts/dt-kubewatch/Chart.yaml b/charts/dt-kubewatch/Chart.yaml index 22c294fd..b9446ffe 100644 --- a/charts/dt-kubewatch/Chart.yaml +++ b/charts/dt-kubewatch/Chart.yaml @@ -2,7 +2,7 @@ name: dt-kubewatch appVersion: 0.1.0 description: Chart to deploy Devtron Kubewatch engine: gotpl -version: 0.13.0 +version: 0.13.1 maintainers: - email: prakarsh@devtron.ai name: Prakarsh \ No newline at end of file diff --git a/charts/dt-kubewatch/templates/generic.yaml b/charts/dt-kubewatch/templates/generic.yaml index cb3db46f..894d360e 100644 --- a/charts/dt-kubewatch/templates/generic.yaml +++ b/charts/dt-kubewatch/templates/generic.yaml @@ -141,6 +141,7 @@ metadata: chart: kubewatch-0.6.1 heritage: "Tiller" release: "kubewatch" +{{ toYaml .Values.kubewatch.podLabels | indent 4 }} name: kubewatch namespace: {{ .Release.Namespace }} spec: @@ -157,6 +158,7 @@ spec: app: kubewatch release: "kubewatch" chart: kubewatch-0.6.1 +{{ toYaml .Values.kubewatch.podLabels | indent 8 }} spec: containers: - name: kubewatch diff --git a/charts/dt-kubewatch/values.yaml b/charts/dt-kubewatch/values.yaml index 38576e61..392c3fee 100644 --- a/charts/dt-kubewatch/values.yaml +++ b/charts/dt-kubewatch/values.yaml @@ -9,4 +9,6 @@ kubewatch: cpu: 100m image: repo: quay.io/devtron/kubewatch - tag: v0.1.0 \ No newline at end of file + tag: v0.1.0 + podLabels: + component: kubewatch \ No newline at end of file