{"id":18374560,"url":"https://github.com/jupiterone/helm-charts","last_synced_at":"2026-04-10T23:15:12.874Z","repository":{"id":39742924,"uuid":"397668681","full_name":"JupiterOne/helm-charts","owner":"JupiterOne","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-12T19:29:44.000Z","size":288,"stargazers_count":1,"open_issues_count":0,"forks_count":7,"subscribers_count":11,"default_branch":"main","last_synced_at":"2026-01-13T00:40:13.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JupiterOne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-18T16:32:40.000Z","updated_at":"2026-01-12T19:29:36.000Z","dependencies_parsed_at":"2023-10-13T14:15:35.747Z","dependency_job_id":"cc5d03f4-8947-486d-bcd1-806667a9dd9b","html_url":"https://github.com/JupiterOne/helm-charts","commit_stats":null,"previous_names":[],"tags_count":116,"template":false,"template_full_name":null,"purl":"pkg:github/JupiterOne/helm-charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Fhelm-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Fhelm-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Fhelm-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Fhelm-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JupiterOne","download_url":"https://codeload.github.com/JupiterOne/helm-charts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Fhelm-charts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28522311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T22:11:28.393Z","status":"ssl_error","status_checked_at":"2026-01-17T22:11:27.841Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-06T00:15:04.147Z","updated_at":"2026-01-17T23:40:39.351Z","avatar_url":"https://github.com/JupiterOne.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JupiterOne Kubernetes Helm Charts\n\nThis repository contains Helm charts for deploying JupiterOne integrations in your Kubernetes cluster using the JupiterOne Integration Operator.\n\n## Prerequisites\n\n- Kubernetes cluster (1.19+)\n- [Helm](https://helm.sh) 3.0+\n- JupiterOne account with API access\n- JupiterOne Integration Operator installed in your cluster\n\n## Usage\n\nAdd the JupiterOne Helm repository:\n\n```console\nhelm repo add jupiterone https://jupiterone.github.io/helm-charts\nhelm repo update\n```\n\nSearch for available charts:\n\n```console\nhelm search repo jupiterone\n```\n\n## Available Charts\n\n### Infrastructure Charts\n\n| Chart | Description |\n|-------|-------------|\n| `jupiterone-integration-operator` | The operator that manages integration instances |\n| `jupiterone-integration-runner` | The runner that executes integration jobs |\n\n### Integration Charts\n\nIntegration charts create `IntegrationInstance` custom resources that are managed by the operator. Available integrations include:\n\n- `github` - GitHub integration\n- `gitlab` - GitLab integration\n- `jira` - Jira integration\n- `bitbucket` - Bitbucket integration\n- `jenkins` - Jenkins integration\n- `artifactory` - JFrog Artifactory integration\n- `hashicorp-vault` - HashiCorp Vault integration\n- `terraform-cloud` - Terraform Cloud integration\n- And many more...\n\nRun `helm search repo jupiterone` for the complete list.\n\n## Installing an Integration\n\n1. First, ensure the operator and runner are installed:\n\n```console\nhelm install j1-operator jupiterone/jupiterone-integration-operator \\\n  --namespace jupiterone \\\n  --create-namespace\n\nhelm install j1-runner jupiterone/jupiterone-integration-runner \\\n  --namespace jupiterone\n```\n\n2. Install an integration chart with your configuration:\n\n```console\nhelm install my-github jupiterone/github \\\n  --namespace jupiterone \\\n  --set secret.selectedAuthType=\"token\" \\\n  --set secret.githubAppToken=\"your-token\"\n```\n\nOr create a values file:\n\n```yaml\n# values.yaml\ncollectorName: runner\npollingInterval: \"ONE_DAY\"\n\nsecret:\n  selectedAuthType: \"token\"\n  githubAppToken: \"your-github-token\"\n```\n\n```console\nhelm install my-github jupiterone/github \\\n  --namespace jupiterone \\\n  -f values.yaml\n```\n\n## Configuration\n\nEach integration chart supports the following common configuration options:\n\n| Parameter | Description | Default |\n|-----------|-------------|---------|\n| `collectorName` | Name of the IntegrationRunner in the same namespace | `runner` |\n| `pollingInterval` | How often the integration runs | `ONE_WEEK` |\n| `secretName` | Name of the Kubernetes secret for credentials | `\u003cintegration\u003e-secret` |\n| `createSecret` | Whether to create the secret from values | `true` |\n\nPolling interval options:\n- `DISABLED`\n- `THIRTY_MINUTES`\n- `ONE_HOUR`\n- `FOUR_HOURS`\n- `EIGHT_HOURS`\n- `TWELVE_HOURS`\n- `ONE_DAY`\n- `ONE_WEEK`\n\nFor integration-specific configuration options, see the `values.yaml` file in each chart or run:\n\n```console\nhelm show values jupiterone/\u003cchart-name\u003e\n```\n\n## Managing Secrets Externally\n\nIf you prefer to manage secrets outside of Helm (e.g., using External Secrets Operator or sealed-secrets):\n\n1. Create your secret manually with the required keys\n2. Install the chart with `createSecret: false` and provide the secret name:\n\n```console\nhelm install my-github jupiterone/github \\\n  --namespace jupiterone \\\n  --set createSecret=false \\\n  --set secretName=my-existing-secret\n```\n\n## Upgrading\n\n```console\nhelm repo update\nhelm upgrade my-github jupiterone/github --namespace jupiterone\n```\n\n## Uninstalling\n\n```console\nhelm uninstall my-github --namespace jupiterone\n```\n\n## Development\n\nFor information about generating and maintaining these charts, see the [chartgen documentation](cmd/chartgen/README.md).\n\n## Support\n\nFor issues with these Helm charts, please open an issue in this repository.\n\nFor JupiterOne platform support, visit [jupiterone.io](https://jupiterone.io).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupiterone%2Fhelm-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjupiterone%2Fhelm-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupiterone%2Fhelm-charts/lists"}