diff --git a/ndustrial/cronjob/Chart.yaml b/ndustrial/cronjob/Chart.yaml index b83d6c1..3fe3c0c 100644 --- a/ndustrial/cronjob/Chart.yaml +++ b/ndustrial/cronjob/Chart.yaml @@ -5,7 +5,7 @@ type: application dependencies: - name: common repository: https://ndustrialio.github.io/charts - version: ~0.2.13 + version: ~0.2.15 tags: - ndustrial-common sources: @@ -14,5 +14,5 @@ maintainers: - email: devops@ndustrial.io name: DevOps # Please make sure that version and appVersion are always the same. -version: 0.1.19 -appVersion: 0.1.19 +version: 0.1.20 +appVersion: 0.1.20 diff --git a/ndustrial/deployment/Chart.yaml b/ndustrial/deployment/Chart.yaml index fdfdf24..ffc2700 100644 --- a/ndustrial/deployment/Chart.yaml +++ b/ndustrial/deployment/Chart.yaml @@ -5,12 +5,12 @@ type: application dependencies: - name: common repository: https://ndustrialio.github.io/charts - version: ~0.2.13 + version: ~0.2.15 tags: - ndustrial-common maintainers: - email: devops@ndustrial.io name: DevOps # Please make sure that version and appVersion are always the same. -version: 0.1.32 -appVersion: 0.1.32 +version: 0.1.33 +appVersion: 0.1.33 diff --git a/ndustrial/deployment/templates/deployment.yaml b/ndustrial/deployment/templates/deployment.yaml index 0b3aa9f..de27d8a 100644 --- a/ndustrial/deployment/templates/deployment.yaml +++ b/ndustrial/deployment/templates/deployment.yaml @@ -23,8 +23,8 @@ spec: metadata: labels: {{- include "nio-common.labels.standard" . | nindent 8 }} ndustrial.io/component: deployment - {{- if .Values.commonLabels }} - {{- include "nio-common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 8 }} + {{- if .Values.labels }} + {{- include "nio-common.tplvalues.render" ( dict "value" .Values.labels "context" $ ) | nindent 8 }} {{- end }} {{- if .Values.podLabels }} {{- include "nio-common.tplvalues.render" (dict "value" .Values.podLabels "context" $) | nindent 8 }} diff --git a/ndustrial/statefulset/Chart.yaml b/ndustrial/statefulset/Chart.yaml index c5221f3..fa05605 100644 --- a/ndustrial/statefulset/Chart.yaml +++ b/ndustrial/statefulset/Chart.yaml @@ -5,12 +5,12 @@ type: application dependencies: - name: common repository: https://ndustrialio.github.io/charts - version: ~0.2.13 + version: ~0.2.15 tags: - ndustrial-common maintainers: - email: devops@ndustrial.io name: DevOps # Please make sure that version and appVersion are always the same. -version: 0.1.29 -appVersion: 0.1.29 +version: 0.1.30 +appVersion: 0.1.30