File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -323,8 +323,8 @@ This table describes the list of available parameters for Helm Chart.
323
323
| Name | Description | Default Value |
324
324
| ------------------------------------ | -------------------------------------------------------------------------------------------------------------- | ------------------------------------ |
325
325
| ` replicaCount ` | Number of MarkLogic Nodes | ` 1 ` |
326
- | ` image.repository ` | repository for MarkLogic image | ` store/ marklogicdb/marklogic-server ` |
327
- | ` image.tag ` | Image tag for MarkLogic | ` 10.0-9-centos-1.0.0-ea4 ` |
326
+ | ` image.repository ` | repository for MarkLogic image | ` marklogicdb/marklogic-db ` |
327
+ | ` image.tag ` | Image tag for MarkLogic | ` latest ` |
328
328
| ` image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
329
329
| ` imagePullSecret.registry ` | Registry of the imagePullSecret | ` "" ` |
330
330
| ` imagePullSecret.username ` | Username of the imagePullSecret | ` "" ` |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
6
6
# Marklogic image parameters
7
7
image :
8
8
repository : marklogicdb/marklogic-db
9
- tag : 10.0-9.1-centos-1.0.0-ea4
9
+ tag : latest
10
10
pullPolicy : IfNotPresent
11
11
12
12
# Configure the imagePullSecret to pull the image from private repository that requires credential
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ Events:
107
107
Type Reason Age From Message
108
108
---- ------ ---- ---- -------
109
109
Normal Scheduled 13m default-scheduler Successfully assigned default/marklogic-0 to minikube
110
- Normal Pulled 13m kubelet Container image "store/ marklogicdb/marklogic-server:10.0-8.3-centos-1.0.0-ea3 " already present on machine
110
+ Normal Pulled 13m kubelet Container image "marklogicdb/marklogic-db:latest " already present on machine
111
111
Normal Created 13m kubelet Created container marklogic
112
112
Normal Started 13m kubelet Started container marklogic
113
113
Warning Unhealthy 13m kubelet Startup probe failed: ls: cannot access /var/opt/MarkLogic/ready: No such file or directory
You can’t perform that action at this time.
0 commit comments