@@ -109,8 +109,8 @@ To upgrade to the Enterprise Edition, you need to get in touch with the ArangoDB
109109## Installation and Usage
110110
111111Docker images:
112- - Community Edition: ` arangodb/kube-arangodb:1.2.34 `
113- - Enterprise Edition: ` arangodb/kube-arangodb-enterprise:1.2.34 `
112+ - Community Edition: ` arangodb/kube-arangodb:1.2.35 `
113+ - Enterprise Edition: ` arangodb/kube-arangodb-enterprise:1.2.35 `
114114
115115### Installation of latest release using Kubectl
116116
@@ -119,22 +119,22 @@ running ArangoDB deployments.
119119
120120##### Community Edition
121121``` bash
122- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34 /manifests/arango-crd.yaml
123- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34 /manifests/arango-deployment.yaml
122+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35 /manifests/arango-crd.yaml
123+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35 /manifests/arango-deployment.yaml
124124# To use `ArangoLocalStorage`, also run
125- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34 /manifests/arango-storage.yaml
125+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35 /manifests/arango-storage.yaml
126126# To use `ArangoDeploymentReplication`, also run
127- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34 /manifests/arango-deployment-replication.yaml
127+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35 /manifests/arango-deployment-replication.yaml
128128```
129129
130130##### Enterprise Edition
131131``` bash
132- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34 /manifests/enterprise-crd.yaml
133- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34 /manifests/enterprise-deployment.yaml
132+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35 /manifests/enterprise-crd.yaml
133+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35 /manifests/enterprise-deployment.yaml
134134# To use `ArangoLocalStorage`, also run
135- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34 /manifests/enterprise-storage.yaml
135+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35 /manifests/enterprise-storage.yaml
136136# To use `ArangoDeploymentReplication`, also run
137- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34 /manifests/enterprise-deployment-replication.yaml
137+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35 /manifests/enterprise-deployment-replication.yaml
138138```
139139
140140### Installation of latest release using kustomize
@@ -174,17 +174,17 @@ Only use this procedure for clean installation of the operator. For upgrades see
174174##### Community Edition
175175``` bash
176176# The following will install the operator and basic CRDs resources.
177- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.34 /kube-arangodb-1.2.34 .tgz
177+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35 /kube-arangodb-1.2.35 .tgz
178178# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
179- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.34 /kube-arangodb-1.2.34 .tgz --set " operator.features.storage=true"
179+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35 /kube-arangodb-1.2.35 .tgz --set " operator.features.storage=true"
180180```
181181
182182##### Enterprise Edition
183183``` bash
184184# The following will install the operator and basic CRDs resources.
185- helm install --generate-name 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 "
185+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35 /kube-arangodb-1.2.35 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.35 "
186186# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
187- helm install --generate-name 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"
187+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35 /kube-arangodb-1.2.35 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.35 " --set " operator.features.storage=true"
188188```
189189
190190### Upgrading the operator using Helm
@@ -213,17 +213,17 @@ Then you can install the new version with `helm install` as normal:
213213##### Community Edition
214214``` bash
215215# The following will install the operator and basic CRDs resources.
216- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.34 /kube-arangodb-1.2.34 .tgz
216+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35 /kube-arangodb-1.2.35 .tgz
217217# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
218- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.34 /kube-arangodb-1.2.34 .tgz --set " operator.features.storage=true"
218+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35 /kube-arangodb-1.2.35 .tgz --set " operator.features.storage=true"
219219```
220220
221221##### Enterprise Edition
222222``` bash
223223# The following will install the operator and basic CRDs resources.
224- helm install --generate-name 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 "
224+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35 /kube-arangodb-1.2.35 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.35 "
225225# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
226- helm install --generate-name 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"
226+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35 /kube-arangodb-1.2.35 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.35 " --set " operator.features.storage=true"
227227```
228228
229229## Building
0 commit comments