Skip to content

Commit

Permalink
[bitnami/vault] fix: add apiVersion and kind to volumeClaimTemplates (#…
Browse files Browse the repository at this point in the history
…29353)

* fix: add apiVersion and kind to volumeClaimTemplates

Signed-off-by: Abdullah Alaqeel <[email protected]>
Signed-off-by: Abdullah Alaqeel <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Abdullah Alaqeel <[email protected]>
Signed-off-by: Abdullah Alaqeel <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
Co-authored-by: Andrés Bono <[email protected]>
  • Loading branch information
3 people authored Sep 11, 2024
1 parent 7479317 commit e870d71
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions bitnami/vault/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/vault/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion bitnami/vault/templates/server/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e870d71

Please sign in to comment.