Skip to content

Commit 52ccfe8

Browse files
authored
chore: rabbitmq remove duplicate image (#2324)
Co-authored-by: xuriwuyun <[email protected]>
1 parent 61b7b7c commit 52ccfe8

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

addons-cluster/rabbitmq/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
repository: file://../kblib
1212
alias: extra
1313

14-
appVersion: "3.13.2"
14+
appVersion: "3.13.7"
1515

1616
keywords:
1717
- rabbitmq

addons-cluster/rabbitmq/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To get the root password run:
1414

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

17-
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
17+
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
1818

1919
Then, run the following command:
2020

addons/rabbitmq/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type: application
66

77
version: 1.1.0-alpha.0
88

9-
appVersion: "3.13.2"
9+
appVersion: "3.13.7"
1010

1111
home: https://www.rabbitmq.com/
1212
icon: https://www.rabbitmq.com/img/rabbitmq-logo-with-name.svg

addons/rabbitmq/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RabbitMQ is an open-source and lightweight message broker which supports multipl
1919
| 3.10 | 3.10.25|
2020
| 3.11 | 3.11.28|
2121
| 3.12 | 3.12.14|
22-
| 3.13 | 3.13.2, 3.13.7|
22+
| 3.13 | 3.13.7|
2323

2424
## Prerequisites
2525

@@ -62,7 +62,7 @@ spec:
6262
# 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.
6363
# ServiceVersion specifies the version of the Service expected to be
6464
# provisioned by this Component.
65-
# Valid options are: [3.10.25,3.11.28,3.12.14,3.13.2,3.13.7,3.8.14,3.9.29]
65+
# Valid options are: [3.10.25,3.11.28,3.12.14,3.13.7,3.8.14,3.9.29]
6666
serviceVersion: 3.13.7
6767
# Recommended to set `replicas` to [3,5,7]
6868
# All data/state is replicated across all replicas.

addons/rabbitmq/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image:
77
repository: rabbitmq
88
pullPolicy: IfNotPresent
99
# Overrides the image tag whose default is the chart appVersion.
10-
tag: 3.13.2-management
10+
tag: 3.13.7-management
1111

1212
## @param supported versions with detailed information
1313
versions:

examples/rabbitmq/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RabbitMQ is an open-source and lightweight message broker which supports multipl
1919
| 3.10 | 3.10.25|
2020
| 3.11 | 3.11.28|
2121
| 3.12 | 3.12.14|
22-
| 3.13 | 3.13.2, 3.13.7|
22+
| 3.13 | 3.13.7|
2323

2424
## Prerequisites
2525

examples/rabbitmq/cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
# 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.
1919
# ServiceVersion specifies the version of the Service expected to be
2020
# provisioned by this Component.
21-
# Valid options are: [3.10.25,3.11.28,3.12.14,3.13.2,3.13.7,3.8.14,3.9.29]
21+
# Valid options are: [3.10.25,3.11.28,3.12.14,3.13.7,3.8.14,3.9.29]
2222
serviceVersion: 3.13.7
2323
# Recommended to set `replicas` to [3,5,7]
2424
# All data/state is replicated across all replicas.

0 commit comments

Comments
 (0)