Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons-cluster/rabbitmq/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
repository: file://../kblib
alias: extra

appVersion: "3.13.2"
appVersion: "3.13.7"

keywords:
- rabbitmq
Expand Down
2 changes: 1 addition & 1 deletion addons-cluster/rabbitmq/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To get the root password run:

To connect to your database, create a RabbitMQ client container:

kubectl run --namespace {{ .Release.Namespace }} {{ .Release.Name }}-client --rm --tty -i --restart='Never' --env="RABBITMQ_ROOT_PASSWORD=$RABBITMQ_ROOT_PASSWORD" --env="RABBITMQ_ADDRESS=$RABBITMQ_ADDRESS" --env="RABBITMQ_ERLANG_COOKIE=$ERLANG_COOKIE" --image rabbitmq:3.13.2-management --command -- bash
kubectl run --namespace {{ .Release.Namespace }} {{ .Release.Name }}-client --rm --tty -i --restart='Never' --env="RABBITMQ_ROOT_PASSWORD=$RABBITMQ_ROOT_PASSWORD" --env="RABBITMQ_ADDRESS=$RABBITMQ_ADDRESS" --env="RABBITMQ_ERLANG_COOKIE=$ERLANG_COOKIE" --image rabbitmq:3.13.7-management --command -- bash

Then, run the following command:

Expand Down
2 changes: 1 addition & 1 deletion addons/rabbitmq/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application

version: 1.1.0-alpha.0

appVersion: "3.13.2"
appVersion: "3.13.7"

home: https://www.rabbitmq.com/
icon: https://www.rabbitmq.com/img/rabbitmq-logo-with-name.svg
Expand Down
4 changes: 2 additions & 2 deletions addons/rabbitmq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RabbitMQ is an open-source and lightweight message broker which supports multipl
| 3.10 | 3.10.25|
| 3.11 | 3.11.28|
| 3.12 | 3.12.14|
| 3.13 | 3.13.2, 3.13.7|
| 3.13 | 3.13.7|

## Prerequisites

Expand Down Expand Up @@ -62,7 +62,7 @@ spec:
# The serviceVersion is used to determine the version of the Cluster. If the serviceVersion is not specified, the default value is the ServiceVersion defined in ComponentDefinition.
# ServiceVersion specifies the version of the Service expected to be
# provisioned by this Component.
# Valid options are: [3.10.25,3.11.28,3.12.14,3.13.2,3.13.7,3.8.14,3.9.29]
# Valid options are: [3.10.25,3.11.28,3.12.14,3.13.7,3.8.14,3.9.29]
serviceVersion: 3.13.7
# Recommended to set `replicas` to [3,5,7]
# All data/state is replicated across all replicas.
Expand Down
2 changes: 1 addition & 1 deletion addons/rabbitmq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:
repository: rabbitmq
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 3.13.2-management
tag: 3.13.7-management

## @param supported versions with detailed information
versions:
Expand Down
2 changes: 1 addition & 1 deletion examples/rabbitmq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RabbitMQ is an open-source and lightweight message broker which supports multipl
| 3.10 | 3.10.25|
| 3.11 | 3.11.28|
| 3.12 | 3.12.14|
| 3.13 | 3.13.2, 3.13.7|
| 3.13 | 3.13.7|

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion examples/rabbitmq/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
# The serviceVersion is used to determine the version of the Cluster. If the serviceVersion is not specified, the default value is the ServiceVersion defined in ComponentDefinition.
# ServiceVersion specifies the version of the Service expected to be
# provisioned by this Component.
# Valid options are: [3.10.25,3.11.28,3.12.14,3.13.2,3.13.7,3.8.14,3.9.29]
# Valid options are: [3.10.25,3.11.28,3.12.14,3.13.7,3.8.14,3.9.29]
serviceVersion: 3.13.7
# Recommended to set `replicas` to [3,5,7]
# All data/state is replicated across all replicas.
Expand Down
Loading