Container for Helm deployments to an Azure Kubernetes (AKS) cluster.
-
update dockerfile
-
build local version:
docker build -t inforitnl/aks-helm-deployment .
-
push new version to dockerhub:
docker push inforitnl/aks-helm-deployment
-
tag and push again (optional but recommended):
docker tag inforitnl/aks-helm-deployment inforitnl/aks-helm-deployment:1 docker push inforitnl/aks-helm-deployment:1