Skip to content

Commit 40e937d

Browse files
authored
Updates for EA2 release
* update the README for EA2 release * update the image tag and helm artifact for EA2
1 parent f3b2d40 commit 40e937d

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
@@ -156,7 +156,7 @@ helm repo update
156156
Use this command to install MarkLogic Chart to the current namespace with default settings:
157157

158158
```
159-
helm install my-release marklogic/marklogic --version=1.0.0-ea1
159+
helm install my-release marklogic/marklogic --version=1.0.0-ea2
160160
```
161161

162162
After you install MarkLogic Chart, the output will look like this:
@@ -169,12 +169,12 @@ STATUS: deployed
169169
REVISION: 1
170170
```
171171

172-
**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".
172+
**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".
173173

174174
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:
175175

176176
```
177-
helm install my-release marklogic/marklogic --version=1.0.0-ea1 --namespace=marklogic --create-namespace
177+
helm install my-release marklogic/marklogic --version=1.0.0-ea2 --namespace=marklogic --create-namespace
178178
```
179179

180180
Use this command to verify the deployment:
@@ -196,7 +196,7 @@ The `--values` flag points to a YAML file. The values in the file will override
196196
Use this command to view the default configurable values:
197197

198198
```
199-
helm show values marklogic/marklogic --version=1.0.0-ea1
199+
helm show values marklogic/marklogic --version=1.0.0-ea2
200200
```
201201

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

215215
```
216-
helm install my-release marklogic/marklogic --version=1.0.0-ea1 --values values.yaml
216+
helm install my-release marklogic/marklogic --version=1.0.0-ea2 --values values.yaml
217217
```
218218

219219
### --set
220220

221221
Use the `--set` flag to make one or more configuration changes directly:
222222

223223
```
224-
helm install my-release marklogic/marklogic --version=1.0.0-ea1 \
224+
helm install my-release marklogic/marklogic --version=1.0.0-ea2 \
225225
--set imagePullSecret.registry="https://index.docker.io/v1/" \
226226
--set imagePullSecret.username=YOUR_USERNAME \
227227
--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)