@@ -223,8 +223,8 @@ Flags:
223
223
### Installation and Usage
224
224
225
225
Docker images:
226
- - Community Edition: ` arangodb/kube-arangodb:1.2.41 `
227
- - Enterprise Edition: ` arangodb/kube-arangodb-enterprise:1.2.41 `
226
+ - Community Edition: ` arangodb/kube-arangodb:1.2.42 `
227
+ - Enterprise Edition: ` arangodb/kube-arangodb-enterprise:1.2.42 `
228
228
229
229
### Installation of latest release using Kubectl
230
230
@@ -233,22 +233,22 @@ running ArangoDB deployments.
233
233
234
234
##### Community Edition
235
235
``` bash
236
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41 /manifests/arango-crd.yaml
237
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41 /manifests/arango-deployment.yaml
236
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/arango-crd.yaml
237
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/arango-deployment.yaml
238
238
# To use `ArangoLocalStorage`, also run
239
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41 /manifests/arango-storage.yaml
239
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/arango-storage.yaml
240
240
# To use `ArangoDeploymentReplication`, also run
241
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41 /manifests/arango-deployment-replication.yaml
241
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/arango-deployment-replication.yaml
242
242
```
243
243
244
244
##### Enterprise Edition
245
245
``` bash
246
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41 /manifests/enterprise-crd.yaml
247
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41 /manifests/enterprise-deployment.yaml
246
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/enterprise-crd.yaml
247
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/enterprise-deployment.yaml
248
248
# To use `ArangoLocalStorage`, also run
249
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41 /manifests/enterprise-storage.yaml
249
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/enterprise-storage.yaml
250
250
# To use `ArangoDeploymentReplication`, also run
251
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41 /manifests/enterprise-deployment-replication.yaml
251
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/enterprise-deployment-replication.yaml
252
252
```
253
253
254
254
### Installation of latest release using kustomize
@@ -314,9 +314,9 @@ helm install --generate-name kube-arangodb/kube-arangodb-enterprise --set "opera
314
314
##### Community Edition
315
315
``` bash
316
316
# The following will install the operator and basic CRDs resources.
317
- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.41 /kube-arangodb-1.2.41 .tgz
317
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42 /kube-arangodb-1.2.42 .tgz
318
318
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
319
- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.41 /kube-arangodb-1.2.41 .tgz --set " operator.features.storage=true"
319
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42 /kube-arangodb-1.2.42 .tgz --set " operator.features.storage=true"
320
320
```
321
321
322
322
##### Enterprise Edition
@@ -353,9 +353,9 @@ Then you can install the new version with `helm install` as normal:
353
353
##### Community Edition
354
354
``` bash
355
355
# The following will install the operator and basic CRDs resources.
356
- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.41 /kube-arangodb-1.2.41 .tgz
356
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42 /kube-arangodb-1.2.42 .tgz
357
357
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
358
- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.41 /kube-arangodb-1.2.41 .tgz --set " operator.features.storage=true"
358
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42 /kube-arangodb-1.2.42 .tgz --set " operator.features.storage=true"
359
359
```
360
360
361
361
##### Enterprise Edition
0 commit comments