diff --git a/k3s/helm/containerImageBuild.sh b/k3s/helm/containerImageBuild.sh index f2b0ea3..77f5b75 100644 --- a/k3s/helm/containerImageBuild.sh +++ b/k3s/helm/containerImageBuild.sh @@ -6,4 +6,4 @@ BUILDNUMBER=$1 VERSION=$(cat HELMVERSION) -az acr build --registry azstcr --image "tiller:$VERSION" --image "tiller:$BUILDNUMBER" . \ No newline at end of file +az acr build --registry acr --image "tiller:$VERSION" --image "tiller:$BUILDNUMBER" .