Skip to content

Commit f4aeaca

Browse files
authored
Merge pull request #84 from justinprince/add-helm-chart-pulls
Added additional step to demonstrate pulling a helm chart via proxy.
2 parents 9641884 + 15da9d4 commit f4aeaca

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • trainer-development/operations-track/harbor

trainer-development/operations-track/harbor/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,16 @@ Pull an image from the `cgr-proxy` project.
111111
docker 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+
114124
Vist http://localhost/harbor/projects. You should see the image under the
115125
`cgr-proxy` project.
116126

0 commit comments

Comments
 (0)