fix: Replace default registry FQDN
Some checks failed
build-image / Semantic Release (Dry-run) (push) Successful in 24s
build-image / Helm chart (push) Failing after 4s
build-image / Container image (push) Failing after 32s
build-image / Semantic Release (push) Has been skipped

This commit is contained in:
Danny Bessems 2024-06-06 17:42:37 +10:00
parent 4f359e4585
commit f77171358d

View File

@ -7,7 +7,7 @@ jsonServer:
configInline: {}
image:
repository: bv11-cr01.bessems.eu/library/json-server
repository: code.spamasaurus.com/djpbessems/json-server
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: {{ image_tag }}
@ -15,7 +15,7 @@ jsonServer:
sidecar:
targetUrl: metadata.example.org
image:
repository: bv11-cr01.bessems.eu/library/json-server
repository: code.spamasaurus.com/djpbessems/json-server
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: {{ image_tag }}