{"id":19277676,"url":"https://github.com/observiq/application-helm-charts","last_synced_at":"2026-02-15T16:35:17.347Z","repository":{"id":63004265,"uuid":"564419533","full_name":"observIQ/application-helm-charts","owner":"observIQ","description":"charts contains Helm charts suitable for developing Grafana integrations","archived":false,"fork":false,"pushed_at":"2024-07-25T16:53:19.000Z","size":4673,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-06T12:59:48.844Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/observIQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":"docs/GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-10T17:17:37.000Z","updated_at":"2025-03-18T21:49:02.000Z","dependencies_parsed_at":"2024-07-15T21:55:03.413Z","dependency_job_id":"3582376a-b72b-4bee-bbe2-e4e3af369617","html_url":"https://github.com/observIQ/application-helm-charts","commit_stats":null,"previous_names":["observiq/application-helm-charts","observiq/charts"],"tags_count":134,"template":false,"template_full_name":null,"purl":"pkg:github/observIQ/application-helm-charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/observIQ%2Fapplication-helm-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/observIQ%2Fapplication-helm-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/observIQ%2Fapplication-helm-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/observIQ%2Fapplication-helm-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/observIQ","download_url":"https://codeload.github.com/observIQ/application-helm-charts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/observIQ%2Fapplication-helm-charts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29484658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","response_time":118,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T21:06:36.762Z","updated_at":"2026-02-15T16:35:17.317Z","avatar_url":"https://github.com/observIQ.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/observiq/application-helm-charts/actions/workflows/ci.yaml/badge.svg)](https://github.com/observiq/application-helm-charts/actions/workflows/ci.yaml)\n[![Release Container Images](https://github.com/observiq/application-helm-charts/actions/workflows/container.yaml/badge.svg)](https://github.com/observiq/application-helm-charts/actions/workflows/container.yaml)\n\n# Charts\n\nThis repository contains Helm charts suitable for developing integrations. This repository\nis not intended for production use.\n\n## Usage\n\n[Helm](https://helm.sh) must be installed to use the charts.  Please refer to\nHelm's [documentation](https://helm.sh/docs) to get started.\n\n\n### Add Repo\n\nAdd the observIQ Helm repository.\n\n```bash\nhelm repo add observiq https://observiq.github.io/application-helm-charts\n```\n\n### Update Repo\n\nIf you had already added this repo earlier, run `helm repo update` to retrieve\nthe latest versions of the packages.  You can then run `helm search repo\nobserviq` to see the charts.\n\n### Updating container images\n\n1. Open PR for changes to container image\n2. Request a review. Once approved, merge PR\n3. Watch main branch CI. It will build and push the image. The CI output will usually have the image tag.\n4. Open another PR changing the image used by the helm chart. Be sure to update the chart version.\n5. Request a review. Once approved, merge PR\n6. CI will release the helm chart\n7. Update your local helm repo to get the new chart version, which will have your new image.\n\n### Applications\n\n#### Clickhouse\n\nTo install the clickhouse chart:\n\n```bash\nhelm install clickhouse observiq/clickhouse\n```\n\nTo uninstall the chart:\n\n```bash\nhelm delete clickhouse\n```\n\n#### Discourse(R)\n\nTo install the Discourse(R) chart:\n\n```bash\nhelm install discourse observiq/discourse\n```\n\nTo uninstall the chart:\n\n```bash\nhelm delete discourse\n```\n\n#### Wildfly\n\nTo install the Wildfly chart:\n\n```bash\nhelm install wildfly observiq/wildfly\n```\n\nTo uninstall the chart:\n\n```bash\nhelm delete wildfly\n```\n\n#### MSSQL\n\nTo install the Wildfly chart:\n\n```bash\nhelm install mssql observiq/mssql\n```\n\nTo uninstall the chart:\n\n```bash\nhelm delete mssql\n```\n\n#### OracleDB Express Edition 21c (21.3.0)\n\nTo install the OracleDB XE chart:\n\n```bash\nhelm install oracledbxe observiq/oracledbxe\n```\n\nTo uninstall the chart:\n\n```bash\nhelm delete oracledbxe\n```\n\n# Community\n\ncharts 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.\n\n## Code of Conduct\n\ncharts 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).\n\n# Other questions?\n\nSend us an [email](mailto:support@observiq.com), or open an issue with your question. We'd love to hear from you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobserviq%2Fapplication-helm-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobserviq%2Fapplication-helm-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobserviq%2Fapplication-helm-charts/lists"}