Skip to content

Commit

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

* 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]>
  • Loading branch information
aqeelat and bitnami-bot authored Sep 11, 2024
1 parent 1e10d96 commit 88102b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions bitnami/tomcat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 11.2.19 (2024-09-11)
## 11.2.20 (2024-09-11)

* [bitnami/tomcat] Release 11.2.19 ([#29350](https://github.com/bitnami/charts/pull/29350))
* [bitnami/tomcat] fix: add apiVersion and kind to volumeClaimTemplates ([#29355](https://github.com/bitnami/charts/pull/29355))

## <small>11.2.19 (2024-09-11)</small>

* [bitnami/tomcat] Release 11.2.19 (#29350) ([1001ff7](https://github.com/bitnami/charts/commit/1001ff70482ef27aa9184c15b3cac9c42871cecc)), closes [#29350](https://github.com/bitnami/charts/issues/29350)

## <small>11.2.18 (2024-08-26)</small>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/tomcat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ maintainers:
name: tomcat
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/tomcat
version: 11.2.19
version: 11.2.20
4 changes: 3 additions & 1 deletion bitnami/tomcat/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ spec:
{{- end }}
spec: {{- include "tomcat.pod" . | nindent 6 }}
volumeClaimTemplates:
- metadata:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: data
spec:
accessModes:
Expand Down

0 comments on commit 88102b4

Please sign in to comment.