From 242f0b8106575d3853509806fe23d4bad067846c Mon Sep 17 00:00:00 2001 From: David Gomez Date: Tue, 19 May 2026 09:41:03 +0200 Subject: [PATCH] [bitnami/thanos] Change hpa bucketweb component label to bucketweb (#36531) ai-assisted=no Signed-off-by: David Gomez --- bitnami/thanos/Chart.yaml | 2 +- bitnami/thanos/templates/bucketweb/hpa.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/thanos/Chart.yaml b/bitnami/thanos/Chart.yaml index 90bcd9d75a..2d7a261d5d 100644 --- a/bitnami/thanos/Chart.yaml +++ b/bitnami/thanos/Chart.yaml @@ -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 diff --git a/bitnami/thanos/templates/bucketweb/hpa.yaml b/bitnami/thanos/templates/bucketweb/hpa.yaml index a48704e10d..c4165d9b30 100644 --- a/bitnami/thanos/templates/bucketweb/hpa.yaml +++ b/bitnami/thanos/templates/bucketweb/hpa.yaml @@ -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 }}