https://github.com/dimasmith/digital-ocean-helm-agent
Build agent that can deploy helm charts to kubernetes service managed by Digital Ocean
https://github.com/dimasmith/digital-ocean-helm-agent
ci digital-ocean docker helm kubernetes
Last synced: about 2 months ago
JSON representation
Build agent that can deploy helm charts to kubernetes service managed by Digital Ocean
- Host: GitHub
- URL: https://github.com/dimasmith/digital-ocean-helm-agent
- Owner: dimasmith
- Created: 2019-08-04T23:09:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T11:54:56.000Z (almost 7 years ago)
- Last Synced: 2025-04-03T21:43:55.572Z (about 1 year ago)
- Topics: ci, digital-ocean, docker, helm, kubernetes
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Helm image for Digital Ocean
============================
Image contains `helm` executable that can connect to Digital Ocean kubernetes cluster.
## Usage
Installing a release:
```bash
docker run --rm -e "DIGITALOCEAN_ACCESS_TOKEN=" -e "KUBERNETES_CLUSTER=kube-default" -v ./helm/application:/charts dimasmith/digital-ocean-helm-agent install /charts
```
## Configuration
* `DIGITALOCEAN_ACCESS_TOKEN` - access token for a kubernetes cluster
* `KUBERNETES_CLUSTER` - name/id of kubernetes cluster
* Volume `/charts` - volume where you can mount your charts
## Versions
* `doctl` - `1.26.2`
* `kubectl` - `v1.15.1`
* `helm` - `v2.14.2`