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