@@ -104,17 +104,17 @@ To upgrade to the Enterprise Edition, you need to get in touch with the ArangoDB
104104
105105## Operator Community Edition (CE)
106106
107- Image: ` arangodb/kube-arangodb:1.2.33 `
107+ Image: ` arangodb/kube-arangodb:1.2.34 `
108108
109109### Installation of latest CE release using Kubectl
110110
111111``` bash
112- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33 /manifests/arango-crd.yaml
113- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33 /manifests/arango-deployment.yaml
112+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34 /manifests/arango-crd.yaml
113+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34 /manifests/arango-deployment.yaml
114114# To use `ArangoLocalStorage`, also run
115- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33 /manifests/arango-storage.yaml
115+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34 /manifests/arango-storage.yaml
116116# To use `ArangoDeploymentReplication`, also run
117- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33 /manifests/arango-deployment-replication.yaml
117+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34 /manifests/arango-deployment-replication.yaml
118118```
119119
120120This procedure can also be used for upgrades and will not harm any
@@ -147,9 +147,9 @@ upgrades.
147147``` bash
148148# The following will install the operator for `ArangoDeployment` &
149149# `ArangoDeploymentReplication` resources.
150- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.33 /kube-arangodb-1.2.33 .tgz
150+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.34 /kube-arangodb-1.2.34 .tgz
151151# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
152- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.33 /kube-arangodb-1.2.33 .tgz --set " operator.features.storage=true"
152+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.34 /kube-arangodb-1.2.34 .tgz --set " operator.features.storage=true"
153153```
154154
155155### Upgrading the operator using Helm
@@ -183,24 +183,24 @@ with `helm install` as normal:
183183``` bash
184184# The following will install the operator for `ArangoDeployment` &
185185# `ArangoDeploymentReplication` resources.
186- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.33 /kube-arangodb-1.2.33 .tgz
186+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.34 /kube-arangodb-1.2.34 .tgz
187187# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
188- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.33 /kube-arangodb-1.2.33 .tgz --set " operator.features.storage=true"
188+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.34 /kube-arangodb-1.2.34 .tgz --set " operator.features.storage=true"
189189```
190190
191191## Operator Enterprise Edition (EE)
192192
193- Image: ` arangodb/kube-arangodb-enterprise:1.2.33 `
193+ Image: ` arangodb/kube-arangodb-enterprise:1.2.34 `
194194
195195### Installation of latest EE release using Kubectl
196196
197197``` bash
198- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33 /manifests/enterprise-crd.yaml
199- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33 /manifests/enterprise-deployment.yaml
198+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34 /manifests/enterprise-crd.yaml
199+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34 /manifests/enterprise-deployment.yaml
200200# To use `ArangoLocalStorage`, also run
201- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33 /manifests/enterprise-storage.yaml
201+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34 /manifests/enterprise-storage.yaml
202202# To use `ArangoDeploymentReplication`, also run
203- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33 /manifests/enterprise-deployment-replication.yaml
203+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34 /manifests/enterprise-deployment-replication.yaml
204204```
205205
206206This procedure can also be used for upgrades and will not harm any
@@ -233,9 +233,9 @@ upgrades.
233233``` bash
234234# The following will install the operator for `ArangoDeployment` &
235235# `ArangoDeploymentReplication` resources.
236- 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 "
236+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.34 /kube-arangodb-1.2.34 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.34 "
237237# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
238- 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"
238+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.34 /kube-arangodb-1.2.34 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.34 " --set " operator.features.storage=true"
239239```
240240
241241### Upgrading the operator using Helm
@@ -269,9 +269,9 @@ with `helm install` as normal:
269269``` bash
270270# The following will install the operator for `ArangoDeployment` &
271271# `ArangoDeploymentReplication` resources.
272- 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 "
272+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.34 /kube-arangodb-1.2.34 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.34 "
273273# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
274- 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"
274+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.34 /kube-arangodb-1.2.34 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.34 " --set " operator.features.storage=true"
275275```
276276
277277## Building
0 commit comments