@@ -239,8 +239,8 @@ Flags:
239
239
### Installation and Usage
240
240
241
241
Docker images:
242
- - Community Edition: ` arangodb/kube-arangodb:1.2.42 `
243
- - Enterprise Edition: ` arangodb/kube-arangodb-enterprise:1.2.42 `
242
+ - Community Edition: ` arangodb/kube-arangodb:1.2.43 `
243
+ - Enterprise Edition: ` arangodb/kube-arangodb-enterprise:1.2.43 `
244
244
245
245
### Installation of latest release using Kubectl
246
246
@@ -249,22 +249,22 @@ running ArangoDB deployments.
249
249
250
250
##### Community Edition
251
251
``` bash
252
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/arango-crd.yaml
253
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/arango-deployment.yaml
252
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43 /manifests/arango-crd.yaml
253
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43 /manifests/arango-deployment.yaml
254
254
# To use `ArangoLocalStorage`, also run
255
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/arango-storage.yaml
255
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43 /manifests/arango-storage.yaml
256
256
# To use `ArangoDeploymentReplication`, also run
257
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/arango-deployment-replication.yaml
257
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43 /manifests/arango-deployment-replication.yaml
258
258
```
259
259
260
260
##### Enterprise Edition
261
261
``` bash
262
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/enterprise-crd.yaml
263
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/enterprise-deployment.yaml
262
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43 /manifests/enterprise-crd.yaml
263
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43 /manifests/enterprise-deployment.yaml
264
264
# To use `ArangoLocalStorage`, also run
265
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/enterprise-storage.yaml
265
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43 /manifests/enterprise-storage.yaml
266
266
# To use `ArangoDeploymentReplication`, also run
267
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/enterprise-deployment-replication.yaml
267
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43 /manifests/enterprise-deployment-replication.yaml
268
268
```
269
269
270
270
### Installation of latest release using kustomize
@@ -330,17 +330,17 @@ helm install --generate-name kube-arangodb/kube-arangodb-enterprise --set "opera
330
330
##### Community Edition
331
331
``` bash
332
332
# The following will install the operator and basic CRDs resources.
333
- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42 /kube-arangodb-1.2.42 .tgz
333
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43 /kube-arangodb-1.2.43 .tgz
334
334
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
335
- 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"
335
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43 /kube-arangodb-1.2.43 .tgz --set " operator.features.storage=true"
336
336
```
337
337
338
338
##### Enterprise Edition
339
339
``` bash
340
340
# The following will install the operator and basic CRDs resources.
341
- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42 /kube-arangodb-enterprise-1.2.42 .tgz
341
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43 /kube-arangodb-enterprise-1.2.43 .tgz
342
342
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
343
- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42 /kube-arangodb-enterprise-1.2.42 .tgz --set " operator.features.storage=true"
343
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43 /kube-arangodb-enterprise-1.2.43 .tgz --set " operator.features.storage=true"
344
344
```
345
345
346
346
### Upgrading the operator using Helm
@@ -369,17 +369,17 @@ Then you can install the new version with `helm install` as normal:
369
369
##### Community Edition
370
370
``` bash
371
371
# The following will install the operator and basic CRDs resources.
372
- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42 /kube-arangodb-1.2.42 .tgz
372
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43 /kube-arangodb-1.2.43 .tgz
373
373
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
374
- 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"
374
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43 /kube-arangodb-1.2.43 .tgz --set " operator.features.storage=true"
375
375
```
376
376
377
377
##### Enterprise Edition
378
378
``` bash
379
379
# The following will install the operator and basic CRDs resources.
380
- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42 /kube-arangodb-enterprise-1.2.42 .tgz
380
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43 /kube-arangodb-enterprise-1.2.43 .tgz
381
381
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
382
- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42 /kube-arangodb-enterprise-1.2.42 .tgz --set " operator.features.storage=true"
382
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43 /kube-arangodb-enterprise-1.2.43 .tgz --set " operator.features.storage=true"
383
383
```
384
384
385
385
## Building
0 commit comments