@@ -207,8 +207,8 @@ Flags:
207207## Installation and Usage
208208
209209Docker images:
210- - Community Edition: ` arangodb/kube-arangodb:1.2.39 `
211- - Enterprise Edition: ` arangodb/kube-arangodb-enterprise:1.2.39 `
210+ - Community Edition: ` arangodb/kube-arangodb:1.2.40 `
211+ - Enterprise Edition: ` arangodb/kube-arangodb-enterprise:1.2.40 `
212212
213213### Installation of latest release using Kubectl
214214
@@ -217,22 +217,22 @@ running ArangoDB deployments.
217217
218218##### Community Edition
219219``` bash
220- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.39 /manifests/arango-crd.yaml
221- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.39 /manifests/arango-deployment.yaml
220+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.40 /manifests/arango-crd.yaml
221+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.40 /manifests/arango-deployment.yaml
222222# To use `ArangoLocalStorage`, also run
223- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.39 /manifests/arango-storage.yaml
223+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.40 /manifests/arango-storage.yaml
224224# To use `ArangoDeploymentReplication`, also run
225- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.39 /manifests/arango-deployment-replication.yaml
225+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.40 /manifests/arango-deployment-replication.yaml
226226```
227227
228228##### Enterprise Edition
229229``` bash
230- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.39 /manifests/enterprise-crd.yaml
231- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.39 /manifests/enterprise-deployment.yaml
230+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.40 /manifests/enterprise-crd.yaml
231+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.40 /manifests/enterprise-deployment.yaml
232232# To use `ArangoLocalStorage`, also run
233- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.39 /manifests/enterprise-storage.yaml
233+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.40 /manifests/enterprise-storage.yaml
234234# To use `ArangoDeploymentReplication`, also run
235- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.39 /manifests/enterprise-deployment-replication.yaml
235+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.40 /manifests/enterprise-deployment-replication.yaml
236236```
237237
238238### Installation of latest release using kustomize
@@ -272,17 +272,17 @@ Only use this procedure for clean installation of the operator. For upgrades see
272272##### Community Edition
273273``` bash
274274# The following will install the operator and basic CRDs resources.
275- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.39 /kube-arangodb-1.2.39 .tgz
275+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.40 /kube-arangodb-1.2.40 .tgz
276276# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
277- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.39 /kube-arangodb-1.2.39 .tgz --set " operator.features.storage=true"
277+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.40 /kube-arangodb-1.2.40 .tgz --set " operator.features.storage=true"
278278```
279279
280280##### Enterprise Edition
281281``` bash
282282# The following will install the operator and basic CRDs resources.
283- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.39 /kube-arangodb-1.2.39 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.39 "
283+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.40 /kube-arangodb-1.2.40 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.40 "
284284# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
285- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.39 /kube-arangodb-1.2.39 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.39 " --set " operator.features.storage=true"
285+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.40 /kube-arangodb-1.2.40 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.40 " --set " operator.features.storage=true"
286286```
287287
288288### Upgrading the operator using Helm
@@ -311,17 +311,17 @@ Then you can install the new version with `helm install` as normal:
311311##### Community Edition
312312``` bash
313313# The following will install the operator and basic CRDs resources.
314- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.39 /kube-arangodb-1.2.39 .tgz
314+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.40 /kube-arangodb-1.2.40 .tgz
315315# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
316- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.39 /kube-arangodb-1.2.39 .tgz --set " operator.features.storage=true"
316+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.40 /kube-arangodb-1.2.40 .tgz --set " operator.features.storage=true"
317317```
318318
319319##### Enterprise Edition
320320``` bash
321321# The following will install the operator and basic CRDs resources.
322- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.39 /kube-arangodb-1.2.39 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.39 "
322+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.40 /kube-arangodb-1.2.40 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.40 "
323323# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
324- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.39 /kube-arangodb-1.2.39 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.39 " --set " operator.features.storage=true"
324+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.40 /kube-arangodb-1.2.40 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.40 " --set " operator.features.storage=true"
325325```
326326
327327## Building
0 commit comments