Skip to content

Commit 398d6e4

Browse files
deps(charts/rabbitmq): Update rabbitmq to v4.3.0
1 parent 1d14509 commit 398d6e4

4 files changed

Lines changed: 16 additions & 10 deletions

File tree

charts/rabbitmq/CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,25 @@
1414

1515
## [UNRELEASED]
1616

17-
## [v0.5.5] - 2025-03-18
17+
## [v0.6.0] - 2026-04-24
18+
19+
### Changed
20+
21+
- Upgrade to RabbitMQ `4.3.0-management`
22+
23+
## [v0.5.5] - 2026-03-18
1824

1925
### Changed
2026

2127
- Upgrade to RabbitMQ `4.2.5-management`
2228

23-
## [v0.5.4] - 2025-02-19
29+
## [v0.5.4] - 2026-02-19
2430

2531
### Changed
2632

2733
- Upgrade to RabbitMQ `4.2.4-management`
2834

29-
## [v0.5.3] - 2025-01-24
35+
## [v0.5.3] - 2026-01-24
3036

3137
### Changed
3238

charts/rabbitmq/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: rabbitmq
33
description: |
44
A Helm chart for RabbitMQ.
55
type: application
6-
version: 0.5.5
7-
appVersion: "4.2.5-management"
6+
version: 0.6.0
7+
appVersion: "4.3.0-management"
88
icon: https://raw.githubusercontent.com/solidcharts/helm-charts/main/charts/rabbitmq/icon.png
99
sources:
1010
- https://github.com/solidcharts/helm-charts/

charts/rabbitmq/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# rabbitmq
22

3-
![Version: 0.5.5](https://img.shields.io/badge/Version-0.5.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.5-management](https://img.shields.io/badge/AppVersion-4.2.5--management-informational?style=flat-square) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/solidcharts)](https://artifacthub.io/packages/search?repo=solidcharts)
3+
![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.3.0-management](https://img.shields.io/badge/AppVersion-4.3.0--management-informational?style=flat-square) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/solidcharts)](https://artifacthub.io/packages/search?repo=solidcharts)
44

55
A Helm chart for RabbitMQ.
66

@@ -21,7 +21,7 @@ A Helm chart for RabbitMQ.
2121
To install the chart you can use the following command:
2222

2323
```shell
24-
helm upgrade --install rabbitmq oci://ghcr.io/solidcharts/helm-charts/rabbitmq --version 0.5.5
24+
helm upgrade --install rabbitmq oci://ghcr.io/solidcharts/helm-charts/rabbitmq --version 0.6.0
2525
```
2626

2727
### Non-OCI Repository
@@ -31,7 +31,7 @@ Alternatively, you can use the legacy non-OCI method via the following commands:
3131
```shell
3232
helm repo add solidcharts https://solidcharts.github.io/helm-charts/
3333
helm repo update
34-
helm upgrade --install rabbitmq solidcharts/rabbitmq --version 0.5.5
34+
helm upgrade --install rabbitmq solidcharts/rabbitmq --version 0.6.0
3535
```
3636

3737
## Requirements
@@ -74,7 +74,7 @@ helm upgrade --install rabbitmq solidcharts/rabbitmq --version 0.5.5
7474
| image.pullPolicy | string | `"IfNotPresent"` | Sets the pull policy for images |
7575
| image.registry | string | `"docker.io"` | Image registry |
7676
| image.repository | string | `"rabbitmq"` | Image repository |
77-
| image.tag | string | `"4.2.5-management"` | Image tag version (if not specified, it will use the chart appVersion) |
77+
| image.tag | string | `"4.3.0-management"` | Image tag version (if not specified, it will use the chart appVersion) |
7878
| imagePullSecrets | list | `[]` | Image pull secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ |
7979
| ingress.annotations | object | `{}` | Annotations to add to the ingress |
8080
| ingress.enabled | bool | `false` | If `true`, create an `Ingress` |

charts/rabbitmq/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ image:
1515
# -- Sets the pull policy for images
1616
pullPolicy: IfNotPresent
1717
# -- Image tag version (if not specified, it will use the chart appVersion)
18-
tag: 4.2.5-management
18+
tag: 4.3.0-management
1919

2020
# -- _Kubernetes_ cluster domain.
2121
clusterDomain: cluster.local

0 commit comments

Comments
 (0)