[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:
Abdullah Alaqeel
2024-09-11 18:01:32 +03:00
committed by GitHub
parent 747931744d
commit e870d71f3b
3 changed files with 10 additions and 4 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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 }}