Versions Compared

Key

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

...

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


Verify the OCI Chart by Pulling It

Code Block
themeEmacs
helm pull oci://ncydacrinprogress.azurecr.io/charts/redis --version 24-john --username ncydacrinprogress --password xxx


Verify the Chart using Helm v1

Code Block
themeEmacs
helm repo update

# or with specific repo
helm repo update <repo>

...