@@ -242,8 +242,8 @@ Flags:
242242### Installation and Usage
243243
244244Docker 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 `
247247
248248### Installation of latest release using Kubectl
249249
@@ -252,22 +252,22 @@ running ArangoDB deployments.
252252
253253##### Community Edition
254254``` 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
257257# 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
259259# 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
261261```
262262
263263##### Enterprise Edition
264264``` 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
267267# 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
269269# 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
271271```
272272
273273### Installation of latest release using kustomize
@@ -286,8 +286,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
286286kind: Kustomization
287287namespace: my-custom-namespace
288288resources:
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
291291```
292292
293293##### Enterprise Edition example
@@ -296,8 +296,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
296296kind: Kustomization
297297namespace: my-custom-namespace
298298resources:
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
301301```
302302
303303### Installation of latest release using Helm
@@ -333,17 +333,17 @@ helm install --generate-name kube-arangodb/kube-arangodb-enterprise --set "opera
333333##### Community Edition
334334``` bash
335335# 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
337337# 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"
339339```
340340
341341##### Enterprise Edition
342342``` bash
343343# 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
345345# 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"
347347```
348348
349349### Upgrading the operator using Helm
@@ -372,17 +372,17 @@ Then you can install the new version with `helm install` as normal:
372372##### Community Edition
373373``` bash
374374# 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
376376# 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"
378378```
379379
380380##### Enterprise Edition
381381``` bash
382382# 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
384384# 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"
386386```
387387
388388## Building
0 commit comments