@@ -223,8 +223,8 @@ Flags:
223223### Installation and Usage
224224
225225Docker images:
226- - Community Edition: ` arangodb/kube-arangodb:1.2.41 `
227- - Enterprise Edition: ` arangodb/kube-arangodb-enterprise:1.2.41 `
226+ - Community Edition: ` arangodb/kube-arangodb:1.2.42 `
227+ - Enterprise Edition: ` arangodb/kube-arangodb-enterprise:1.2.42 `
228228
229229### Installation of latest release using Kubectl
230230
@@ -233,22 +233,22 @@ running ArangoDB deployments.
233233
234234##### Community Edition
235235``` bash
236- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41 /manifests/arango-crd.yaml
237- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41 /manifests/arango-deployment.yaml
236+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/arango-crd.yaml
237+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/arango-deployment.yaml
238238# To use `ArangoLocalStorage`, also run
239- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41 /manifests/arango-storage.yaml
239+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/arango-storage.yaml
240240# To use `ArangoDeploymentReplication`, also run
241- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41 /manifests/arango-deployment-replication.yaml
241+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/arango-deployment-replication.yaml
242242```
243243
244244##### Enterprise Edition
245245``` bash
246- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41 /manifests/enterprise-crd.yaml
247- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41 /manifests/enterprise-deployment.yaml
246+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/enterprise-crd.yaml
247+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/enterprise-deployment.yaml
248248# To use `ArangoLocalStorage`, also run
249- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41 /manifests/enterprise-storage.yaml
249+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/enterprise-storage.yaml
250250# To use `ArangoDeploymentReplication`, also run
251- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41 /manifests/enterprise-deployment-replication.yaml
251+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42 /manifests/enterprise-deployment-replication.yaml
252252```
253253
254254### Installation of latest release using kustomize
@@ -314,9 +314,9 @@ helm install --generate-name kube-arangodb/kube-arangodb-enterprise --set "opera
314314##### Community Edition
315315``` bash
316316# The following will install the operator and basic CRDs resources.
317- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.41 /kube-arangodb-1.2.41 .tgz
317+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42 /kube-arangodb-1.2.42 .tgz
318318# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
319- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.41 /kube-arangodb-1.2.41 .tgz --set " operator.features.storage=true"
319+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42 /kube-arangodb-1.2.42 .tgz --set " operator.features.storage=true"
320320```
321321
322322##### Enterprise Edition
@@ -353,9 +353,9 @@ Then you can install the new version with `helm install` as normal:
353353##### Community Edition
354354``` bash
355355# The following will install the operator and basic CRDs resources.
356- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.41 /kube-arangodb-1.2.41 .tgz
356+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42 /kube-arangodb-1.2.42 .tgz
357357# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
358- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.41 /kube-arangodb-1.2.41 .tgz --set " operator.features.storage=true"
358+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42 /kube-arangodb-1.2.42 .tgz --set " operator.features.storage=true"
359359```
360360
361361##### Enterprise Edition
0 commit comments