File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 9191 value : " {{ .Values.config.appOrigin }}/otel"
9292 - name : DEPLOY_REGISTRY_HOST
9393 value : {{ include "trigger-v4.registry.host" . | quote }}
94+ - name : DEPLOY_REGISTRY_NAMESPACE
95+ value : {{ .Values.registry.repositoryNamespace | quote }}
9496 - name : OBJECT_STORE_BASE_URL
9597 value : {{ include "trigger-v4.minio.url" . | quote }}
9698 - name : GRACEFUL_SHUTDOWN_TIMEOUT
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ minio:
103103
104104# Production Registry
105105registry :
106+ repositoryNamespace : " mycompany" # Docker repository namespace for deployed images, will be part of the image ref
106107 auth :
107108 username : " registry-user"
108109 password : " your-strong-registry-password"
Original file line number Diff line number Diff line change @@ -408,6 +408,7 @@ minio:
408408registry :
409409 enabled : false # EXPERIMENTAL - requires proper TLS setup. Use external: true instead.
410410 external : true
411+ repositoryNamespace : " trigger" # Docker repository namespace for deployed images, will be part of the image ref
411412 image :
412413 registry : docker.io
413414 repository : registry
You can’t perform that action at this time.
0 commit comments