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-chartsIf 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/clickhouseTo uninstall the chart:
helm delete clickhouseTo install the Discourse(R) chart:
helm install discourse observiq/discourseTo uninstall the chart:
helm delete discourseTo install the Wildfly chart:
helm install wildfly observiq/wildflyTo uninstall the chart:
helm delete wildflyTo install the Wildfly chart:
helm install mssql observiq/mssqlTo uninstall the chart:
helm delete mssqlTo install the OracleDB XE chart:
helm install oracledbxe observiq/oracledbxeTo uninstall the chart:
helm delete oracledbxecharts 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!