https://github.com/code-tool/keepup-helm-scraper
cron job for sending information about helm charts installed to keepup service
https://github.com/code-tool/keepup-helm-scraper
Last synced: 12 days ago
JSON representation
cron job for sending information about helm charts installed to keepup service
- Host: GitHub
- URL: https://github.com/code-tool/keepup-helm-scraper
- Owner: code-tool
- Created: 2025-02-13T10:31:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-01-14T15:53:12.000Z (14 days ago)
- Last Synced: 2026-01-14T18:23:00.720Z (14 days ago)
- Language: Go
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# keepup-helm-scraper
## Helm Repository
```bash
helm repo add keepup-helm-scraper https://code-tool.github.io/keepup-helm-scraper/
```
Set mandatory variables
```yaml
env:
CLUSTER_NAME: 'unique-name-for-metrics-labels'
API_URL: 'https://keepup.host/helm-cluster'
API_TOKEN: 'api-token-to-access-the-API_URL'
```
Deploy
```bash
helm install keepup-helm-scraper/keepup-helm-scraper
```
## Build Docker image
```bash
docker build -t ghcr.io/code-tool/keepup-helm-scraper:$(cat VERSION.txt) -f docker/Dockerfile .
```