Point core-hub production values at forgejo.coulomb.social
helm/core-hub-values.yaml was the last file still pulling from gitea.coulomb.social. Both hostnames resolve, but to different machines - gitea.coulomb.social to 92.205.130.254 (CoulombCore) and forgejo.coulomb.social to 92.205.62.239 (Railiance01) - so this quietly deployed core-hub from the frozen CoulombCore registry rather than failing loudly. Every other values file in this repo, including charts/core-hub/values.yaml for the same app, already used forgejo. The tag is a render-time placeholder; deploys pass CORE_HUB_IMAGE_TAG=<sha>, so the next core-hub rollout must confirm that sha is present on the Forgejo registry before promoting. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
5ef514b96d
commit
48a5e6eac0
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# the Secret 'core-hub-prod-env' in the core-hub namespace.
|
||||
|
||||
image:
|
||||
repository: gitea.coulomb.social/coulomb/core-hub
|
||||
repository: forgejo.coulomb.social/coulomb/core-hub
|
||||
tag: "production-placeholder" # Render baseline only; deploy requires CORE_HUB_IMAGE_TAG=<sha>.
|
||||
|
||||
runtime:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue