Skip to content

Commit 2c31a43

Browse files
[rabbitmq] Add automatically generated fields to volumeClaimTemplates (CloudPirates-io#210)
* Add automatically generated fields to volumeClaimTemplates * Chart version bump * Update CHANGELOG.md Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c777fca commit 2c31a43

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

charts/rabbitmq/CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Changelog
22

3-
## 0.2.12 (2025-09-24)
3+
## 0.2.13 (2025-10-02)
44

5-
* [RabbitMQ] several new configuration options ([#148](https://github.com/CloudPirates-io/helm-charts/pull/148))
5+
* [rabbitmq] Add automatically generated fields to volumeClaimTemplates ([#210](https://github.com/CloudPirates-io/helm-charts/pull/210))
66

77
## <small>0.1.1 (2025-09-08)</small>
88

9-
* Fix erlang.cookie creation ([640e725](https://github.com/younessof2m/helm-charts/commit/640e725))
10-
* Update CHANGELOG.md ([63b1299](https://github.com/younessof2m/helm-charts/commit/63b1299))
9+
* Fix erlang.cookie creation ([640e725](https://github.com/rsaladra/helm-charts/commit/640e725))
10+
* Update CHANGELOG.md ([63b1299](https://github.com/rsaladra/helm-charts/commit/63b1299))
1111

1212
## 0.1.0 (2025-09-02)
1313

14-
* Fix clustering and metrics configurations ([f571ab3](https://github.com/younessof2m/helm-charts/commit/f571ab3))
15-
* Fix ingress port and added test ([67ae961](https://github.com/younessof2m/helm-charts/commit/67ae961))
16-
* Release 0.0.2 ([3f33f07](https://github.com/younessof2m/helm-charts/commit/3f33f07))
17-
* add extraObject array to all charts ([34772b7](https://github.com/younessof2m/helm-charts/commit/34772b7))
18-
* Add initial Changelogs to all Charts ([68f10ca](https://github.com/younessof2m/helm-charts/commit/68f10ca))
19-
* bump all chart versions for new extraObjects feature ([aaa57f9](https://github.com/younessof2m/helm-charts/commit/aaa57f9))
20-
* Fix missing t in tag ([3ba5c21](https://github.com/younessof2m/helm-charts/commit/3ba5c21))
21-
* Fix values.yaml / Chart.yaml linting issues ([043c7e0](https://github.com/younessof2m/helm-charts/commit/043c7e0))
22-
* initial implementation ([549034c](https://github.com/younessof2m/helm-charts/commit/549034c))
14+
* Fix clustering and metrics configurations ([f571ab3](https://github.com/rsaladra/helm-charts/commit/f571ab3))
15+
* Fix ingress port and added test ([67ae961](https://github.com/rsaladra/helm-charts/commit/67ae961))
16+
* Release 0.0.2 ([3f33f07](https://github.com/rsaladra/helm-charts/commit/3f33f07))
17+
* add extraObject array to all charts ([34772b7](https://github.com/rsaladra/helm-charts/commit/34772b7))
18+
* Add initial Changelogs to all Charts ([68f10ca](https://github.com/rsaladra/helm-charts/commit/68f10ca))
19+
* bump all chart versions for new extraObjects feature ([aaa57f9](https://github.com/rsaladra/helm-charts/commit/aaa57f9))
20+
* Fix missing t in tag ([3ba5c21](https://github.com/rsaladra/helm-charts/commit/3ba5c21))
21+
* Fix values.yaml / Chart.yaml linting issues ([043c7e0](https://github.com/rsaladra/helm-charts/commit/043c7e0))
22+
* initial implementation ([549034c](https://github.com/rsaladra/helm-charts/commit/549034c))

charts/rabbitmq/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: rabbitmq
33
description: A messaging broker that implements the Advanced Message Queuing Protocol (AMQP)
44
type: application
5-
version: 0.2.12
5+
version: 0.2.13
66
appVersion: "4.1.4"
77
keywords:
88
- rabbitmq

charts/rabbitmq/templates/statefulset.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,9 @@ spec:
249249
{{- end }}
250250
{{- if .Values.persistence.enabled }}
251251
volumeClaimTemplates:
252-
- metadata:
252+
- apiVersion: v1
253+
kind: PersistentVolumeClaim
254+
metadata:
253255
name: data
254256
{{- with .Values.persistence.annotations }}
255257
annotations:

0 commit comments

Comments
 (0)