Versions Compared

Key

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

...

Code Block
Successfully packaged chart and saved it to: /Users/john/projects/netguard_cyberdome/deployment/kubernetes/components/ingress-controller/ingress-nginx-4.3.0.tgz



OCI Registry 

Pushing Chart

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


Pulling Chart

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


Helm V1 Registry

Add Azure Repo


Code Block
themeEmacs
helm repo add ncydacr https://ncydacr.azurecr.io/helm/v1/repo --username ncydacr --password XXXXX
Code Block
"ncydacr" has been added to your repositories


Push to Azure

Code Block
themeEmacs
export HELM_EXPERIMENTAL_OCI=1
helm push <PACKAGE_FILE_NAME>.tgz oci://ncydacr.azurecr.io/charts

...

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

...


Code Block
themeEmacs
helm repo update

# or with specific repo
helm repo update <repo>

...