mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user