An open API service indexing awesome lists of open source software.

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

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