@@ -104,17 +104,17 @@ To upgrade to the Enterprise Edition, you need to get in touch with the ArangoDB
104
104
105
105
## Operator Community Edition (CE)
106
106
107
- Image: ` arangodb/kube-arangodb:1.2.33 `
107
+ Image: ` arangodb/kube-arangodb:1.2.34 `
108
108
109
109
### Installation of latest CE release using Kubectl
110
110
111
111
``` 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
114
114
# 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
116
116
# 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
118
118
```
119
119
120
120
This procedure can also be used for upgrades and will not harm any
@@ -147,9 +147,9 @@ upgrades.
147
147
``` bash
148
148
# The following will install the operator for `ArangoDeployment` &
149
149
# `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
151
151
# 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"
153
153
```
154
154
155
155
### Upgrading the operator using Helm
@@ -183,24 +183,24 @@ with `helm install` as normal:
183
183
``` bash
184
184
# The following will install the operator for `ArangoDeployment` &
185
185
# `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
187
187
# 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"
189
189
```
190
190
191
191
## Operator Enterprise Edition (EE)
192
192
193
- Image: ` arangodb/kube-arangodb-enterprise:1.2.33 `
193
+ Image: ` arangodb/kube-arangodb-enterprise:1.2.34 `
194
194
195
195
### Installation of latest EE release using Kubectl
196
196
197
197
``` 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
200
200
# 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
202
202
# 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
204
204
```
205
205
206
206
This procedure can also be used for upgrades and will not harm any
@@ -233,9 +233,9 @@ upgrades.
233
233
``` bash
234
234
# The following will install the operator for `ArangoDeployment` &
235
235
# `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 "
237
237
# 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"
239
239
```
240
240
241
241
### Upgrading the operator using Helm
@@ -269,9 +269,9 @@ with `helm install` as normal:
269
269
``` bash
270
270
# The following will install the operator for `ArangoDeployment` &
271
271
# `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 "
273
273
# 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"
275
275
```
276
276
277
277
## Building
0 commit comments