fix missing support for .Values.global.repository (#7195)

* fix missing support for .Values.global.repository

* rework based on gemini feedback to handle repository+imageName more cleanly

* use base rather than last + splitList
This commit is contained in:
Benjamin Reed
2025-09-05 01:28:21 -04:00
committed by GitHub
parent cd78e653e1
commit b3b1316b54
2 changed files with 7 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
global:
createClusterRole: true
registry: ""
# if repository is set, it overrides the namespace part of imageName
repository: ""
imageName: chrislusf/seaweedfs
imagePullPolicy: IfNotPresent