Uh oh!
There was an error while loading. Please reload this page.
docs(chart): point chart metadata and install path at the org repo - #9
Closed
pallamidessi wants to merge 1 commit into
Closed
docs(chart): point chart metadata and install path at the org repo#9pallamidessi wants to merge 1 commit into
pallamidessi wants to merge 1 commit into
Conversation
Chart.yaml home/sources and the README install path still referenced github.com/garbett1 from before the repo moved into the org. Future releases publish the chart to ghcr.io/fluidstackio/charts (the release workflow derives the owner from the repository), so point the docs there. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
pallamidessiforce-pushed
the
fix/chart-defaults
branch
from
June 12, 2026 17:54
b091f43 to
ba7ce99Compare
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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What
Chart.yamlhome/sourcesand the README install path still pointed atgithub.com/garbett1/ghcr.io/garbett1from before the repo moved into the org — updated tofluidstackio. The release workflow already derives the GHCR owner from the repository, so the next release publishes toghcr.io/fluidstackio/charts/chalertas the README now states.The
runAsNonRoot/numeric-UID issue seen on buf101 is handled at the gitops level instead (fluidstackio/facilities#817), keeping the chart's securityContext defaults unopinionated about the UID.Heads-up for the next release
The first release from the org repo creates new GHCR packages (
fluidstackio/charts/chalertchart andfluidstackio/chalertimage), which default to private. They need their visibility flipped to public (or consumers need pull credentials) before anything can consume the release — the existing deployments all pull from the still-publicgarbett1namespace.values.yamlimage.repositoryis intentionally left atghcr.io/garbett1/chalertuntil the org image actually exists and is public. Publishing to the artifacts ECR via the cloud-foundations allowlist is the durable alternative.🤖 Generated with Claude Code