@@ -249,8 +249,8 @@ Flags:
249249### Installation and Usage
250250
251251Docker 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 `
254254
255255### Installation of latest release using Kubectl
256256
@@ -259,22 +259,22 @@ running ArangoDB deployments.
259259
260260##### Community Edition
261261``` 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
264264# 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
266266# 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
268268```
269269
270270##### Enterprise Edition
271271``` 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
274274# 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
276276# 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
278278```
279279
280280### Installation of latest release using kustomize
@@ -293,8 +293,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
293293kind: Kustomization
294294namespace: my-custom-namespace
295295resources:
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
298298```
299299
300300##### Enterprise Edition example
@@ -303,8 +303,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
303303kind: Kustomization
304304namespace: my-custom-namespace
305305resources:
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
308308```
309309
310310### Installation of latest release using Helm
@@ -340,17 +340,17 @@ helm install --generate-name kube-arangodb/kube-arangodb-enterprise --set "opera
340340##### Community Edition
341341``` bash
342342# 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
344344# 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"
346346```
347347
348348##### Enterprise Edition
349349``` bash
350350# 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
352352# 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"
354354```
355355
356356### Upgrading the operator using Helm
@@ -364,23 +364,23 @@ kube-arangodb-1-1696919877 default 1 2023-10-10 08:37:57.884783199 +020
364364
365365So here, you would have to do
366366``` 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
368368```
369369
370370##### Community Edition
371371``` bash
372372# 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
374374# 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"
376376```
377377
378378##### Enterprise Edition
379379``` bash
380380# 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
382382# 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"
384384```
385385
386386## Building
0 commit comments