[bitnami/thanos] Change hpa bucketweb component label to bucketweb (#36531)

ai-assisted=no

Signed-off-by: David Gomez <david.gomez@broadcom.com>
This commit is contained in:
David Gomez
2026-05-19 09:41:03 +02:00
committed by GitHub
parent 73c0faa841
commit 242f0b8106
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,4 +37,4 @@ maintainers:
name: thanos
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/thanos
version: 17.5.0
version: 17.5.1
+1 -1
View File
@@ -10,7 +10,7 @@ metadata:
name: {{ include "thanos.bucketweb.fullname" . }}
namespace: {{ include "common.names.namespace" . }}
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
app.kubernetes.io/component: receive
app.kubernetes.io/component: bucketweb
{{- if .Values.commonAnnotations }}
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
{{- end }}