From ccdbc1b03e05758e794124fac51f868e3e6f02e4 Mon Sep 17 00:00:00 2001 From: Romain Winieski Date: Fri, 7 Nov 2025 17:19:17 +0100 Subject: [PATCH 1/3] Update RHEL image --- charts/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/values.yaml b/charts/values.yaml index 6a6bb5d4..0b43241f 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -45,13 +45,13 @@ rootToRootlessUpgrade: false ## Marklogic image parameters image: repository: progressofficial/marklogic-db - tag: 11.3.1-ubi-rootless-2.1.3 + tag: 12.0.0-ubi-rootless-2.2.2 pullPolicy: IfNotPresent ## Init container image parameters initContainers: utilContainer: - image: "redhat/ubi9:9.6" + image: "redhat/ubi10:10.0" pullPolicy: IfNotPresent ## Configure the imagePullSecrets to pull the image from private repository that requires credential @@ -104,7 +104,7 @@ auth: ## Configure TLS for default App Servers(8000, 8001, 8002) ## If certSecretNames is not provided, self-signed temporary certificate will be generated. tls: - enableOnDefaultAppServers: false + enableOnDefaultAppServers: true certSecretNames: [] caSecretName: "" @@ -148,7 +148,7 @@ nodeSelector: {} ## If set the enabled to false, it will use EmptyDir volume persistence: enabled: true - storageClass: "" + storageClass: "gp3" size: 10Gi annotations: {} accessModes: From 29c7fac52d70c5b4bdd4267dc5200fc499fa6e39 Mon Sep 17 00:00:00 2001 From: Romain Winieski Date: Fri, 7 Nov 2025 17:21:28 +0100 Subject: [PATCH 2/3] change back to default values --- charts/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/values.yaml b/charts/values.yaml index 0b43241f..b9a7038b 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -104,7 +104,7 @@ auth: ## Configure TLS for default App Servers(8000, 8001, 8002) ## If certSecretNames is not provided, self-signed temporary certificate will be generated. tls: - enableOnDefaultAppServers: true + enableOnDefaultAppServers: false certSecretNames: [] caSecretName: "" @@ -148,7 +148,7 @@ nodeSelector: {} ## If set the enabled to false, it will use EmptyDir volume persistence: enabled: true - storageClass: "gp3" + storageClass: "" size: 10Gi annotations: {} accessModes: From f8bed42ac50fd03b7271d67ec5d7722fbc4bc4ec Mon Sep 17 00:00:00 2001 From: Romain Winieski Date: Fri, 14 Nov 2025 14:03:26 +0100 Subject: [PATCH 3/3] Update to UBI10.1 --- charts/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/values.yaml b/charts/values.yaml index b9a7038b..ad410794 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -51,7 +51,7 @@ image: ## Init container image parameters initContainers: utilContainer: - image: "redhat/ubi10:10.0" + image: "redhat/ubi10:10.1" pullPolicy: IfNotPresent ## Configure the imagePullSecrets to pull the image from private repository that requires credential