rancher-partner-charts/charts/kubemq/kubemq-controller/1.12.0
github-actions[bot] 33c9b676a7 Added chart versions:
cerbos/cerbos:
    - 0.38.1
  jenkins/jenkins:
    - 5.5.4
  kubemq/kubemq-controller:
    - 1.12.0
  redpanda/redpanda:
    - 5.8.14
2024-08-08 00:51:13 +00:00
..
templates Added chart versions: 2024-08-08 00:51:13 +00:00
.helmignore Added chart versions: 2024-08-08 00:51:13 +00:00
Chart.lock Added chart versions: 2024-08-08 00:51:13 +00:00
Chart.yaml Added chart versions: 2024-08-08 00:51:13 +00:00
README.md Added chart versions: 2024-08-08 00:51:13 +00:00
app-readme.md Added chart versions: 2024-08-08 00:51:13 +00:00
values.yaml Added chart versions: 2024-08-08 00:51:13 +00:00

README.md

kubemq-controller

kubemq-controller is the Helm chart that installs the KubeMQ Operator and required by the KubeMQ stack. It should be installed before installing kubemq-cluster and kubemq-connector charts.

Installing

For example:

$ helm repo add kubemq-charts  https://kubemq-io.github.io/charts
$ helm install -n kubemq kubemq-controller kubemq-charts/kubemq-controller

For a more comprehensive documentation about how to install the KubeMQ Cluster and KubeMQ Connector, check the kubemq-cluster and kubemq-connector charts documentation out.

Upgrading the charts

Please refer to the release notes of each version of the helm charts. These can be found here.

Uninstalling the charts

To uninstall/delete kubemq-controller use the following command:

$ helm uninstall -n kubemq kubemq-controller

The commands remove all the Kubernetes components associated with the chart. Keep in mind that the chart is required by the kubemq-cluster and kubemq-connector charts.

If you want to keep the history use --keep-history flag.