https://github.com/5afe/safe-helm-charts
Helm repo for different charts related to Safe which can be installed on Kubernetes
https://github.com/5afe/safe-helm-charts
Last synced: 11 months ago
JSON representation
Helm repo for different charts related to Safe which can be installed on Kubernetes
- Host: GitHub
- URL: https://github.com/5afe/safe-helm-charts
- Owner: 5afe
- Created: 2024-07-24T12:13:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T18:49:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T07:23:40.047Z (over 1 year ago)
- Language: Smarty
- Size: 3.8 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Safe Kubernetes Helm charts
[](https://artifacthub.io/packages/search?repo=safe-global)
> [!WARNING]
> **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.
[Helm](https://helm.sh/) repo for different charts related to Safe which can be installed on Kubernetes
## Prerequisites
- [Kubernetes 1.19+](https://kubernetes.io/)
- [Helm 3+](https://helm.sh). Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
## Helm Repository
To install the repo just run:
```bash
helm repo add safe https://5afe.github.io/safe-helm-charts/charts/packages
helm repo update
```
You can then run the following command to see the available Helm charts.
```bash
helm search repo safe
```
## Helm Charts
### [safe/safe-transaction-service](./charts/safe-transaction-service/)
```bash
helm install [RELEASE-NAME] safe/safe-transaction-service
```
For more information, please checkout the chart level [README.md](./charts/safe-transaction-service/README.md).
### [safe/safe-config-service](./charts/safe-config-service/)
```bash
helm install [RELEASE-NAME] safe/safe-config-service
```
For more information, please checkout the chart level [README.md](./charts/safe-config-service/README.md).
### [safe/safe-client-gateway](./charts/safe-client-gateway/)
```bash
helm install [RELEASE-NAME] safe/safe-client-gateway
```
For more information, please checkout the chart level [README.md](./charts/safe-client-gateway/README.md).
### [safe/safe-wallet-web](./charts/safe-wallet-web/)
```bash
helm install [RELEASE-NAME] safe/safe-wallet-web
```
For more information, please checkout the chart level [README.md](./charts/safe-wallet-web/README.md).
### [safe/safe-stack](./charts/safe-stack/)
```bash
helm install [RELEASE-NAME] safe/safe-stack
```
For more information, please checkout the chart level [README.md](./charts/safe-stack/README.md).
---
## Support and Contribution
This 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.
### Questions and Discussions
[GitHub Discussion*](https://changeme)
### Bugs and other Issues
If 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.
### Contributing to the Code
We'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/).
---
## TODO list
- [ ] Events service
- [ ] use Secret when necessary
- [ ] GitHub Action to automate release
- [ ] Fix READMEs (missing/broken links)
- [ ] Add licence and code-of-conduct
### Known issues
- [ ] CFG Media URL not working
- try fixing it or deploying S3 (minio)