Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
helm push ingress-nginx-4.3.0.tgz oci://ncydacr.azurecr.io/charts
Pushed: ncydacr.azurecr.io/charts/ingress-nginx:4.3.0
Digest: sha256:0ffd79e4d12a33a232c5d871d298b0672a08dc467af56337b90e6ff893e898cd


Push using az

Code Block
themeEmacs
az acr helm push -n ncydacrinprogress ./<PACKAGE_FILE_NAME>.tgz
Code Block
This command is implicitly deprecated because command group 'acr helm' is deprecated and will be removed in a future release. Use 'helm v3' instead.
Unable to get AAD authorization tokens with message: 2022-11-17 15:46:53.417375 An error occurred: CONNECTIVITY_REFRESH_TOKEN_ERROR
Access to registry 'ncydacrinprogress.azurecr.io' was denied. Response code: 401. Please try running 'az login' again to refresh permissions.
Unable to get admin user credentials with message: The resource with name 'ncydacrinprogress' and type 'Microsoft.ContainerRegistry/registries' could not be found in subscription 'CNS BA-Security-CyberSecurity-Dome-DEV-out (b63b61a0-605d-47e8-b8a6-598e188a00ed)'.
Username: ncydacrinprogress
Password: 
{
  "saved": true
}


Verify

Code Block
themeEmacs
helm repo update

# or with specific repo
helm repo update <repo>

...