Skip to content

Commit

Permalink
fix: use upstreamartifacts CDN URL for apmz (Azure#2962)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored Mar 25, 2020
1 parent 83d90bc commit 1c597d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parts/k8s/cloud-init/artifacts/cse_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ downloadAzureCNI() {

ensureAPMZ() {
local version=$1
local apmz_url="https://upstreamartifacts.blob.core.windows.net/apmz/$version/binaries/apmz_linux_amd64.tar.gz" apmz_filepath="/usr/local/bin/apmz"
local apmz_url="https://upstreamartifacts.azureedge.net/apmz/$version/binaries/apmz_linux_amd64.tar.gz" apmz_filepath="/usr/local/bin/apmz"
if [[ -f "$apmz_filepath" ]]; then
installed_version=$($apmz_filepath version)
if [[ "$version" == "$installed_version" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion pkg/engine/templates_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c597d8

Please sign in to comment.