Skip to content

Commit 173795f

Browse files
sumanthravipatiSumanth Ravipati
andauthored
CLD-548: Docker Images Changes (#19)
Co-authored-by: Sumanth Ravipati <[email protected]>
1 parent a042203 commit 173795f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 | `""` |

charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66
# Marklogic image parameters
77
image:
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

docs/Local_Development_Tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)