rancher-partner-charts/charts/kubemq/kubemq-controller
github-actions[bot] 53dde1fa2a Charts CI
```
Added:
  dell/csi-powermax:
    - 2.6.0

Updated:
  argo/argo-cd:
    - 5.29.1
  asserts/asserts:
    - 1.36.0
  bitnami/mariadb:
    - 11.5.7
  bitnami/postgresql:
    - 12.2.8
  bitnami/redis:
    - 17.9.5
  bitnami/tomcat:
    - 10.6.3
  bitnami/wordpress:
    - 15.4.0
  clastix/kamaji:
    - 0.11.5
  cloudcasa/cloudcasa:
    - 3.4.0
  cockroach-labs/cockroachdb:
    - 10.0.8
  crate/crate-operator:
    - 2.26.1
  datadog/datadog:
    - 3.25.5
  gitlab/gitlab:
    - 6.10.3
  gluu/gluu:
    - 5.0.16
  haproxy/haproxy:
    - 1.30.1
  hashicorp/vault:
    - 0.24.1
  instana/instana-agent:
    - 1.2.57
  jaeger/jaeger-operator:
    - 2.42.0
  jenkins/jenkins:
    - 4.3.22
  kubecost/cost-analyzer:
    - 1.102.2
  kubemq/kubemq-cluster:
    - 2.3.8
  kubemq/kubemq-controller:
    - 1.9.5
  kuma/kuma:
    - 2.2.0
  nats/nats:
    - 0.19.13
  new-relic/nri-bundle:
    - 5.0.10
  pixie/pixie-operator-chart:
    - 0.1.0
  redpanda/redpanda:
    - 4.0.0
  speedscale/speedscale-operator:
    - 1.2.34
  sysdig/sysdig:
    - 1.15.84
```
2023-04-18 16:35:01 +00:00
..
templates Charts CI 2023-04-18 16:35:01 +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-04-18 16:35:01 +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.