You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was unable to find rcon-web-admin in an OCI repository:
> helm pull oci://ghcr.io/itzg/minecraft-server-charts/rcon-web-admin
Error: GET "https://ghcr.io/v2/itzg/minecraft-server-charts/rcon-web-admin/tags/list": response status code 404: name unknown: repository name not known to registry
Seems that even though this PR added OCI support, the version for rcon-web-admin was never bumped to actually trigger an upload.
The upstream rcon web admin is quite flaky. In fact, I had temporarily stopped support of the image. As such, I'm not highly motivated to debug the validation failure from the build.
Please investigate and let me know if there's anything you need me to do.
The upstream rcon web admin is quite flaky. In fact, I had temporarily stopped support of the image. As such, I'm not highly motivated to debug the validation failure from the build.
Please investigate and let me know if there's anything you need me to do.
@itzg Yeh I started looking into this more and I see how old and outdated the rcon-web-admin project is. I think I'm simply going to remove it from my cluster 😄.
Thanks for the swift reply and for maintaining the other charts! I'll go ahead and close.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I was unable to find
rcon-web-adminin an OCI repository:Seems that even though this PR added OCI support, the version for
rcon-web-adminwas never bumped to actually trigger an upload.Hopefully this PR solves this.