fix: Replace default registry FQDN

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

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