File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
111111| ` group.enableXdqpSsl ` | SSL encryption for XDQP | ` true ` |
112112| ` bootstrapHostName ` | Host name of MarkLogic bootstrap host (to join a cluster) | ` "" ` |
113113| ` image.repository ` | Repository for MarkLogic image | ` marklogicdb/marklogic-db ` |
114- | ` image.tag ` | Image tag for MarkLogic image | ` 11.1.0-centos-1.1.1 ` |
114+ | ` image.tag ` | Image tag for MarkLogic image | ` 11.1.0-centos-1.1.2 ` |
115115| ` image.pullPolicy ` | Image pull policy for MarkLogic image | ` IfNotPresent ` |
116116| ` initContainers.configureGroup.image ` | Image for configureGroup InitContainer | ` curlimages/curl:8.6.0 ` |
117117| ` initContainers.configureGroup.pullPolicy ` | Pull policy for configureGroup InitContainer | ` IfNotPresent ` |
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ bootstrapHostName: ""
2828# # Marklogic image parameters
2929image :
3030 repository : marklogicdb/marklogic-db
31- tag : 11.1.0-centos-1.1.1
31+ tag : 11.1.0-centos-1.1.2
3232 pullPolicy : IfNotPresent
3333
3434# # Init container image parameters
You can’t perform that action at this time.
0 commit comments