@@ -249,8 +249,8 @@ Flags:
249
249
### Installation and Usage
250
250
251
251
Docker images:
252
- - Community Edition: ` arangodb/kube-arangodb:1.2.48 `
253
- - Enterprise Edition: ` arangodb/kube-arangodb-enterprise:1.2.48 `
252
+ - Community Edition: ` arangodb/kube-arangodb:1.2.49 `
253
+ - Enterprise Edition: ` arangodb/kube-arangodb-enterprise:1.2.49 `
254
254
255
255
### Installation of latest release using Kubectl
256
256
@@ -259,22 +259,22 @@ running ArangoDB deployments.
259
259
260
260
##### Community Edition
261
261
``` bash
262
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48 /manifests/arango-crd.yaml
263
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48 /manifests/arango-deployment.yaml
262
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.49 /manifests/arango-crd.yaml
263
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.49 /manifests/arango-deployment.yaml
264
264
# To use `ArangoLocalStorage`, also run
265
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48 /manifests/arango-storage.yaml
265
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.49 /manifests/arango-storage.yaml
266
266
# To use `ArangoDeploymentReplication`, also run
267
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48 /manifests/arango-deployment-replication.yaml
267
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.49 /manifests/arango-deployment-replication.yaml
268
268
```
269
269
270
270
##### Enterprise Edition
271
271
``` bash
272
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48 /manifests/enterprise-crd.yaml
273
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48 /manifests/enterprise-deployment.yaml
272
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.49 /manifests/enterprise-crd.yaml
273
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.49 /manifests/enterprise-deployment.yaml
274
274
# To use `ArangoLocalStorage`, also run
275
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48 /manifests/enterprise-storage.yaml
275
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.49 /manifests/enterprise-storage.yaml
276
276
# To use `ArangoDeploymentReplication`, also run
277
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48 /manifests/enterprise-deployment-replication.yaml
277
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.49 /manifests/enterprise-deployment-replication.yaml
278
278
```
279
279
280
280
### Installation of latest release using kustomize
@@ -293,8 +293,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
293
293
kind: Kustomization
294
294
namespace: my-custom-namespace
295
295
resources:
296
- - https://github.com/arangodb/kube-arangodb/manifests/kustomize/crd?ref=1.2.48
297
- - https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.2.48
296
+ - https://github.com/arangodb/kube-arangodb/manifests/kustomize/crd?ref=1.2.49
297
+ - https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.2.49
298
298
```
299
299
300
300
##### Enterprise Edition example
@@ -303,8 +303,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
303
303
kind: Kustomization
304
304
namespace: my-custom-namespace
305
305
resources:
306
- - https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/crd?ref=1.2.48
307
- - https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.2.48
306
+ - https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/crd?ref=1.2.49
307
+ - https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.2.49
308
308
```
309
309
310
310
### Installation of latest release using Helm
@@ -340,17 +340,17 @@ helm install --generate-name kube-arangodb/kube-arangodb-enterprise --set "opera
340
340
##### Community Edition
341
341
``` bash
342
342
# The following will install the operator and basic CRDs resources.
343
- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.48 /kube-arangodb-1.2.48 .tgz
343
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.49 /kube-arangodb-1.2.49 .tgz
344
344
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
345
- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.48 /kube-arangodb-1.2.48 .tgz --set " operator.features.storage=true"
345
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.49 /kube-arangodb-1.2.49 .tgz --set " operator.features.storage=true"
346
346
```
347
347
348
348
##### Enterprise Edition
349
349
``` bash
350
350
# The following will install the operator and basic CRDs resources.
351
- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.48 /kube-arangodb-enterprise-1.2.48 .tgz
351
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.49 /kube-arangodb-enterprise-1.2.49 .tgz
352
352
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
353
- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.48 /kube-arangodb-enterprise-1.2.48 .tgz --set " operator.features.storage=true"
353
+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.49 /kube-arangodb-enterprise-1.2.49 .tgz --set " operator.features.storage=true"
354
354
```
355
355
356
356
### Upgrading the operator using Helm
@@ -364,23 +364,23 @@ kube-arangodb-1-1696919877 default 1 2023-10-10 08:37:57.884783199 +020
364
364
365
365
So here, you would have to do
366
366
``` bash
367
- helm upgrade --install kube-arangodb-1-1696919877 https://github.com/arangodb/kube-arangodb/releases/download/1.2.48 /kube-arangodb-1.2.48 .tgz
367
+ helm upgrade --install kube-arangodb-1-1696919877 https://github.com/arangodb/kube-arangodb/releases/download/1.2.49 /kube-arangodb-1.2.49 .tgz
368
368
```
369
369
370
370
##### Community Edition
371
371
``` bash
372
372
# The following will install the operator and basic CRDs resources.
373
- helm upgrade --install < NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.48 /kube-arangodb-1.2.48 .tgz
373
+ helm upgrade --install < NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.49 /kube-arangodb-1.2.49 .tgz
374
374
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
375
- helm upgrade --install < NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.48 /kube-arangodb-1.2.48 .tgz --set " operator.features.storage=true"
375
+ helm upgrade --install < NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.49 /kube-arangodb-1.2.49 .tgz --set " operator.features.storage=true"
376
376
```
377
377
378
378
##### Enterprise Edition
379
379
``` bash
380
380
# The following will install the operator and basic CRDs resources.
381
- helm upgrade --install < NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.48 /kube-arangodb-enterprise-1.2.48 .tgz
381
+ helm upgrade --install < NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.49 /kube-arangodb-enterprise-1.2.49 .tgz
382
382
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
383
- helm upgrade --install < NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.48 /kube-arangodb-enterprise-1.2.48 .tgz --set " operator.features.storage=true"
383
+ helm upgrade --install < NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.49 /kube-arangodb-enterprise-1.2.49 .tgz --set " operator.features.storage=true"
384
384
```
385
385
386
386
## Building
0 commit comments