Build agent that can deploy helm charts to kubernetes service managed by Digital Ocean
583
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.2kubectl - v1.15.1helm - v2.14.2Content type
Image
Digest
Size
55.2 MB
Last updated
about 7 years ago
docker pull dimasmith/digital-ocean-helm-agent