fix: use k8s internal registry DNS
All checks were successful
Build & Deploy Go API / build (push) Successful in 10s

This commit is contained in:
joe
2026-07-19 02:44:39 +08:00
parent 229009bd3c
commit 3bd288f2e7

View File

@@ -1,6 +1,6 @@
# Default values
image:
registry: 127.0.0.1:5000
registry: zot-registry.cicd.svc.cluster.local:5000
name: demo-go-api
tag: latest
pullPolicy: Always