Fix core-hub Makefile image repository default too
CORE_HUB_IMAGE_REPOSITORY was the only one of four app image defaults still on gitea.coulomb.social. It is passed as --set image.repository= when a tag is supplied, so it overrides helm/core-hub-values.yaml at deploy time - fixing the values file alone would have left the actual deploy path pointing at the frozen CoulombCore registry. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
48a5e6eac0
commit
b1637d04d2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -73,7 +73,7 @@ CORE_HUB_CHART ?= charts/core-hub
|
|||
CORE_HUB_VALUES ?= helm/core-hub-values.yaml
|
||||
CORE_HUB_STAGING_NAMESPACE ?= core-hub-staging
|
||||
CORE_HUB_STAGING_VALUES ?= helm/core-hub-staging-values.yaml
|
||||
CORE_HUB_IMAGE_REPOSITORY ?= gitea.coulomb.social/coulomb/core-hub
|
||||
CORE_HUB_IMAGE_REPOSITORY ?= forgejo.coulomb.social/coulomb/core-hub
|
||||
CORE_HUB_IMAGE_TAG ?=
|
||||
CORE_HUB_BASE_URL ?= https://hub.coulomb.social
|
||||
CORE_HUB_KUBECONFIG ?= $(PRODUCTION_KUBECONFIG)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue