mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
[bitnami/valkey-cluster] update metrics-svc template name format (#27993)
* valkey-cluster metrics-svc template update Signed-off-by: sunyeongchoi <suoung0716@gmail.com> * bump chart version Signed-off-by: sunyeongchoi <suoung0716@gmail.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update Chart.yaml Signed-off-by: Andrés Bono <andresbono@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: sunyeongchoi <suoung0716@gmail.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: happyso <suoung0716@gmail.com> Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> Signed-off-by: Andrés Bono <andresbono@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> Co-authored-by: Andrés Bono <andresbono@vmware.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 0.1.6 (2024-07-25)
|
||||
## 0.1.7 (2024-07-29)
|
||||
|
||||
* [bitnami/valkey-cluster] Release 0.1.6 ([#28492](https://github.com/bitnami/charts/pull/28492))
|
||||
* [bitnami/valkey-cluster] update metrics-svc template name format ([#27993](https://github.com/bitnami/charts/pull/27993))
|
||||
|
||||
## <small>0.1.6 (2024-07-25)</small>
|
||||
|
||||
* [bitnami/valkey-cluster] Release 0.1.6 (#28492) ([979a50b](https://github.com/bitnami/charts/commit/979a50b707efbfee186c31b84fc91c839b116768)), closes [#28492](https://github.com/bitnami/charts/issues/28492)
|
||||
|
||||
## <small>0.1.5 (2024-07-24)</small>
|
||||
|
||||
|
||||
@@ -33,4 +33,4 @@ name: valkey-cluster
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/valkey-cluster
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/vakey-cluster
|
||||
version: 0.1.6
|
||||
version: 0.1.7
|
||||
|
||||
@@ -7,7 +7,7 @@ SPDX-License-Identifier: APACHE-2.0
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: name: {{ printf "%s-metrics" (include "common.names.fullname" . ) | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
name: {{ printf "%s-metrics" (include "common.names.fullname" . ) | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
namespace: {{ .Release.Namespace | quote }}
|
||||
{{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.metrics.service.labels .Values.commonLabels ) "context" . ) }}
|
||||
labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }}
|
||||
|
||||
Reference in New Issue
Block a user