Skip to content

Commit aa9d799

Browse files
authored
Merge pull request #187 from marklogic/MLE-12274-update-image
MLE-12274 update image to latest version
2 parents e107286 + eea647f commit aa9d799

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff 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` |

charts/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bootstrapHostName: ""
2828
## Marklogic image parameters
2929
image:
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

0 commit comments

Comments
 (0)