blob: c723b87c087386add5177c2ef56f3b77f1d7aeea [file] [log] [blame]
Mohammed Naser9ad0d462023-01-15 20:36:37 -05001CHART NAME: {{ .Chart.Name }}
2CHART VERSION: {{ .Chart.Version }}
3APP VERSION: {{ .Chart.AppVersion }}
4
5** Please be patient while the chart is being deployed **
6
7Watch 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 }}