Skip to content

Commit c46b3a5

Browse files
committed
Updates for EA2 release
* update the README for EA2 release * update the image tag and helm artifact for EA2
1 parent b02c4c4 commit c46b3a5

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ helm repo update
158158
Use this command to install MarkLogic Chart to the current namespace with default settings:
159159

160160
```
161-
helm install my-release marklogic/marklogic --version=1.0.0-ea1
161+
helm install my-release marklogic/marklogic --version=1.0.0-ea2
162162
```
163163

164164
After you install MarkLogic Chart, the output will look like this:
@@ -171,12 +171,12 @@ STATUS: deployed
171171
REVISION: 1
172172
```
173173

174-
**Note:** --version=1.0.0-ea1 must be provided as part of the name. You can choose a distinctive release name to replace "my-release".
174+
**Note:** --version=1.0.0-ea2 must be provided as part of the name. You can choose a distinctive release name to replace "my-release".
175175

176176
We strongly recommend that you deploy MarkLogic Chart in an exclusive namespace. Use the `--create-namespace` flag if the namespace has not already been created:
177177

178178
```
179-
helm install my-release marklogic/marklogic --version=1.0.0-ea1 --namespace=marklogic --create-namespace
179+
helm install my-release marklogic/marklogic --version=1.0.0-ea2 --namespace=marklogic --create-namespace
180180
```
181181

182182
Use this command to verify the deployment:
@@ -198,7 +198,7 @@ The `--values` flag points to a YAML file. The values in the file will override
198198
Use this command to view the default configurable values:
199199

200200
```
201-
helm show values marklogic/marklogic --version=1.0.0-ea1
201+
helm show values marklogic/marklogic --version=1.0.0-ea2
202202
```
203203

204204
To configure a different value for your installation, create a `values.yaml` file.
@@ -215,15 +215,15 @@ imagePullSecret:
215215
Use the following command to install MarkLogic with the `values.yaml` file you just created.
216216

217217
```
218-
helm install my-release marklogic/marklogic --version=1.0.0-ea1 --values values.yaml
218+
helm install my-release marklogic/marklogic --version=1.0.0-ea2 --values values.yaml
219219
```
220220

221221
### --set
222222

223223
Use the `--set` flag to make one or more configuration changes directly:
224224

225225
```
226-
helm install my-release marklogic/marklogic --version=1.0.0-ea1 \
226+
helm install my-release marklogic/marklogic --version=1.0.0-ea2 \
227227
--set imagePullSecret.registry="https://index.docker.io/v1/" \
228228
--set imagePullSecret.username=YOUR_USERNAME \
229229
--set imagePullSecret.password=YOUR_PASSWORD

charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bootstrapHostName: ""
1919
# Marklogic image parameters
2020
image:
2121
repository: marklogicdb/marklogic-db
22-
tag: latest
22+
tag: 10.0-9.5-centos-1.0.0
2323
pullPolicy: IfNotPresent
2424

2525
# Init container image parameters

index.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ entries:
55
category: Database
66
apiVersion: v2
77
appVersion: 10.0-9.5
8-
created: "2022-12-05T12:37:45.098819-08:00"
8+
created: "2022-12-12T13:30:47.74871-08:00"
99
description: MarkLogic Server is a multi-model database that has both NoSQL and
1010
trusted enterprise data management capabilities.
11-
digest: 431d46bbed02be9b6224ec7b7a39fdcc9e1abffbb3656126cbc73a460240e122
11+
digest: 9a2c957bbe8032a7e6a2967fc83d23c243a5552312f33a9bb4d9f0580c4614e3
1212
keywords:
1313
- marklogic
1414
- database
@@ -25,7 +25,7 @@ entries:
2525
category: Database
2626
apiVersion: v2
2727
appVersion: 10.0-9.1
28-
created: "2022-12-05T12:37:45.09751-08:00"
28+
created: "2022-12-12T13:30:47.747045-08:00"
2929
description: MarkLogic Server is a multi-model database that has both NoSQL and
3030
trusted enterprise data management capabilities.
3131
digest: 2d9588d42beaaef3267d1375b50ab5d972863c259ebb4d843c4b24c480467321
@@ -41,4 +41,4 @@ entries:
4141
urls:
4242
- marklogic-1.0.0-ea1.tgz
4343
version: 1.0.0-ea1
44-
generated: "2022-12-05T12:37:45.094373-08:00"
44+
generated: "2022-12-12T13:30:47.742091-08:00"

marklogic-1.0.0-ea2.tgz

5 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)