Skip to content

Commit ccdbc1b

Browse files
committed
Update RHEL image
1 parent 5511ee2 commit ccdbc1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ rootToRootlessUpgrade: false
4545
## Marklogic image parameters
4646
image:
4747
repository: progressofficial/marklogic-db
48-
tag: 11.3.1-ubi-rootless-2.1.3
48+
tag: 12.0.0-ubi-rootless-2.2.2
4949
pullPolicy: IfNotPresent
5050

5151
## Init container image parameters
5252
initContainers:
5353
utilContainer:
54-
image: "redhat/ubi9:9.6"
54+
image: "redhat/ubi10:10.0"
5555
pullPolicy: IfNotPresent
5656

5757
## Configure the imagePullSecrets to pull the image from private repository that requires credential
@@ -104,7 +104,7 @@ auth:
104104
## Configure TLS for default App Servers(8000, 8001, 8002)
105105
## If certSecretNames is not provided, self-signed temporary certificate will be generated.
106106
tls:
107-
enableOnDefaultAppServers: false
107+
enableOnDefaultAppServers: true
108108
certSecretNames: []
109109
caSecretName: ""
110110

@@ -148,7 +148,7 @@ nodeSelector: {}
148148
## If set the enabled to false, it will use EmptyDir volume
149149
persistence:
150150
enabled: true
151-
storageClass: ""
151+
storageClass: "gp3"
152152
size: 10Gi
153153
annotations: {}
154154
accessModes:

0 commit comments

Comments
 (0)