Compare commits

...

1 Commits

Author SHA1 Message Date
Juan Pedro Torres
f1e4faad16 fix(nubus): Test ox resource manager changes 2025-08-05 10:56:25 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ global:
systemExtensions: systemExtensions:
- name: "ox" - name: "ox"
image: image:
registry: {{ coalesce .Values.repositories.image.registryOpencodeDe .Values.global.imageRegistry .Values.images.nubusOxExtension.registry | quote }} registry: {{ .Values.images.nubusOxExtension.registry | quote }}
repository: {{ .Values.images.nubusOxExtension.repository }} repository: {{ .Values.images.nubusOxExtension.repository }}
tag: {{ .Values.images.nubusOxExtension.tag }} tag: {{ .Values.images.nubusOxExtension.tag }}
- name: "opendesk" - name: "opendesk"

View File

@@ -576,9 +576,9 @@ images:
# upstreamRepository: "nubus/images/ox-extension" # upstreamRepository: "nubus/images/ox-extension"
# upstreamMirrorTagFilterRegEx: '^(\d+)\.(\d+)\.(\d+)$' # upstreamMirrorTagFilterRegEx: '^(\d+)\.(\d+)\.(\d+)$'
# upstreamMirrorStartFrom: ["0", "10", "0"] # upstreamMirrorStartFrom: ["0", "10", "0"]
registry: "registry.opencode.de" registry: "artifacts.software-univention.de"
repository: "bmi/opendesk/components/supplier/univention/images-mirror/ox-extension" repository: "nubus-dev/images/ox-extension"
tag: "0.27.2@sha256:7bb54f5ae0e797172fb92bd7a8a479f179ebd51c1fb5af98fa7b6025f9ffaca4" tag: "0.27.3-pre-jtorres-remove-non-functional-manager@sha256:a4b98ff043d655976049a9de5a930998f0cb44ea27f3520ced69e5d48c352224"
nubusPortalConsumer: nubusPortalConsumer:
# providerCategory: "Supplier" # providerCategory: "Supplier"
# providerResponsible: "Univention" # providerResponsible: "Univention"