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.
323323| Name | Description | Default Value |
324324| ------------------------------------ | -------------------------------------------------------------------------------------------------------------- | ------------------------------------ |
325325| ` 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 ` |
328328| ` image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
329329| ` imagePullSecret.registry ` | Registry of the imagePullSecret | ` "" ` |
330330| ` imagePullSecret.username ` | Username of the imagePullSecret | ` "" ` |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
66# Marklogic image parameters
77image :
88 repository : marklogicdb/marklogic-db
9- tag : 10.0-9.1-centos-1.0.0-ea4
9+ tag : latest
1010 pullPolicy : IfNotPresent
1111
1212# 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:
107107 Type Reason Age From Message
108108 ---- ------ ---- ---- -------
109109 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
111111 Normal Created 13m kubelet Created container marklogic
112112 Normal Started 13m kubelet Started container marklogic
113113 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