Skip to content

Commit 48b7b04

Browse files
praveenjindal62Praveen Jindal
andauthored
[*] Update selectorLabels for pods and remove podLabels (#14)
* Updated selectorLabels and remove podLabels from helpers.tpl * Updated chart versions --------- Co-authored-by: Praveen Jindal <pjindal@slb.com>
1 parent 0c69ea4 commit 48b7b04

File tree

27 files changed

+18
-45
lines changed

27 files changed

+18
-45
lines changed

charts/azure-janitor/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: azure-janitor
33
type: application
44
description: A Helm chart for azure-janitor
55
home: https://github.com/webdevops/azure-janitor
6-
version: 1.0.6
6+
version: 1.0.7
77
# renovate: image=webdevops/azure-janitor
88
appVersion: 22.9.0
99
keywords:

charts/azure-janitor/templates/_helpers.tpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ app.kubernetes.io/part-of: {{ template "azure-janitor.name" . }}
5050
{{- if .Chart.AppVersion }}
5151
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
5252
{{- end }}
53-
{{- if .Values.podLabels}}
54-
{{ toYaml .Values.podLabels }}
55-
{{- end }}
5653
{{- if .Values.releaseLabel }}
5754
release: {{ .Release.Name }}
5855
{{- end }}

charts/azure-janitor/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
template:
2020
metadata:
2121
labels:
22-
{{ include "azure-janitor.labels" . | indent 8 }}
22+
{{ include "azure-janitor.selectorLabels" . | indent 8 }}
2323
{{- with .Values.podLabels }}
2424
{{ toYaml . | indent 8 }}
2525
{{- end }}

charts/azure-keyvault-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: azure-keyvault-exporter
33
type: application
44
description: A Helm chart for azure-keyvault-exporter
55
home: https://github.com/webdevops/azure-keyvault-exporter
6-
version: 1.0.3
6+
version: 1.0.4
77
# renovate: image=webdevops/azure-keyvault-exporter
88
appVersion: 22.9.0
99
keywords:

charts/azure-keyvault-exporter/templates/_helpers.tpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ app.kubernetes.io/part-of: {{ template "azure-keyvault-exporter.name" . }}
5050
{{- if .Chart.AppVersion }}
5151
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
5252
{{- end }}
53-
{{- if .Values.podLabels}}
54-
{{ toYaml .Values.podLabels }}
55-
{{- end }}
5653
{{- if .Values.releaseLabel }}
5754
release: {{ .Release.Name }}
5855
{{- end }}

charts/azure-keyvault-exporter/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
template:
2222
metadata:
2323
labels:
24-
{{ include "azure-keyvault-exporter.labels" . | indent 8 }}
24+
{{ include "azure-keyvault-exporter.selectorLabels" . | indent 8 }}
2525
{{- with .Values.podLabels }}
2626
{{ toYaml . | indent 8 }}
2727
{{- end }}

charts/azure-loganalytics-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: azure-loganalytics-exporter
33
type: application
44
description: A Helm chart for azure-loganalytics-exporter
55
home: https://github.com/webdevops/azure-loganalytics-exporter
6-
version: 1.0.1
6+
version: 1.0.2
77
# renovate: image=webdevops/azure-loganalytics-exporter
88
appVersion: 22.11.0
99
keywords:

charts/azure-loganalytics-exporter/templates/_helpers.tpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ app.kubernetes.io/part-of: {{ template "azure-loganalytics-exporter.name" . }}
4949
{{- if .Chart.AppVersion }}
5050
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
5151
{{- end }}
52-
{{- if .Values.podLabels }}
53-
{{- toYaml .Values.podLabels }}
54-
{{- end }}
5552
{{- if .Values.releaseLabel }}
5653
release: {{ .Release.Name }}
5754
{{- end }}

charts/azure-loganalytics-exporter/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
template:
2525
metadata:
2626
labels:
27-
{{- include "azure-loganalytics-exporter.labels" . | nindent 8 }}
27+
{{- include "azure-loganalytics-exporter.selectorLabels" . | nindent 8 }}
2828
{{- with .Values.podLabels }}
2929
{{- toYaml . | nindent 8 }}
3030
{{- end }}

charts/azure-metrics-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: azure-metrics-exporter
33
type: application
44
description: A Helm chart for azure-metrics-exporter
55
home: https://github.com/webdevops/azure-metrics-exporter
6-
version: 1.0.3
6+
version: 1.0.4
77
# renovate: image=webdevops/azure-metrics-exporter
88
appVersion: 22.9.0
99
keywords:

0 commit comments

Comments
 (0)