Skip to content

Commit ccf4a8a

Browse files
authored
chore: remove helm appVersion from datadog tags (#226)
1 parent bbcf42d commit ccf4a8a

27 files changed

Lines changed: 28 additions & 55 deletions

File tree

charts/aggkit-prover/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.0.0
18+
version: 1.0.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/aggkit-prover/templates/_helpers.tpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ Common labels
3636
{{- define "aggkit-prover.labels" -}}
3737
helm.sh/chart: {{ include "aggkit-prover.chart" . }}
3838
{{ include "aggkit-prover.selectorLabels" . }}
39-
{{- if .Chart.AppVersion }}
40-
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
41-
{{- end }}
39+
app.kubernetes.io/version: {{ .Values.image.tag }}
4240
app.kubernetes.io/managed-by: {{ .Release.Service }}
4341
{{- end }}
4442

@@ -48,6 +46,7 @@ Selector labels
4846
{{- define "aggkit-prover.selectorLabels" -}}
4947
app.kubernetes.io/name: {{ include "aggkit-prover.name" . }}
5048
app.kubernetes.io/instance: {{ .Release.Name }}
49+
app.kubernetes.io/version: {{ .Values.image.tag }}
5150
{{- end }}
5251

5352
{{/*

charts/aggkit/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 5.0.0
18+
version: 5.0.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/aggkit/templates/_helpers.tpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ Common labels
3636
{{- define "aggkit.labels" -}}
3737
helm.sh/chart: {{ include "aggkit.chart" . }}
3838
{{ include "aggkit.selectorLabels" . }}
39-
{{- if .Chart.AppVersion }}
40-
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
41-
{{- end }}
39+
app.kubernetes.io/version: {{ .Values.container.image.tag }}
4240
app.kubernetes.io/managed-by: {{ .Release.Service }}
4341
tags.datadoghq.com/env: {{ .Values.env }}
4442
tags.datadoghq.com/service: {{ .Values.metadata.service }}

charts/agglayer-prover/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.1.0
18+
version: 1.1.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/agglayer-prover/templates/_helpers.tpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ Common labels
3636
{{- define "agglayerProver.labels" -}}
3737
helm.sh/chart: {{ include "agglayerProver.chart" . }}
3838
{{ include "agglayerProver.selectorLabels" . }}
39-
{{- if .Chart.AppVersion }}
40-
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
41-
{{- end }}
39+
app.kubernetes.io/version: {{ .Values.container.image.tag }}
4240
app.kubernetes.io/managed-by: {{ .Release.Service }}
4341
tags.datadoghq.com/env: {{ .Values.env }}
4442
tags.datadoghq.com/service: agglayer-prover

charts/bridge-ui/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.5.0
18+
version: 0.5.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/bridge-ui/templates/_helpers.tpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ Common labels
3636
{{- define "bridgeUI.labels" -}}
3737
helm.sh/chart: {{ include "bridgeUI.chart" . }}
3838
{{ include "bridgeUI.selectorLabels" . }}
39-
{{- if .Chart.AppVersion }}
40-
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
41-
{{- end }}
39+
app.kubernetes.io/version: {{ .Values.container.image.tag }}
4240
app.kubernetes.io/managed-by: {{ .Release.Service }}
4341
tags.datadoghq.com/env: {{ .Values.env }}
4442
tags.datadoghq.com/service: bridge-ui

charts/cdk-erigon/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.8.0
18+
version: 0.8.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/cdk-erigon/templates/_helpers.tpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ Common labels
3636
{{- define "cdk-erigon.labels" -}}
3737
helm.sh/chart: {{ include "cdk-erigon.chart" . }}
3838
{{ include "cdk-erigon.selectorLabels" . }}
39-
{{- if .Chart.AppVersion }}
40-
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
41-
{{- end }}
39+
app.kubernetes.io/version: {{ .Values.image.tag }}
4240
app.kubernetes.io/managed-by: {{ .Release.Service }}
4341
tags.datadoghq.com/env: {{ .Values.env }}
4442
tags.datadoghq.com/service: cdk-erigon

0 commit comments

Comments
 (0)