@@ -76,17 +76,17 @@ covers individual newer features separately.
7676
7777## Operator Community Edition (CE)
7878
79- Image: ` arangodb/kube-arangodb:1.2.30 `
79+ Image: ` arangodb/kube-arangodb:1.2.31 `
8080
8181### Installation of latest CE release using Kubectl
8282
8383``` bash
84- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30 /manifests/arango-crd.yaml
85- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30 /manifests/arango-deployment.yaml
84+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/arango-crd.yaml
85+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/arango-deployment.yaml
8686# To use `ArangoLocalStorage`, also run
87- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30 /manifests/arango-storage.yaml
87+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/arango-storage.yaml
8888# To use `ArangoDeploymentReplication`, also run
89- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30 /manifests/arango-deployment-replication.yaml
89+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/arango-deployment-replication.yaml
9090```
9191
9292This procedure can also be used for upgrades and will not harm any
@@ -119,9 +119,9 @@ upgrades.
119119``` bash
120120# The following will install the operator for `ArangoDeployment` &
121121# `ArangoDeploymentReplication` resources.
122- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30 /kube-arangodb-1.2.30 .tgz
122+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz
123123# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
124- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30 /kube-arangodb-1.2.30 .tgz --set " operator.features.storage=true"
124+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz --set " operator.features.storage=true"
125125```
126126
127127### Upgrading the operator using Helm
@@ -155,24 +155,24 @@ with `helm install` as normal:
155155``` bash
156156# The following will install the operator for `ArangoDeployment` &
157157# `ArangoDeploymentReplication` resources.
158- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30 /kube-arangodb-1.2.30 .tgz
158+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz
159159# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
160- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30 /kube-arangodb-1.2.30 .tgz --set " operator.features.storage=true"
160+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz --set " operator.features.storage=true"
161161```
162162
163163## Operator Enterprise Edition (EE)
164164
165- Image: ` arangodb/kube-arangodb-enterprise:1.2.30 `
165+ Image: ` arangodb/kube-arangodb-enterprise:1.2.31 `
166166
167167### Installation of latest EE release using Kubectl
168168
169169``` bash
170- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30 /manifests/enterprise-crd.yaml
171- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30 /manifests/enterprise-deployment.yaml
170+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/enterprise-crd.yaml
171+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/enterprise-deployment.yaml
172172# To use `ArangoLocalStorage`, also run
173- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30 /manifests/enterprise-storage.yaml
173+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/enterprise-storage.yaml
174174# To use `ArangoDeploymentReplication`, also run
175- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30 /manifests/enterprise-deployment-replication.yaml
175+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/enterprise-deployment-replication.yaml
176176```
177177
178178This procedure can also be used for upgrades and will not harm any
@@ -205,9 +205,9 @@ upgrades.
205205``` bash
206206# The following will install the operator for `ArangoDeployment` &
207207# `ArangoDeploymentReplication` resources.
208- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30 /kube-arangodb-1.2.30 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.30 "
208+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.31 "
209209# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
210- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30 /kube-arangodb-1.2.30 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.30 " --set " operator.features.storage=true"
210+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.31 " --set " operator.features.storage=true"
211211```
212212
213213### Upgrading the operator using Helm
@@ -241,9 +241,9 @@ with `helm install` as normal:
241241``` bash
242242# The following will install the operator for `ArangoDeployment` &
243243# `ArangoDeploymentReplication` resources.
244- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30 /kube-arangodb-1.2.30 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.30 "
244+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.31 "
245245# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
246- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30 /kube-arangodb-1.2.30 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.30 " --set " operator.features.storage=true"
246+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.31 " --set " operator.features.storage=true"
247247```
248248
249249## Building
0 commit comments