You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helm pull <helm-repo>/<helm-chart> --version <version># will download the tar.gz
helm push <helm-chart>-v<version>.tgz oci://<oci-url>/sre/charts
# this command will push it to /sre/charts/<helm-chart>```