Skip to content

fix(chart): point image repository at the org registry - #13

Draft
pallamidessi wants to merge 1 commit into
mainfrom
fix/chart-org-registry
Draft

fix(chart): point image repository at the org registry#13
pallamidessi wants to merge 1 commit into
mainfrom
fix/chart-org-registry

Conversation

@pallamidessi

Copy link
Copy Markdown
Contributor

What

Default the chart's image.repository to ghcr.io/fluidstackio/chalert, and fix the stale home/sources/README URLs that still referenced the personal garbett1 registry/repo.

  • charts/chalert/values.yamlimage.repository: ghcr.io/garbett1/chalert → ghcr.io/fluidstackio/chalert
  • charts/chalert/Chart.yamlhome + sourcesgithub.laiyagushi.com/fluidstackio/chalert
  • README.md — chart install path → oci://ghcr.io/fluidstackio/charts/chalert

Why

The release workflow already publishes:

  • image → ghcr.io/fluidstackio/chalert (IMAGE_NAME = github.repository)
  • chart → oci://ghcr.io/fluidstackio/charts

…but the chart still defaulted the image to ghcr.io/garbett1/chalert, which has no current tags (garbett1/chalert:0.5.0 doesn't exist). Every downstream had to override image.repository to avoid ImagePullBackOff (e.g. fluidstackio/systems#5257). This makes the default correct so they don't have to.

Not included

  • Go module path (github.com/garbett1/chalert) — that's a separate, invasive rename.
  • version / appVersion / image tag — managed by release-please, left untouched.

Follow-up

Once this releases, the image.repository override in fluidstackio/systems#5257 can be dropped (the tag pin is still wanted there).

The release workflow builds and pushes the image to
ghcr.io/fluidstackio/chalert (IMAGE_NAME = github.repository) and the chart
to oci://ghcr.io/fluidstackio/charts, but the chart still defaulted
image.repository to the personal ghcr.io/garbett1/chalert, which has no
current tags. Downstreams had to override image.repository to avoid
ImagePullBackOff. Point the default (and the stale home/sources/README
URLs) at the org registry.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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

Successfully merging this pull request may close these issues.

1 participant