@@ -103,17 +103,17 @@ To upgrade to the Enterprise Edition, you need to get in touch with the ArangoDB
103
103
104
104
## Operator Community Edition (CE)
105
105
106
- Image: ` arangodb/kube-arangodb:1.2.32 `
106
+ Image: ` arangodb/kube-arangodb:1.2.33 `
107
107
108
108
### Installation of latest CE release using Kubectl
109
109
110
110
``` 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
113
113
# 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
115
115
# 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
117
117
```
118
118
119
119
This procedure can also be used for upgrades and will not harm any
@@ -146,9 +146,9 @@ upgrades.
146
146
``` bash
147
147
# The following will install the operator for `ArangoDeployment` &
148
148
# `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
150
150
# 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"
152
152
```
153
153
154
154
### Upgrading the operator using Helm
@@ -182,24 +182,24 @@ with `helm install` as normal:
182
182
``` bash
183
183
# The following will install the operator for `ArangoDeployment` &
184
184
# `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
186
186
# 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"
188
188
```
189
189
190
190
## Operator Enterprise Edition (EE)
191
191
192
- Image: ` arangodb/kube-arangodb-enterprise:1.2.32 `
192
+ Image: ` arangodb/kube-arangodb-enterprise:1.2.33 `
193
193
194
194
### Installation of latest EE release using Kubectl
195
195
196
196
``` 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
199
199
# 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
201
201
# 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
203
203
```
204
204
205
205
This procedure can also be used for upgrades and will not harm any
@@ -232,9 +232,9 @@ upgrades.
232
232
``` bash
233
233
# The following will install the operator for `ArangoDeployment` &
234
234
# `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 "
236
236
# 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"
238
238
```
239
239
240
240
### Upgrading the operator using Helm
@@ -268,9 +268,9 @@ with `helm install` as normal:
268
268
``` bash
269
269
# The following will install the operator for `ArangoDeployment` &
270
270
# `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 "
272
272
# 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"
274
274
```
275
275
276
276
## Building
0 commit comments