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-cluster/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-cluster/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: 0.9.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/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ image:
repository: apecloud/rabbitmq
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 3.13.2-management
tag: 3.13.7-management

componentServiceVersion:
rabbitmq: 3.13.2
rabbitmq: 3.13.7

clusterVersionOverride: ""
nameOverride: ""
Expand Down
Loading