@@ -103,17 +103,17 @@ To upgrade to the Enterprise Edition, you need to get in touch with the ArangoDB
103103
104104## Operator Community Edition (CE)
105105
106- Image: ` arangodb/kube-arangodb:1.2.32 `
106+ Image: ` arangodb/kube-arangodb:1.2.33 `
107107
108108### Installation of latest CE release using Kubectl
109109
110110``` bash
111- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/arango-crd.yaml
112- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/arango-deployment.yaml
111+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33 /manifests/arango-crd.yaml
112+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33 /manifests/arango-deployment.yaml
113113# To use `ArangoLocalStorage`, also run
114- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/arango-storage.yaml
114+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33 /manifests/arango-storage.yaml
115115# To use `ArangoDeploymentReplication`, also run
116- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/arango-deployment-replication.yaml
116+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33 /manifests/arango-deployment-replication.yaml
117117```
118118
119119This procedure can also be used for upgrades and will not harm any
@@ -146,9 +146,9 @@ upgrades.
146146``` bash
147147# The following will install the operator for `ArangoDeployment` &
148148# `ArangoDeploymentReplication` resources.
149- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32 /kube-arangodb-1.2.32 .tgz
149+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.33 /kube-arangodb-1.2.33 .tgz
150150# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
151- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32 /kube-arangodb-1.2.32 .tgz --set " operator.features.storage=true"
151+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.33 /kube-arangodb-1.2.33 .tgz --set " operator.features.storage=true"
152152```
153153
154154### Upgrading the operator using Helm
@@ -182,24 +182,24 @@ with `helm install` as normal:
182182``` bash
183183# The following will install the operator for `ArangoDeployment` &
184184# `ArangoDeploymentReplication` resources.
185- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32 /kube-arangodb-1.2.32 .tgz
185+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.33 /kube-arangodb-1.2.33 .tgz
186186# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
187- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32 /kube-arangodb-1.2.32 .tgz --set " operator.features.storage=true"
187+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.33 /kube-arangodb-1.2.33 .tgz --set " operator.features.storage=true"
188188```
189189
190190## Operator Enterprise Edition (EE)
191191
192- Image: ` arangodb/kube-arangodb-enterprise:1.2.32 `
192+ Image: ` arangodb/kube-arangodb-enterprise:1.2.33 `
193193
194194### Installation of latest EE release using Kubectl
195195
196196``` bash
197- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/enterprise-crd.yaml
198- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/enterprise-deployment.yaml
197+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33 /manifests/enterprise-crd.yaml
198+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33 /manifests/enterprise-deployment.yaml
199199# To use `ArangoLocalStorage`, also run
200- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/enterprise-storage.yaml
200+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33 /manifests/enterprise-storage.yaml
201201# To use `ArangoDeploymentReplication`, also run
202- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/enterprise-deployment-replication.yaml
202+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33 /manifests/enterprise-deployment-replication.yaml
203203```
204204
205205This procedure can also be used for upgrades and will not harm any
@@ -232,9 +232,9 @@ upgrades.
232232``` bash
233233# The following will install the operator for `ArangoDeployment` &
234234# `ArangoDeploymentReplication` resources.
235- 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 "
235+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.33 /kube-arangodb-1.2.33 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.33 "
236236# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
237- 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"
237+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.33 /kube-arangodb-1.2.33 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.33 " --set " operator.features.storage=true"
238238```
239239
240240### Upgrading the operator using Helm
@@ -268,9 +268,9 @@ with `helm install` as normal:
268268``` bash
269269# The following will install the operator for `ArangoDeployment` &
270270# `ArangoDeploymentReplication` resources.
271- 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 "
271+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.33 /kube-arangodb-1.2.33 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.33 "
272272# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
273- 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"
273+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.33 /kube-arangodb-1.2.33 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.33 " --set " operator.features.storage=true"
274274```
275275
276276## Building
0 commit comments