fix(univention-management-stack): Use the prefix "ums-" for all releases

This commit is contained in:
Johannes Bornhold
2023-09-01 16:03:51 +02:00
parent c840608112
commit edb25bd765
8 changed files with 31 additions and 24 deletions

View File

@@ -9,9 +9,9 @@ portalServer:
environment: "staging"
editable: "true"
logLevel: "DEBUG"
ucsInternalUrl: "http://portal-server:univention@store-dav/portal-data"
umcGetUrl: "http://umc-server/get"
umcSessionUrl: "http://umc-server/get/session-info"
ucsInternalUrl: "http://portal-server:univention@ums-store-dav/portal-data"
umcGetUrl: "http://ums-umc-server/get"
umcSessionUrl: "http://ums-umc-server/get/session-info"
image:
registry: "{{ .Values.global.imageRegistry }}"