# Safe Kubernetes Helm charts
[!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 repo for different charts related to Safe which can be installed on Kubernetes
To install the repo just run:
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.
helm search repo safe
helm install [RELEASE-NAME] safe/safe-transaction-service
For more information, please checkout the chart level README.md.
helm install [RELEASE-NAME] safe/safe-config-service
For more information, please checkout the chart level README.md.
helm install [RELEASE-NAME] safe/safe-client-gateway
For more information, please checkout the chart level README.md.
helm install [RELEASE-NAME] safe/safe-wallet-web
For more information, please checkout the chart level README.md.
helm install [RELEASE-NAME] safe/safe-stack
For more information, please checkout the chart level README.md.
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 before contributing.
If you have a bug to report or a feature to request, you can first search the GitHub Issue*, and if you can’t find what you’re looking for, feel free to open an issue.
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*.