{"id":18238244,"url":"https://github.com/dataphos/dataphos-helm","last_synced_at":"2026-05-15T13:06:04.858Z","repository":{"id":260245012,"uuid":"869596702","full_name":"dataphos/dataphos-helm","owner":"dataphos","description":"Helm charts for Dataphos platform components.","archived":false,"fork":false,"pushed_at":"2024-11-27T11:42:20.000Z","size":25,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T11:44:14.368Z","etag":null,"topics":["cloud-native","data-mesh","helm","helm-charts","kubernetes"],"latest_commit_sha":null,"homepage":"https://docs.dataphos.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dataphos.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-08T15:01:50.000Z","updated_at":"2024-11-26T14:48:34.000Z","dependencies_parsed_at":"2025-02-14T12:31:38.414Z","dependency_job_id":"0f08e33d-eee9-43db-a443-fa0be0d350dd","html_url":"https://github.com/dataphos/dataphos-helm","commit_stats":null,"previous_names":["dataphos/dataphos-helm"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dataphos/dataphos-helm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataphos%2Fdataphos-helm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataphos%2Fdataphos-helm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataphos%2Fdataphos-helm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataphos%2Fdataphos-helm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dataphos","download_url":"https://codeload.github.com/dataphos/dataphos-helm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataphos%2Fdataphos-helm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33067502,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["cloud-native","data-mesh","helm","helm-charts","kubernetes"],"created_at":"2024-11-05T03:04:35.555Z","updated_at":"2026-05-15T13:06:04.816Z","avatar_url":"https://github.com/dataphos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dataphos-helm\n\nThis repository provides custom HELM charts designed to simplify the deployment and maintenance of Dataphos products. The goal is to streamline Kubernetes manifest configuration for quick cluster deployments, without relying on IaC tools or broader infrastructure frameworks.\n\n## Chart Methodology\n\nThe charts have not been designed to serve as deployments of a single component instance, but rather a management system of several instances of a single component.\n\nFor instance, while you may deploy only a single Schema Registry instance in a cluster, the Schema Registry Validator and Persistor charts have been structured in a way to enable the user to manage several at the same time through a single `values.yaml` file. This is particularly useful in the case when managing the Persistor, Indexer and Resubmitter components, whose relationship and interconnectedness may vary depending on the use-case.\n\nIndividual releases should be managed on a namespace level.\n\nSecrets referenced by the configuration files (service accounts, connection strings, etc.) are created if the appropriate secret data is provided in the chart's `values.yaml` file. They can also be deployed independently.\n\n## Prerequisites\n\n* [Helm](https://helm.sh/)\n\n## Chart List\n\n| Chart Name | Description |\n| ---------- | ----------- |\n| `dataphos-persistor` | The chart for the Dataphos Persistor. |\n| `dataphos-schema-registry` | The chart for the Dataphos Schema Registry database and service. |\n| `dataphos-schema-registry-validator` | The chart for the Dataphos Schema Registry Validator. |\n\n## Usage\n\nEach chart has its own configuration settings outlined in its respective subfolder. A `values.yaml` file should be prepared and pass to Helm while performing the installation.\n\n```\nhelm install \u003crelease-name\u003e \u003cpath-to-chart\u003e\n```\n\nFor example, if we want to deploy the `dataphos-persistor` chart, we would run:\n\n```\nhelm install persistor ./dataphos-persistor\n```\n\nThis would cause the `values.yaml` filed to be read from the root directory of the `dataphos-persistor` folder. The `--values` flag may be passed in the call to override this behavior.\n\nYou can also add a `--dry-run` flag that will simply generate the Kubernetes manifests and check if they are valid (note that this requires `kubectl` to be configured against an actual cluster). For general linting of the Helm templates, run `helm lint`. \n\nIf you happen to be using VS Code make sure to have the Kubernetes and Helm extensions installed to make life a little easier for you.\n\n## Verify Docker Images\nFor security reasons, all of the Docker images used in the repository are digitally signed using [sigstore's cosign](https://github.com/sigstore/cosign), in a keyless manner.\n\nIf you wish to verify the signature on any of the images, be sure to run a version of the following command mentioned [here](https://docs.sigstore.dev/cosign/verifying/verify/#keyless-verification-using-openid-connect):\n```linux\ncosign verify \u003cimage URI\u003e --certificate-identity=name@example.com\n                          --certificate-oidc-issuer=https://accounts.example.com\n```\n\nSince the keyless signing was performed as a step in a GitHub Actions workflow, the certificate OIDC issuer in that case will be `https://token.actions.githubusercontent.com`, while the certificate identity will have the following format:\n```linux\nhttps://github.com/{user-or-org}/{repo}/.github/workflows/{workflow-filename}.yaml@refs/heads/{branch}\n```\n\nConsidering all of that, the signature verification, e.g the Persistor Docker image `syntioinc/persistor:\u003ctag\u003e` on the `main` GitHub branch, would look something like this:\n```linux\ncosign verify syntioinc/persistor:\u003ctag\u003e \n--certificate-identity=https://github.com/dataphos/dataphos-helm/.github/workflows/push.yaml@refs/heads/main \n--certificate-oidc-issuer=https://token.actions.githubusercontent.com\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataphos%2Fdataphos-helm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdataphos%2Fdataphos-helm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataphos%2Fdataphos-helm/lists"}