Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 246 Bytes

helm.md

File metadata and controls

9 lines (7 loc) · 246 Bytes

Helm

Change image tag

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>
```