Skip to content

Commit 1d14509

Browse files
deps(charts/rabbitmq): Update chart-image-upgrade to v4.2.5 (#47)
1 parent 5a69185 commit 1d14509

4 files changed

Lines changed: 13 additions & 7 deletions

File tree

charts/rabbitmq/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414

1515
## [UNRELEASED]
1616

17+
## [v0.5.5] - 2025-03-18
18+
19+
### Changed
20+
21+
- Upgrade to RabbitMQ `4.2.5-management`
22+
1723
## [v0.5.4] - 2025-02-19
1824

1925
### Changed

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.4
7-
appVersion: "4.2.4-management"
6+
version: 0.5.5
7+
appVersion: "4.2.5-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.4](https://img.shields.io/badge/Version-0.5.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.4-management](https://img.shields.io/badge/AppVersion-4.2.4--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.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)
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.4
24+
helm upgrade --install rabbitmq oci://ghcr.io/solidcharts/helm-charts/rabbitmq --version 0.5.5
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.4
34+
helm upgrade --install rabbitmq solidcharts/rabbitmq --version 0.5.5
3535
```
3636

3737
## Requirements
@@ -74,7 +74,7 @@ helm upgrade --install rabbitmq solidcharts/rabbitmq --version 0.5.4
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.4-management"` | Image tag version (if not specified, it will use the chart appVersion) |
77+
| image.tag | string | `"4.2.5-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.4-management
18+
tag: 4.2.5-management
1919

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

0 commit comments

Comments
 (0)