File tree 2 files changed +2
-2
lines changed
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
111
111
| ` group.enableXdqpSsl ` | SSL encryption for XDQP | ` true ` |
112
112
| ` bootstrapHostName ` | Host name of MarkLogic bootstrap host (to join a cluster) | ` "" ` |
113
113
| ` 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 ` |
115
115
| ` image.pullPolicy ` | Image pull policy for MarkLogic image | ` IfNotPresent ` |
116
116
| ` initContainers.configureGroup.image ` | Image for configureGroup InitContainer | ` curlimages/curl:8.6.0 ` |
117
117
| ` initContainers.configureGroup.pullPolicy ` | Pull policy for configureGroup InitContainer | ` IfNotPresent ` |
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ bootstrapHostName: ""
28
28
# # Marklogic image parameters
29
29
image :
30
30
repository : marklogicdb/marklogic-db
31
- tag : 11.1.0-centos-1.1.1
31
+ tag : 11.1.0-centos-1.1.2
32
32
pullPolicy : IfNotPresent
33
33
34
34
# # Init container image parameters
You can’t perform that action at this time.
0 commit comments