rancher-partner-charts/charts/kubemq/kubemq-controller
github-actions[bot] 8667e6aaf8 Charts CI
```
Updated:
  argo/argo-cd:
    - 5.27.4
  bitnami/kafka:
    - 21.4.2
  bitnami/redis:
    - 17.9.2
  bitnami/wordpress:
    - 15.2.58
  clastix/kamaji:
    - 0.11.4
  codefresh/cf-runtime:
    - 1.0.3
  datadog/datadog:
    - 3.23.0
  datadog/datadog-operator:
    - 0.10.0
  dell/csi-powerstore:
    - 2.6.0
  dell/csi-unity:
    - 2.6.0
  dell/csi-vxflexos:
    - 2.6.0
  f5/nginx-ingress:
    - 0.17.0
  jenkins/jenkins:
    - 4.3.10
  jfrog/artifactory-ha:
    - 107.55.9
  jfrog/artifactory-jcr:
    - 107.55.9
  kasten/k10:
    - 5.5.7
  kubemq/kubemq-controller:
    - 1.9.4
  minio/minio-operator:
    - 5.0.0
  redpanda/redpanda:
    - 3.0.7
  traefik/traefik:
    - 21.2.1
```
2023-03-28 14:02:53 +00:00
..
templates Charts CI 2023-03-28 14:02:53 +00:00
.helmignore Charts CI 2023-03-23 13:52:28 +00:00
Chart.lock Charts CI 2023-03-23 13:52:28 +00:00
Chart.yaml Charts CI 2023-03-28 14:02:53 +00:00
README.md Charts CI 2023-03-23 13:52:28 +00:00
app-readme.md Charts CI 2023-03-23 13:52:28 +00:00
values.yaml Charts CI 2023-03-23 13:52:28 +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.