@@ -246,8 +246,8 @@ Flags:
246246### Installation and Usage
247247
248248Docker 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 `
251251
252252### Installation of latest release using Kubectl
253253
@@ -256,22 +256,22 @@ running ArangoDB deployments.
256256
257257##### Community Edition
258258``` 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
261261# 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
263263# 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
265265```
266266
267267##### Enterprise Edition
268268``` 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
271271# 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
273273# 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
275275```
276276
277277### Installation of latest release using kustomize
@@ -290,8 +290,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
290290kind: Kustomization
291291namespace: my-custom-namespace
292292resources:
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
295295```
296296
297297##### Enterprise Edition example
@@ -300,8 +300,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
300300kind: Kustomization
301301namespace: my-custom-namespace
302302resources:
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
305305```
306306
307307### Installation of latest release using Helm
@@ -337,17 +337,17 @@ helm install --generate-name kube-arangodb/kube-arangodb-enterprise --set "opera
337337##### Community Edition
338338``` bash
339339# 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
341341# 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"
343343```
344344
345345##### Enterprise Edition
346346``` bash
347347# 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
349349# 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"
351351```
352352
353353### Upgrading the operator using Helm
@@ -361,23 +361,23 @@ kube-arangodb-1-1696919877 default 1 2023-10-10 08:37:57.884783199 +020
361361
362362So here, you would have to do
363363``` 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
365365```
366366
367367##### Community Edition
368368``` bash
369369# 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
371371# 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"
373373```
374374
375375##### Enterprise Edition
376376``` bash
377377# 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
379379# 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"
381381```
382382
383383## Building
0 commit comments