Skip to content

charts contains Helm charts suitable for developing Grafana integrations

License

Notifications You must be signed in to change notification settings

observIQ/application-helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI Release Container Images

Charts

This repository contains Helm charts suitable for developing integrations. This repository is not intended for production use.

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Add Repo

Add the observIQ Helm repository.

helm repo add observiq https://observiq.github.io/application-helm-charts

Update Repo

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.

Updating container images

  1. Open PR for changes to container image
  2. Request a review. Once approved, merge PR
  3. Watch main branch CI. It will build and push the image. The CI output will usually have the image tag.
  4. Open another PR changing the image used by the helm chart. Be sure to update the chart version.
  5. Request a review. Once approved, merge PR
  6. CI will release the helm chart
  7. Update your local helm repo to get the new chart version, which will have your new image.

Applications

Clickhouse

To install the clickhouse chart:

helm install clickhouse observiq/clickhouse

To uninstall the chart:

helm delete clickhouse

Discourse(R)

To install the Discourse(R) chart:

helm install discourse observiq/discourse

To uninstall the chart:

helm delete discourse

Wildfly

To install the Wildfly chart:

helm install wildfly observiq/wildfly

To uninstall the chart:

helm delete wildfly

MSSQL

To install the Wildfly chart:

helm install mssql observiq/mssql

To uninstall the chart:

helm delete mssql

OracleDB Express Edition 21c (21.3.0)

To install the OracleDB XE chart:

helm install oracledbxe observiq/oracledbxe

To uninstall the chart:

helm delete oracledbxe

Community

charts is open source. If you'd like to contribute, take a look at our contribution guidelines. We look forward to building with you.

Code of Conduct

charts follows the CNCF Code of Conduct. Please report violations of the Code of Conduct to any or all maintainers.

Other questions?

Send us an email, or open an issue with your question. We'd love to hear from you!