@@ -102,17 +102,17 @@ To upgrade to the Enterprise Edition, you need to get in touch with the ArangoDB
102102
103103## Operator Community Edition (CE)
104104
105- Image: ` arangodb/kube-arangodb:1.2.31 `
105+ Image: ` arangodb/kube-arangodb:1.2.32 `
106106
107107### Installation of latest CE release using Kubectl
108108
109109``` bash
110- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/arango-crd.yaml
111- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/arango-deployment.yaml
110+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/arango-crd.yaml
111+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/arango-deployment.yaml
112112# To use `ArangoLocalStorage`, also run
113- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/arango-storage.yaml
113+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/arango-storage.yaml
114114# To use `ArangoDeploymentReplication`, also run
115- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/arango-deployment-replication.yaml
115+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/arango-deployment-replication.yaml
116116```
117117
118118This procedure can also be used for upgrades and will not harm any
@@ -145,9 +145,9 @@ upgrades.
145145``` bash
146146# The following will install the operator for `ArangoDeployment` &
147147# `ArangoDeploymentReplication` resources.
148- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz
148+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32 /kube-arangodb-1.2.32 .tgz
149149# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
150- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz --set " operator.features.storage=true"
150+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32 /kube-arangodb-1.2.32 .tgz --set " operator.features.storage=true"
151151```
152152
153153### Upgrading the operator using Helm
@@ -181,24 +181,24 @@ with `helm install` as normal:
181181``` bash
182182# The following will install the operator for `ArangoDeployment` &
183183# `ArangoDeploymentReplication` resources.
184- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz
184+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32 /kube-arangodb-1.2.32 .tgz
185185# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
186- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz --set " operator.features.storage=true"
186+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32 /kube-arangodb-1.2.32 .tgz --set " operator.features.storage=true"
187187```
188188
189189## Operator Enterprise Edition (EE)
190190
191- Image: ` arangodb/kube-arangodb-enterprise:1.2.31 `
191+ Image: ` arangodb/kube-arangodb-enterprise:1.2.32 `
192192
193193### Installation of latest EE release using Kubectl
194194
195195``` bash
196- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/enterprise-crd.yaml
197- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/enterprise-deployment.yaml
196+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/enterprise-crd.yaml
197+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/enterprise-deployment.yaml
198198# To use `ArangoLocalStorage`, also run
199- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/enterprise-storage.yaml
199+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/enterprise-storage.yaml
200200# To use `ArangoDeploymentReplication`, also run
201- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/enterprise-deployment-replication.yaml
201+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/enterprise-deployment-replication.yaml
202202```
203203
204204This procedure can also be used for upgrades and will not harm any
@@ -231,9 +231,9 @@ upgrades.
231231``` bash
232232# The following will install the operator for `ArangoDeployment` &
233233# `ArangoDeploymentReplication` resources.
234- 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 "
234+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32 /kube-arangodb-1.2.32 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.32 "
235235# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
236- 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"
236+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32 /kube-arangodb-1.2.32 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.32 " --set " operator.features.storage=true"
237237```
238238
239239### Upgrading the operator using Helm
@@ -267,9 +267,9 @@ with `helm install` as normal:
267267``` bash
268268# The following will install the operator for `ArangoDeployment` &
269269# `ArangoDeploymentReplication` resources.
270- 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 "
270+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32 /kube-arangodb-1.2.32 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.32 "
271271# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
272- 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"
272+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32 /kube-arangodb-1.2.32 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.32 " --set " operator.features.storage=true"
273273```
274274
275275## Building
0 commit comments