Skip to content

Commit

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

* 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 8b9888e commit 1e10d96
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions bitnami/solr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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>

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

0 comments on commit 1e10d96

Please sign in to comment.