[bitnami/solr] fix: add apiVersion and kind to volumeClaimTemplates (#29356)

* 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:49:24 +03:00
committed by GitHub
parent 8b9888e143
commit 1e10d964f2
3 changed files with 10 additions and 4 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 9.4.2 (2024-09-10)
## 9.4.3 (2024-09-11)
* [bitnami/solr] Release 9.4.2 ([#29317](https://github.com/bitnami/charts/pull/29317))
* [bitnami/solr] fix: add apiVersion and kind to volumeClaimTemplates ([#29356](https://github.com/bitnami/charts/pull/29356))
## <small>9.4.2 (2024-09-10)</small>
* [bitnami/solr] Release 9.4.2 (#29317) ([18066e1](https://github.com/bitnami/charts/commit/18066e1687f1dafd53b1fce35ae0a9351a006f13)), closes [#29317](https://github.com/bitnami/charts/issues/29317)
## <small>9.4.1 (2024-09-03)</small>

View File

@@ -34,4 +34,4 @@ maintainers:
name: solr
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/solr
version: 9.4.2
version: 9.4.3

View File

@@ -383,7 +383,9 @@ spec:
{{- end }}
{{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }}
volumeClaimTemplates:
- metadata:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: data
annotations:
{{- if .Values.persistence.annotations }}