From 03d687cd0d962404eef29c0c954ee648a1a13843 Mon Sep 17 00:00:00 2001 From: Laurin Friebe Date: Thu, 16 Jul 2026 14:56:15 +0200 Subject: [PATCH 1/2] [#85] update all component versions --- k8s/helm/values.yaml | 45 +++++++++----------------------------------- 1 file changed, 9 insertions(+), 36 deletions(-) diff --git a/k8s/helm/values.yaml b/k8s/helm/values.yaml index afe660c..ad38966 100644 --- a/k8s/helm/values.yaml +++ b/k8s/helm/values.yaml @@ -6,7 +6,6 @@ global: - name: ces-container-registries skipPreconditionValidation: true loadbalancer-annotations: {} -use-lop-idp: false k8s-component-operator: enabled: true manager: @@ -28,43 +27,22 @@ components: version: 2.13.0 k8s-dogu-operator: version: 3.27.0 - valuesObject: - controllerManager: - env: - warpMenuEntryEnabled: true k8s-service-discovery: - version: 6.1.0 - k8s-exposition-crd: - version: 1.0.0 + version: 6.1.1 k8s-blueprint-operator-crd: version: 3.2.0 k8s-blueprint-operator: version: 3.3.0 k8s-ces-gateway: - version: 3.3.3 - k8s-warp-menu-entry-crd: - version: 1.0.0 + version: 3.3.4 k8s-ces-assets: version: 3.0.0 k8s-ces-control: - version: 1.10.4 + version: 1.11.2 k8s-debug-mode-operator-crd: version: 1.0.0 k8s-debug-mode-operator: version: 1.0.3 - k8s-serviceaccount-crd: - version: 2.0.1 - service-account-operator: - version: 1.0.0 - k8s-auth-registration-crd: - disabled: true - version: 1.0.0 - lop-idp: - disabled: true - version: 1.3.1 - postfix: - disabled: true - version: 3.10.8-3 backup: enabled: true # The backup stack requires the snapshot api and snapshot controller to be installed. It is not party of the ecosystem and should be seen as an infrastructure component like the storage provisioner. @@ -74,7 +52,7 @@ backup: k8s-backup-operator-crd: version: 1.8.0 k8s-backup-operator: - version: 3.2.0 + version: 3.3.3 k8s-velero: version: 11.4.0-2 monitoring: @@ -82,17 +60,17 @@ monitoring: enabled: true components: k8s-prometheus: - version: 75.3.5-7 + version: 87.5.1-3 k8s-minio: version: 2025.6.13-3 k8s-loki: - version: 3.5.10-1 + version: 3.5.10-3 k8s-alloy: - version: 1.1.2-3 + version: 1.1.2-5 k8s-support-archive-operator-crd: version: 1.0.0 k8s-support-archive-operator: - version: 1.1.1 + version: 1.1.2 cleanup: timeoutSeconds: 900 image: @@ -103,7 +81,7 @@ defaultConfig: image: registry: docker.io repository: cloudogu/ecosystem-core-default-config - tag: 4.8.0 + tag: 4.3.0 imagePullPolicy: IfNotPresent env: logLevel: info @@ -113,9 +91,4 @@ defaultConfig: # While deploying the components, the applier will wait for the loadbalancer service to be created and use the external ip to set it in the global config as fqdn. # If set to false, the fqdn has to be set by the blueprint config or manually. This is required for dogus to start. enableFqdnApplier: false - # Sets the initial fqdn in the global config. Takes precedence over enableFqdnApplier. - # Required when using use-lop-idp, as the fqdn must be known at install time. - initialFQDN: "" - # Sets the initial domain in the global config. - # Required when using use-lop-idp, as the domain must be known at install time. initialDomain: "" From cf6a94659e7a6e4a24f3aa7878af52a11d26e817 Mon Sep 17 00:00:00 2001 From: Laurin Friebe Date: Thu, 16 Jul 2026 15:04:12 +0200 Subject: [PATCH 2/2] [#85] only update relevant versions --- k8s/helm/values.yaml | 39 +++++++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) diff --git a/k8s/helm/values.yaml b/k8s/helm/values.yaml index ad38966..a558c5e 100644 --- a/k8s/helm/values.yaml +++ b/k8s/helm/values.yaml @@ -6,6 +6,7 @@ global: - name: ces-container-registries skipPreconditionValidation: true loadbalancer-annotations: {} +use-lop-idp: false k8s-component-operator: enabled: true manager: @@ -27,14 +28,22 @@ components: version: 2.13.0 k8s-dogu-operator: version: 3.27.0 + valuesObject: + controllerManager: + env: + warpMenuEntryEnabled: true k8s-service-discovery: - version: 6.1.1 + version: 6.1.0 + k8s-exposition-crd: + version: 1.0.0 k8s-blueprint-operator-crd: version: 3.2.0 k8s-blueprint-operator: version: 3.3.0 k8s-ces-gateway: version: 3.3.4 + k8s-warp-menu-entry-crd: + version: 1.0.0 k8s-ces-assets: version: 3.0.0 k8s-ces-control: @@ -43,6 +52,19 @@ components: version: 1.0.0 k8s-debug-mode-operator: version: 1.0.3 + k8s-serviceaccount-crd: + version: 2.0.1 + service-account-operator: + version: 1.0.0 + k8s-auth-registration-crd: + disabled: true + version: 1.0.0 + lop-idp: + disabled: true + version: 1.3.1 + postfix: + disabled: true + version: 3.10.8-3 backup: enabled: true # The backup stack requires the snapshot api and snapshot controller to be installed. It is not party of the ecosystem and should be seen as an infrastructure component like the storage provisioner. @@ -52,7 +74,7 @@ backup: k8s-backup-operator-crd: version: 1.8.0 k8s-backup-operator: - version: 3.3.3 + version: 3.2.0 k8s-velero: version: 11.4.0-2 monitoring: @@ -60,17 +82,17 @@ monitoring: enabled: true components: k8s-prometheus: - version: 87.5.1-3 + version: 75.3.5-7 k8s-minio: version: 2025.6.13-3 k8s-loki: version: 3.5.10-3 k8s-alloy: - version: 1.1.2-5 + version: 1.1.2-3 k8s-support-archive-operator-crd: version: 1.0.0 k8s-support-archive-operator: - version: 1.1.2 + version: 1.1.1 cleanup: timeoutSeconds: 900 image: @@ -81,7 +103,7 @@ defaultConfig: image: registry: docker.io repository: cloudogu/ecosystem-core-default-config - tag: 4.3.0 + tag: 4.8.0 imagePullPolicy: IfNotPresent env: logLevel: info @@ -91,4 +113,9 @@ defaultConfig: # While deploying the components, the applier will wait for the loadbalancer service to be created and use the external ip to set it in the global config as fqdn. # If set to false, the fqdn has to be set by the blueprint config or manually. This is required for dogus to start. enableFqdnApplier: false + # Sets the initial fqdn in the global config. Takes precedence over enableFqdnApplier. + # Required when using use-lop-idp, as the fqdn must be known at install time. + initialFQDN: "" + # Sets the initial domain in the global config. + # Required when using use-lop-idp, as the domain must be known at install time. initialDomain: ""