Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue] 400 on Put /v2/<name>/<chart>/manifests/<version> #34

Closed
auguwu opened this issue Jun 30, 2022 · 1 comment
Closed

[Issue] 400 on Put /v2/<name>/<chart>/manifests/<version> #34

auguwu opened this issue Jun 30, 2022 · 1 comment

Comments

@auguwu
Copy link
Member

auguwu commented Jun 30, 2022

This bug might encounter frequently when you use the OCI registry feature within charted-server. If anyone can try to debug and fix, submit a PR! :3

Reproduce

$ helm create <my-chart>
$ helm package <my-chart>
$ helm push <my-chart> oci://<charted-server>:<port>
# failed commit on ref "manifest-sha256:<blob>"
$ helm push <my-chart> oci://<charted-server>:<port>
# Pushed: <charted-server>:<port>/<name>/<my-chart>:<version>
# Digest: sha256:4130b573cec900b12215a5c165a0ead33e3f2faf305fcf2e4fe6b306bb305c92
@auguwu auguwu pinned this issue Jun 30, 2022
@auguwu auguwu changed the title [issue (oci registry)] 400 on Put /v2/<name>/<chart>/manifests/<version> [Issue] 400 on Put /v2/<name>/<chart>/manifests/<version> Jan 31, 2023
@auguwu
Copy link
Member Author

auguwu commented Jan 31, 2023

The docker registry implementation will probably be a custom implementation rather than delegating over another thing you need to use this feature

@auguwu auguwu closed this as not planned Won't fix, can't repro, duplicate, stale Jan 31, 2023
@auguwu auguwu unpinned this issue Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant