File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ rootToRootlessUpgrade: false
4545# # Marklogic image parameters
4646image :
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
5252initContainers :
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.
106106tls :
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
149149persistence :
150150 enabled : true
151- storageClass : " "
151+ storageClass : " gp3 "
152152 size : 10Gi
153153 annotations : {}
154154 accessModes :
You can’t perform that action at this time.
0 commit comments