mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 06:47:28 +08:00
[bitnami/keydb] Fix StatefulSet capitalization in replica HPA (#34729)
* Fix: Change 'Statefulset' to 'StatefulSet' in KeyDB replica HPA Signed-off-by: Vaskar <vaskar.dhakal@lumen.com> * Bump KeyDB chart version to 0.5.14 Signed-off-by: Vaskar <vaskar.dhakal@lumen.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Vaskar <vaskar.dhakal@lumen.com> Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 0.5.13 (2025-06-13)
|
||||
## 0.5.14 (2025-06-30)
|
||||
|
||||
* [bitnami/keydb] :zap: :arrow_up: Update dependency references ([#34485](https://github.com/bitnami/charts/pull/34485))
|
||||
* [bitnami/keydb] Fix StatefulSet capitalization in replica HPA ([#34729](https://github.com/bitnami/charts/pull/34729))
|
||||
|
||||
## <small>0.5.13 (2025-06-13)</small>
|
||||
|
||||
* [bitnami/keydb] :zap: :arrow_up: Update dependency references (#34485) ([6e0d14c](https://github.com/bitnami/charts/commit/6e0d14c221d3475dc491144f8394108b3b806bd0)), closes [#34485](https://github.com/bitnami/charts/issues/34485)
|
||||
|
||||
## <small>0.5.12 (2025-06-08)</small>
|
||||
|
||||
|
||||
@@ -36,4 +36,4 @@ name: keydb
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/keydb
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/keydb
|
||||
version: 0.5.13
|
||||
version: 0.5.14
|
||||
|
||||
@@ -18,7 +18,7 @@ metadata:
|
||||
spec:
|
||||
scaleTargetRef:
|
||||
apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }}
|
||||
kind: Statefulset
|
||||
kind: StatefulSet
|
||||
name: {{ template "keydb.replica.fullname" . }}
|
||||
minReplicas: {{ .Values.replica.autoscaling.hpa.minReplicas }}
|
||||
maxReplicas: {{ .Values.replica.autoscaling.hpa.maxReplicas }}
|
||||
|
||||
Reference in New Issue
Block a user