Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 594 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 594 Bytes

aks-helm-deployment

logo

Container for Helm deployments to an Azure Kubernetes (AKS) cluster.

Instructions

  1. update dockerfile

  2. build local version:

    docker build -t frontliners/aks-helm-deployment .
  3. push new version to dockerhub:

    docker push frontliners/aks-helm-deployment
  4. tag and push again (optional but recommended):

    docker tag frontliners/aks-helm-deployment frontliners/aks-helm-deployment:1
    docker push frontliners/aks-helm-deployment:1