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