Build agent that can deploy helm charts to kubernetes service managed by Digital Ocean
Image contains helm
executable that can connect to Digital Ocean kubernetes cluster.
Installing a release:
docker run --rm -e "DIGITALOCEAN_ACCESS_TOKEN=<token>" -e "KUBERNETES_CLUSTER=kube-default" -v ./helm/application:/charts dimasmith/digital-ocean-helm-agent install /charts
DIGITALOCEAN_ACCESS_TOKEN
- access token for a kubernetes clusterKUBERNETES_CLUSTER
- name/id of kubernetes cluster/charts
- volume where you can mount your chartsdoctl
- 1.26.2
kubectl
- v1.15.1
helm
- v2.14.2