You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -51,19 +51,19 @@ Helm chart to deploy the official RabbitMQ Cluster Operator and optionally inclu
51
51
| credentialUpdaterImage.tag | string |`"1.0.12"`| RabbitMQ Default User Credential Updater image tag (immutable tags are recommended) |
52
52
| credentialUpdaterImage.digest | string |`""`| Credential updater image digest in the form `sha256:...`; overrides `credentialUpdaterImage.tag` when set |
53
53
| credentialUpdaterImage.pullSecrets | list |`[]`| RabbitMQ Default User Credential Updater image pull secrets |
| clusterOperator.image.tag | string |`""`| RabbitMQ Cluster Operator image tag. When empty, `.Chart.AppVersion` is used |
58
58
| clusterOperator.image.digest | string |`""`| Cluster Operator image digest in the form `sha256:...`; overrides `clusterOperator.image.tag` when set |
| clusterOperator.crdUpgrade.enabled | bool |`true`| Enable the pre-upgrade hook that reapplies CRDs with kubectl. |
63
-
| clusterOperator.crdUpgrade.image | object |`{"digest":"","pullPolicy":"IfNotPresent","pullSecrets":[],"registry":"ghcr.io","repository":"klicktipp/kubectl","tag":"1.35.2"}`| Kubectl image used by the CRD upgrade hook. |
63
+
| clusterOperator.crdUpgrade.image | object |`{"digest":"","pullPolicy":"IfNotPresent","pullSecrets":[],"registry":"ghcr.io","repository":"klicktipp/kubectl","tag":"1.35.3"}`| Kubectl image used by the CRD upgrade hook. |
| clusterOperator.crdUpgrade.image.digest | string |`""`| Kubectl image digest in the form `sha256:...`; overrides `clusterOperator.crdUpgrade.image.tag` when set. |
68
68
| clusterOperator.crdUpgrade.image.pullPolicy | string |`"IfNotPresent"`| Image pull policy for the CRD upgrade hook. |
69
69
| clusterOperator.crdUpgrade.image.pullSecrets | list |`[]`| Image pull secrets for the CRD upgrade hook. |
@@ -226,12 +226,12 @@ Helm chart to deploy the official RabbitMQ Cluster Operator and optionally inclu
226
226
| msgTopologyOperator.image.digest | string |`""`| Messaging Topology Operator image digest in the form `sha256:...`; overrides `msgTopologyOperator.image.tag` when set |
| msgTopologyOperator.crdUpgrade.enabled | bool |`true`| Enable the pre-upgrade hook that reapplies CRDs with kubectl. |
231
-
| msgTopologyOperator.crdUpgrade.image | object |`{"digest":"","pullPolicy":"IfNotPresent","pullSecrets":[],"registry":"ghcr.io","repository":"klicktipp/kubectl","tag":"1.35.2"}`| Kubectl image used by the CRD upgrade hook. |
231
+
| msgTopologyOperator.crdUpgrade.image | object |`{"digest":"","pullPolicy":"IfNotPresent","pullSecrets":[],"registry":"ghcr.io","repository":"klicktipp/kubectl","tag":"1.35.3"}`| Kubectl image used by the CRD upgrade hook. |
| msgTopologyOperator.crdUpgrade.image.digest | string |`""`| Kubectl image digest in the form `sha256:...`; overrides `msgTopologyOperator.crdUpgrade.image.tag` when set. |
236
236
| msgTopologyOperator.crdUpgrade.image.pullPolicy | string |`"IfNotPresent"`| Image pull policy for the CRD upgrade hook. |
237
237
| msgTopologyOperator.crdUpgrade.image.pullSecrets | list |`[]`| Image pull secrets for the CRD upgrade hook. |
Helm chart to deploy the official RabbitMQ Messaging Topology Operator.
6
6
@@ -59,12 +59,12 @@ Helm chart to deploy the official RabbitMQ Messaging Topology Operator.
59
59
| existingWebhookCertSecret | string |`""`| Name of an existing secret containing the webhook certificates |
60
60
| existingWebhookCertCABundle | string |`""`| PEM-encoded CA Bundle of the existing secret provided in existingWebhookCertSecret (only if useCertManager=false) |
61
61
| useCertManager | bool |`false`| Deploy cert-manager objects (Issuer and Certificate) for webhooks |
| crdUpgrade.enabled | bool |`true`| Enable the pre-upgrade hook that reapplies CRDs with kubectl. |
64
-
| crdUpgrade.image | object |`{"digest":"","pullPolicy":"IfNotPresent","pullSecrets":[],"registry":"ghcr.io","repository":"klicktipp/kubectl","tag":"1.35.2"}`| Kubectl image used by the CRD upgrade hook. |
64
+
| crdUpgrade.image | object |`{"digest":"","pullPolicy":"IfNotPresent","pullSecrets":[],"registry":"ghcr.io","repository":"klicktipp/kubectl","tag":"1.35.3"}`| Kubectl image used by the CRD upgrade hook. |
0 commit comments