This repository contains Helm charts suitable for developing integrations. This repository is not intended for production use.
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Add the observIQ Helm repository.
helm repo add observiq https://observiq.github.io/application-helm-charts
If you had already added this repo earlier, run helm repo update
to retrieve
the latest versions of the packages. You can then run helm search repo observiq
to see the charts.
- Open PR for changes to container image
- Request a review. Once approved, merge PR
- Watch main branch CI. It will build and push the image. The CI output will usually have the image tag.
- Open another PR changing the image used by the helm chart. Be sure to update the chart version.
- Request a review. Once approved, merge PR
- CI will release the helm chart
- Update your local helm repo to get the new chart version, which will have your new image.
To install the clickhouse chart:
helm install clickhouse observiq/clickhouse
To uninstall the chart:
helm delete clickhouse
To install the Discourse(R) chart:
helm install discourse observiq/discourse
To uninstall the chart:
helm delete discourse
To install the Wildfly chart:
helm install wildfly observiq/wildfly
To uninstall the chart:
helm delete wildfly
To install the Wildfly chart:
helm install mssql observiq/mssql
To uninstall the chart:
helm delete mssql
To install the OracleDB XE chart:
helm install oracledbxe observiq/oracledbxe
To uninstall the chart:
helm delete oracledbxe
charts is open source. If you'd like to contribute, take a look at our contribution guidelines. We look forward to building with you.
charts follows the CNCF Code of Conduct. Please report violations of the Code of Conduct to any or all maintainers.
Send us an email, or open an issue with your question. We'd love to hear from you!