mirror of
https://github.com/bitnami/charts.git
synced 2026-02-10 20:27:38 +08:00
[bitnami/vault] fix: add apiVersion and kind to volumeClaimTemplates (#29353)
* fix: add apiVersion and kind to volumeClaimTemplates Signed-off-by: Abdullah Alaqeel <abdullah.t.aqeel@gmail.com> Signed-off-by: Abdullah Alaqeel <abdullah.alaqeel@fathom.io> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Abdullah Alaqeel <abdullah.t.aqeel@gmail.com> Signed-off-by: Abdullah Alaqeel <abdullah.alaqeel@fathom.io> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Andrés Bono <andresbono@vmware.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 1.4.21 (2024-09-06)
|
||||
## 1.4.22 (2024-09-11)
|
||||
|
||||
* [bitnami/vault] Release 1.4.21 ([#29269](https://github.com/bitnami/charts/pull/29269))
|
||||
* [bitnami/vault] fix: add apiVersion and kind to volumeClaimTemplates ([#29353](https://github.com/bitnami/charts/pull/29353))
|
||||
|
||||
## <small>1.4.21 (2024-09-06)</small>
|
||||
|
||||
* [bitnami/vault] Release 1.4.21 (#29269) ([bb12732](https://github.com/bitnami/charts/commit/bb1273268ea62c2cd2604fc96744f0afef421b78)), closes [#29269](https://github.com/bitnami/charts/issues/29269)
|
||||
|
||||
## <small>1.4.20 (2024-08-31)</small>
|
||||
|
||||
|
||||
@@ -35,4 +35,4 @@ maintainers:
|
||||
name: vault
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/vault
|
||||
version: 1.4.21
|
||||
version: 1.4.22
|
||||
|
||||
@@ -251,7 +251,9 @@ spec:
|
||||
{{- end }}
|
||||
{{- if and .Values.server.persistence.enabled (not .Values.server.persistence.existingClaim) }}
|
||||
volumeClaimTemplates:
|
||||
- metadata:
|
||||
- apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: data
|
||||
annotations:
|
||||
{{- if .Values.server.persistence.annotations }}
|
||||
|
||||
Reference in New Issue
Block a user