mirror of
https://github.com/bitnami/charts.git
synced 2026-03-10 15:07:49 +08:00
[bitnami/clickhouse] fix: Add missing version, kind to volumeClaimTemplates (#29304)
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 6.2.22 (2024-09-06)
|
||||
## 6.2.23 (2024-09-09)
|
||||
|
||||
* [bitnami/clickhouse] Release 6.2.22 ([#29285](https://github.com/bitnami/charts/pull/29285))
|
||||
* [bitnami/clickhouse] fix: Add missing version, kind to volumeClaimTemplates ([#29304](https://github.com/bitnami/charts/pull/29304))
|
||||
|
||||
## <small>6.2.22 (2024-09-06)</small>
|
||||
|
||||
* [bitnami/clickhouse] Release 6.2.22 (#29285) ([6a90f23](https://github.com/bitnami/charts/commit/6a90f23e7a5c5dd4db87e18589ace4f4359c66ba)), closes [#29285](https://github.com/bitnami/charts/issues/29285)
|
||||
|
||||
## <small>6.2.21 (2024-09-05)</small>
|
||||
|
||||
|
||||
@@ -35,4 +35,4 @@ maintainers:
|
||||
name: clickhouse
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
|
||||
version: 6.2.22
|
||||
version: 6.2.23
|
||||
|
||||
@@ -428,8 +428,10 @@ spec:
|
||||
{{- end }}
|
||||
{{- if or $.Values.extraVolumeClaimTemplates (and $.Values.persistence.enabled (not $.Values.persistence.existingClaim)) }}
|
||||
volumeClaimTemplates:
|
||||
{{- if and $.Values.persistence.enabled (not $.Values.persistence.existingClaim) }}
|
||||
- metadata:
|
||||
{{- if and $.Values.persistence.enabled (not $.Values.persistence.existingClaim) }}
|
||||
- apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: data
|
||||
{{- if or $.Values.persistence.annotations $.Values.commonAnnotations }}
|
||||
{{- $claimAnnotations := include "common.tplvalues.merge" ( dict "values" ( list $.Values.persistence.annotations $.Values.commonLabels ) "context" $ ) }}
|
||||
|
||||
Reference in New Issue
Block a user