@@ -244,8 +244,8 @@ Flags:
244244### Installation and Usage
245245
246246Docker images:
247- - Community Edition: ` arangodb/kube-arangodb:1.2.45 `
248- - Enterprise Edition: ` arangodb/kube-arangodb-enterprise:1.2.45 `
247+ - Community Edition: ` arangodb/kube-arangodb:1.2.46 `
248+ - Enterprise Edition: ` arangodb/kube-arangodb-enterprise:1.2.46 `
249249
250250### Installation of latest release using Kubectl
251251
@@ -254,22 +254,22 @@ running ArangoDB deployments.
254254
255255##### Community Edition
256256``` bash
257- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.45 /manifests/arango-crd.yaml
258- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.45 /manifests/arango-deployment.yaml
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
259259# To use `ArangoLocalStorage`, also run
260- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.45 /manifests/arango-storage.yaml
260+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.46 /manifests/arango-storage.yaml
261261# To use `ArangoDeploymentReplication`, also run
262- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.45 /manifests/arango-deployment-replication.yaml
262+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.46 /manifests/arango-deployment-replication.yaml
263263```
264264
265265##### Enterprise Edition
266266``` bash
267- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.45 /manifests/enterprise-crd.yaml
268- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.45 /manifests/enterprise-deployment.yaml
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
269269# To use `ArangoLocalStorage`, also run
270- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.45 /manifests/enterprise-storage.yaml
270+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.46 /manifests/enterprise-storage.yaml
271271# To use `ArangoDeploymentReplication`, also run
272- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.45 /manifests/enterprise-deployment-replication.yaml
272+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.46 /manifests/enterprise-deployment-replication.yaml
273273```
274274
275275### Installation of latest release using kustomize
@@ -288,8 +288,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
288288kind: Kustomization
289289namespace: my-custom-namespace
290290resources:
291- - https://github.com/arangodb/kube-arangodb/manifests/kustomize/crd?ref=1.2.45
292- - https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.2.45
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
293293```
294294
295295##### Enterprise Edition example
@@ -298,8 +298,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
298298kind: Kustomization
299299namespace: my-custom-namespace
300300resources:
301- - https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/crd?ref=1.2.45
302- - https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.2.45
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
303303```
304304
305305### Installation of latest release using Helm
@@ -335,17 +335,17 @@ helm install --generate-name kube-arangodb/kube-arangodb-enterprise --set "opera
335335##### Community Edition
336336``` bash
337337# 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.45 /kube-arangodb-1.2.45 .tgz
338+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.46 /kube-arangodb-1.2.46 .tgz
339339# 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.45 /kube-arangodb-1.2.45 .tgz --set " operator.features.storage=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"
341341```
342342
343343##### Enterprise Edition
344344``` bash
345345# 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.45 /kube-arangodb-enterprise-1.2.45 .tgz
346+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.46 /kube-arangodb-enterprise-1.2.46 .tgz
347347# 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.45 /kube-arangodb-enterprise-1.2.45 .tgz --set " operator.features.storage=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"
349349```
350350
351351### Upgrading the operator using Helm
@@ -374,17 +374,17 @@ Then you can install the new version with `helm install` as normal:
374374##### Community Edition
375375``` bash
376376# 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.45 /kube-arangodb-1.2.45 .tgz
377+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.46 /kube-arangodb-1.2.46 .tgz
378378# 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.45 /kube-arangodb-1.2.45 .tgz --set " operator.features.storage=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"
380380```
381381
382382##### Enterprise Edition
383383``` bash
384384# 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.45 /kube-arangodb-enterprise-1.2.45 .tgz
385+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.46 /kube-arangodb-enterprise-1.2.46 .tgz
386386# 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.45 /kube-arangodb-enterprise-1.2.45 .tgz --set " operator.features.storage=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"
388388```
389389
390390## Building
0 commit comments