https://github.com/sgaunet/helm-gitlab-backup2s3
helm chart to deploy gitlab-backup2s3
https://github.com/sgaunet/helm-gitlab-backup2s3
Last synced: 13 days ago
JSON representation
helm chart to deploy gitlab-backup2s3
- Host: GitHub
- URL: https://github.com/sgaunet/helm-gitlab-backup2s3
- Owner: sgaunet
- License: mit
- Created: 2023-11-14T20:57:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-22T21:18:51.000Z (23 days ago)
- Last Synced: 2026-02-23T02:02:26.355Z (23 days ago)
- Language: Go Template
- Homepage: https://sgaunet.github.io/helm-gitlab-backup2s3/
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/sgaunet/helm-gitlab-backup2s3/releases/latest)

# helm-gitlab-backup2s3
```
helm repo add gitlab-backup2s3 https://sgaunet.github.io/helm-gitlab-backup2s3/
helm repo update
helm search repo gitlab-backup2s3
```
[Here is the documentation to configure the helm chart.](charts/gitlab-backup2s3/README.md)
# Development
This project is using :
* [helm](https://helm.sh/)
* [task for development](https://taskfile.dev/#/)
* [pre-commit](https://pre-commit.com/)
There are hooks executed in the precommit stage. Once the project cloned on your disk, please install pre-commit:
```
brew install pre-commit
```
And install the hooks:
```
task dev:install-pre-commit
```
If you like to launch manually the pre-commmit hook:
```
task dev:pre-commit
```