Skip to content

Commit 15da9d4

Browse files
committed
Updated comment on versioning and learned about helm semantic version range policy.
1 parent 8a459ed commit 15da9d4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • trainer-development/operations-track/harbor

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,12 @@ docker pull localhost:80/cgr-proxy/{ORG_NAME}/python:latest
113113

114114
(OPTIONAL) Pull a helm chart from the `cgr-proxy` project.
115115
> `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.
116118
117119
> ✅ Using the digest will work, e.g. `kafka@sha256:e4a1...`
118120
```
119-
helm pull oci://localhost:80/cgr-proxy/${ORG_NAME}/iamguarded-charts/kafka:32.4.3 --plain-http
121+
helm pull oci://localhost:80/cgr-proxy/${ORG_NAME}/iamguarded-charts/kafka --plain-http
120122
```
121123

122124
Vist http://localhost/harbor/projects. You should see the image under the

0 commit comments

Comments
 (0)