@@ -242,8 +242,8 @@ Flags:
242
242
### Installation and Usage
243
243
244
244
Docker images:
245
- - Community Edition: ` arangodb/kube-arangodb:1.2.43 `
246
- - Enterprise Edition: ` arangodb/kube-arangodb-enterprise:1.2.43 `
245
+ - Community Edition: ` arangodb/kube-arangodb:1.2.44 `
246
+ - Enterprise Edition: ` arangodb/kube-arangodb-enterprise:1.2.44 `
247
247
248
248
### Installation of latest release using Kubectl
249
249
@@ -252,22 +252,22 @@ running ArangoDB deployments.
252
252
253
253
##### Community Edition
254
254
``` bash
255
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43 /manifests/arango-crd.yaml
256
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43 /manifests/arango-deployment.yaml
255
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.44 /manifests/arango-crd.yaml
256
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.44 /manifests/arango-deployment.yaml
257
257
# To use `ArangoLocalStorage`, also run
258
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43 /manifests/arango-storage.yaml
258
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.44 /manifests/arango-storage.yaml
259
259
# To use `ArangoDeploymentReplication`, also run
260
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43 /manifests/arango-deployment-replication.yaml
260
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.44 /manifests/arango-deployment-replication.yaml
261
261
```
262
262
263
263
##### Enterprise Edition
264
264
``` bash
265
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43 /manifests/enterprise-crd.yaml
266
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43 /manifests/enterprise-deployment.yaml
265
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.44 /manifests/enterprise-crd.yaml
266
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.44 /manifests/enterprise-deployment.yaml
267
267
# To use `ArangoLocalStorage`, also run
268
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43 /manifests/enterprise-storage.yaml
268
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.44 /manifests/enterprise-storage.yaml
269
269
# To use `ArangoDeploymentReplication`, also run
270
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43 /manifests/enterprise-deployment-replication.yaml
270
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.44 /manifests/enterprise-deployment-replication.yaml
271
271
```
272
272
273
273
### Installation of latest release using kustomize
@@ -286,8 +286,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
286
286
kind: Kustomization
287
287
namespace: my-custom-namespace
288
288
resources:
289
- - https://github.com/arangodb/kube-arangodb/manifests/kustomize/crd?ref=1.2.43
290
- - https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.2.43
289
+ - https://github.com/arangodb/kube-arangodb/manifests/kustomize/crd?ref=1.2.44
290
+ - https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.2.44
291
291
```
292
292
293
293
##### Enterprise Edition example
@@ -296,8 +296,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
296
296
kind: Kustomization
297
297
namespace: my-custom-namespace
298
298
resources:
299
- - https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/crd?ref=1.2.43
300
- - https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.2.43
299
+ - https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/crd?ref=1.2.44
300
+ - https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.2.44
301
301
```
302
302
303
303
### Installation of latest release using Helm
@@ -333,17 +333,17 @@ helm install --generate-name kube-arangodb/kube-arangodb-enterprise --set "opera
333
333
##### Community Edition
334
334
``` bash
335
335
# The following will install the operator and basic CRDs resources.
336
- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43 /kube-arangodb-1.2.43 .tgz
336
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.44 /kube-arangodb-1.2.44 .tgz
337
337
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
338
- 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"
338
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.44 /kube-arangodb-1.2.44 .tgz --set " operator.features.storage=true"
339
339
```
340
340
341
341
##### Enterprise Edition
342
342
``` bash
343
343
# The following will install the operator and basic CRDs resources.
344
- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43 /kube-arangodb-enterprise-1.2.43 .tgz
344
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.44 /kube-arangodb-enterprise-1.2.44 .tgz
345
345
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
346
- 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"
346
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.44 /kube-arangodb-enterprise-1.2.44 .tgz --set " operator.features.storage=true"
347
347
```
348
348
349
349
### Upgrading the operator using Helm
@@ -372,17 +372,17 @@ Then you can install the new version with `helm install` as normal:
372
372
##### Community Edition
373
373
``` bash
374
374
# The following will install the operator and basic CRDs resources.
375
- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43 /kube-arangodb-1.2.43 .tgz
375
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.44 /kube-arangodb-1.2.44 .tgz
376
376
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
377
- 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"
377
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.44 /kube-arangodb-1.2.44 .tgz --set " operator.features.storage=true"
378
378
```
379
379
380
380
##### Enterprise Edition
381
381
``` bash
382
382
# The following will install the operator and basic CRDs resources.
383
- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43 /kube-arangodb-enterprise-1.2.43 .tgz
383
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.44 /kube-arangodb-enterprise-1.2.44 .tgz
384
384
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
385
- 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"
385
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.44 /kube-arangodb-enterprise-1.2.44 .tgz --set " operator.features.storage=true"
386
386
```
387
387
388
388
## Building
0 commit comments