Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgaunet/helm-s3xplorer
Helm chart to deploy s3xplorer
https://github.com/sgaunet/helm-s3xplorer
chart helm s3xplorer
Last synced: 6 days ago
JSON representation
Helm chart to deploy s3xplorer
- Host: GitHub
- URL: https://github.com/sgaunet/helm-s3xplorer
- Owner: sgaunet
- License: mit
- Created: 2024-12-09T19:52:00.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2024-12-18T05:14:01.000Z (7 days ago)
- Last Synced: 2024-12-18T06:27:00.013Z (7 days ago)
- Topics: chart, helm, s3xplorer
- Language: Smarty
- Homepage: https://sgaunet.github.io/helm-s3xplorer
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![GitHub release](https://img.shields.io/github/release/sgaunet/helm-s3xplorer.svg)](https://github.com/sgaunet/helm-s3xplorer/releases/latest)
![GitHub Downloads](https://img.shields.io/github/downloads/sgaunet/helm-s3xplorer/total)# helm-s3xplorer
```bash
helm repo add s3xplorer https://sgaunet.github.io/helm-s3xplorer/
helm repo update
helm search repo s3xplorer
```[Here is the documentation to configure the helm chart.](charts/s3xplorer/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:
```bash
brew install pre-commit
```And install the hooks:
```bash
task dev:install-pre-commit
```If you like to launch manually the pre-commmit hook:
```bash
task dev:pre-commit
```