Mohammed Naser | 9ad0d46 | 2023-01-15 20:36:37 -0500 | [diff] [blame] | 1 | CHART NAME: {{ .Chart.Name }} |
| 2 | CHART VERSION: {{ .Chart.Version }} |
| 3 | APP VERSION: {{ .Chart.AppVersion }} |
| 4 | |
| 5 | ** Please be patient while the chart is being deployed ** |
| 6 | |
| 7 | Watch the RabbitMQ Cluster Operator and RabbitMQ Messaging Topology Operator Deployment status using the command: |
| 8 | |
| 9 | kubectl get deploy -w --namespace {{ include "common.names.namespace" . }} -l app.kubernetes.io/name={{ include "common.names.name" . }},app.kubernetes.io/instance={{ .Release.Name }} |
| 10 | |
| 11 | {{ include "common.warnings.rollingTag" .Values.clusterOperator.image }} |
| 12 | {{ include "common.warnings.rollingTag" .Values.msgTopologyOperator.image }} |
| 13 | {{ include "common.warnings.rollingTag" .Values.credentialUpdaterImage }} |
| 14 | {{ include "common.warnings.rollingTag" .Values.rabbitmqImage }} |