Skip to content

Latest commit

 

History

History
101 lines (63 loc) · 3.18 KB

README.md

File metadata and controls

101 lines (63 loc) · 3.18 KB

Safe Kubernetes Helm charts

Artifact Hub

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

Prerequisites

Helm Repository

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 Charts

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.


Support and Contribution

This helm chart is maintained by Safe and its community. Please also review the official Safe Code of Conduct* and this repo's contributing doc* before contributing.

Questions and Discussions

GitHub Discussion*

Bugs and other Issues

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.

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*.


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)