{"id":21820133,"url":"https://github.com/5afe/safe-helm-charts","last_synced_at":"2025-07-26T16:13:47.151Z","repository":{"id":249983335,"uuid":"833129650","full_name":"5afe/safe-helm-charts","owner":"5afe","description":"Helm repo for different charts related to Safe which can be installed on Kubernetes","archived":false,"fork":false,"pushed_at":"2024-08-13T18:49:54.000Z","size":3983,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-26T07:23:40.047Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/5afe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-24T12:13:22.000Z","updated_at":"2024-12-09T19:55:22.000Z","dependencies_parsed_at":"2024-07-24T14:33:55.048Z","dependency_job_id":"81cc9dd4-91ef-4dd5-b399-911a680fc3ff","html_url":"https://github.com/5afe/safe-helm-charts","commit_stats":null,"previous_names":["5afe/safe-helm-charts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5afe%2Fsafe-helm-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5afe%2Fsafe-helm-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5afe%2Fsafe-helm-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5afe%2Fsafe-helm-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5afe","download_url":"https://codeload.github.com/5afe/safe-helm-charts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244782479,"owners_count":20509823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-27T16:28:47.433Z","updated_at":"2025-03-21T10:46:06.182Z","avatar_url":"https://github.com/5afe.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":" # Safe Kubernetes Helm charts\n\n [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/safe-global)](https://artifacthub.io/packages/search?repo=safe-global)\n\n\u003e [!WARNING]  \n\u003e **Disclaimer:** This repository is currently a work in progress. While contributions and feedback are welcome, please note that the code and features may change frequently, and some functionalities may not be fully implemented or tested. Use this project at your own risk.\n\n[Helm](https://helm.sh/) repo for different charts related to Safe which can be installed on Kubernetes\n\n## Prerequisites\n\n- [Kubernetes 1.19+](https://kubernetes.io/)\n- [Helm 3+](https://helm.sh). Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.\n\n## Helm Repository\n\nTo install the repo just run:\n\n```bash\nhelm repo add safe https://5afe.github.io/safe-helm-charts/charts/packages\nhelm repo update\n```\n\n\nYou can then run the following command to see the available Helm charts.\n\n```bash\nhelm search repo safe\n```\n\n## Helm Charts\n\n### [safe/safe-transaction-service](./charts/safe-transaction-service/)\n\n```bash\nhelm install [RELEASE-NAME] safe/safe-transaction-service\n```\n\nFor more information, please checkout the chart level [README.md](./charts/safe-transaction-service/README.md).\n\n### [safe/safe-config-service](./charts/safe-config-service/)\n\n```bash\nhelm install [RELEASE-NAME] safe/safe-config-service\n```\n\nFor more information, please checkout the chart level [README.md](./charts/safe-config-service/README.md).\n\n### [safe/safe-client-gateway](./charts/safe-client-gateway/)\n\n```bash\nhelm install [RELEASE-NAME] safe/safe-client-gateway\n```\n\nFor more information, please checkout the chart level [README.md](./charts/safe-client-gateway/README.md).\n\n### [safe/safe-wallet-web](./charts/safe-wallet-web/)\n\n```bash\nhelm install [RELEASE-NAME] safe/safe-wallet-web\n```\n\nFor more information, please checkout the chart level [README.md](./charts/safe-wallet-web/README.md).\n\n\n### [safe/safe-stack](./charts/safe-stack/)\n\n```bash\nhelm install [RELEASE-NAME] safe/safe-stack\n```\n\nFor more information, please checkout the chart level [README.md](./charts/safe-stack/README.md).\n\n---\n\n## Support and Contribution\nThis helm chart is  maintained by Safe and its community. Please also review the official [Safe Code of Conduct*](https://changeme) and this repo's [contributing doc*](./CONTRIBUTING.md) before contributing.\n\n### Questions and Discussions\n[GitHub Discussion*](https://changeme)\n\n### Bugs and other Issues\nIf you have a bug to report or a feature to request, you can first search the [GitHub Issue*](https://changeme), and  if you can't find what you're looking for, feel free to open an issue.\n\n### Contributing to the Code\nWe're always happy to review a pull request :) Please just be sure to check the pull request template to make sure you fufill all the required checks, most importantly the [DCO*](https://probot.github.io/apps/dco/).\n\n\n---\n\n## TODO list\n\n- [ ] Events service\n- [ ] use Secret when necessary\n- [ ] GitHub Action to automate release\n- [ ] Fix READMEs (missing/broken links)\n- [ ] Add licence and code-of-conduct\n\n### Known issues\n- [ ] CFG Media URL not working \n  - try fixing it or deploying S3 (minio)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5afe%2Fsafe-helm-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5afe%2Fsafe-helm-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5afe%2Fsafe-helm-charts/lists"}