This is an umbrella Helm chart that deploys the complete Camel Dashboard solution, including:
- Camel Dashboard Operator: Manages Camel Dashboard instances
- Camel Dashboard Console: OpenShift Console plugin for Camel Dashboard
- Hawtio Online Console Plugin: Management and monitoring console for Java applications
- Kubernetes
- Helm
- OpenShift 4.19+
helm repo add camel-dashboard https://camel-tooling.github.io/camel-dashboard/charts
helm repo updatehelm install camel-dashboard-openshift-all camel-dashboard/camel-dashboard-openshift-all -n camel-dashboard --create-namespaceYou can customize the installation by providing your own values:
helm install camel-dashboard-openshift-all camel-dashboard/camel-dashboard-openshift-all -n camel-dashboard --create-namespace -f my-values.yamlhelm uninstall camel-dashboard-openshift-all -n camel-dashboard