fix(nubus): New keycloak bootstrap image

This commit is contained in:
Juan Pedro Torres
2025-08-01 10:51:14 +02:00
parent 11820da8ec
commit 0b633d1e6f
3 changed files with 6 additions and 5 deletions

View File

@@ -1546,6 +1546,7 @@ nubusKeycloakBootstrap:
twoFactorAuthentication:
enabled: true
group: "2fa-users"
legacy: true
config:
debug:
enabled: {{ .Values.debug.enabled }}
@@ -1564,7 +1565,7 @@ nubusKeycloakBootstrap:
seLinuxOptions:
{{ .Values.seLinuxOptions.umsKeycloakBootstrap | toYaml | nindent 6 }}
image:
registry: {{ coalesce .Values.repositories.image.registryOpencodeDe .Values.global.imageRegistry .Values.images.nubusKeycloakBootstrap.registry | quote }}
registry: {{ .Values.images.nubusKeycloakBootstrap.registry | quote }}
repository: {{ .Values.images.nubusKeycloakBootstrap.repository }}
tag: {{ .Values.images.nubusKeycloakBootstrap.tag }}
# NOTE: The subchart does not yet fully support

View File

@@ -315,7 +315,7 @@ charts:
registry: "artifacts.software-univention.de"
repository: "nubus-dev/charts"
name: "nubus"
version: "1.12.0-pre-develop"
version: "1.12.0-pre-jtorres-kc-bootstrap"
verify: true
opendeskAlerts:
# providerCategory: "Platform"

View File

@@ -438,9 +438,9 @@ images:
# upstreamRepository: "nubus/images/keycloak-bootstrap"
# upstreamMirrorTagFilterRegEx: '^(\d+)\.(\d+)\.(\d+)$'
# upstreamMirrorStartFrom: ["0", "1", "0"]
registry: "registry.opencode.de"
repository: "bmi/opendesk/components/supplier/univention/images-mirror/keycloak-bootstrap"
tag: "0.15.1@sha256:1bdaffde47671a9d25042372779c1f4edfe2cbbe6baeb9816baea30eab9f5c3b"
registry: "artifacts.software-univention.de"
repository: "nubus-dev/images/keycloak-bootstrap"
tag: "keycloak-bootstrap@sha256:c8c3f6650afea4511e6e87fe1991e94b969cc946dac919c30f3a283fd2759516"
nubusKeycloakExtensionHandler:
# providerCategory: "Supplier"
# providerResponsible: "Univention"