https://github.com/observiq/application-helm-charts
charts contains Helm charts suitable for developing Grafana integrations
https://github.com/observiq/application-helm-charts
Last synced: 5 months ago
JSON representation
charts contains Helm charts suitable for developing Grafana integrations
- Host: GitHub
- URL: https://github.com/observiq/application-helm-charts
- Owner: observIQ
- License: mit
- Created: 2022-11-10T17:17:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T16:53:19.000Z (almost 2 years ago)
- Last Synced: 2025-10-06T12:59:48.844Z (10 months ago)
- Language: Go
- Homepage:
- Size: 4.46 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Governance: docs/GOVERNANCE.md
Awesome Lists containing this project
README
[](https://github.com/observiq/application-helm-charts/actions/workflows/ci.yaml)
[](https://github.com/observiq/application-helm-charts/actions/workflows/container.yaml)
# Charts
This repository contains Helm charts suitable for developing integrations. This repository
is not intended for production use.
## Usage
[Helm](https://helm.sh) must be installed to use the charts. Please refer to
Helm's [documentation](https://helm.sh/docs) to get started.
### Add Repo
Add the observIQ Helm repository.
```bash
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:
```bash
helm install clickhouse observiq/clickhouse
```
To uninstall the chart:
```bash
helm delete clickhouse
```
#### Discourse(R)
To install the Discourse(R) chart:
```bash
helm install discourse observiq/discourse
```
To uninstall the chart:
```bash
helm delete discourse
```
#### Wildfly
To install the Wildfly chart:
```bash
helm install wildfly observiq/wildfly
```
To uninstall the chart:
```bash
helm delete wildfly
```
#### MSSQL
To install the Wildfly chart:
```bash
helm install mssql observiq/mssql
```
To uninstall the chart:
```bash
helm delete mssql
```
#### OracleDB Express Edition 21c (21.3.0)
To install the OracleDB XE chart:
```bash
helm install oracledbxe observiq/oracledbxe
```
To uninstall the chart:
```bash
helm delete oracledbxe
```
# Community
charts is open source. If you'd like to contribute, take a look at our [contribution guidelines](/docs/CONTRIBUTING.md). We look forward to building with you.
## Code of Conduct
charts follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). Please report violations of the Code of Conduct to any or all [maintainers](/docs/MAINTAINERS.md).
# Other questions?
Send us an [email](mailto:support@observiq.com), or open an issue with your question. We'd love to hear from you!