File tree Expand file tree Collapse file tree
trainer-development/operations-track/harbor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,6 +111,16 @@ Pull an image from the `cgr-proxy` project.
111111docker pull localhost:80/cgr-proxy/{ORG_NAME}/python:latest
112112```
113113
114+ (OPTIONAL) Pull a helm chart from the ` cgr-proxy ` project.
115+ > ❌ ` kafka:latest ` and ` --version latest ` won't work, even though the latest tag exists.
116+ > See https://github.com/helm/helm/issues/10670#issuecomment-1041821407
117+ > Omit the --version flag to get the "latest" version of the chart; only for demo purposes.
118+
119+ > ✅ Using the digest will work, e.g. ` kafka@sha256:e4a1... `
120+ ```
121+ helm pull oci://localhost:80/cgr-proxy/${ORG_NAME}/iamguarded-charts/kafka --plain-http
122+ ```
123+
114124Vist http://localhost/harbor/projects . You should see the image under the
115125` cgr-proxy ` project.
116126
You can’t perform that action at this time.
0 commit comments