@@ -102,17 +102,17 @@ To upgrade to the Enterprise Edition, you need to get in touch with the ArangoDB
102
102
103
103
## Operator Community Edition (CE)
104
104
105
- Image: ` arangodb/kube-arangodb:1.2.31 `
105
+ Image: ` arangodb/kube-arangodb:1.2.32 `
106
106
107
107
### Installation of latest CE release using Kubectl
108
108
109
109
``` bash
110
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/arango-crd.yaml
111
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/arango-deployment.yaml
110
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/arango-crd.yaml
111
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/arango-deployment.yaml
112
112
# To use `ArangoLocalStorage`, also run
113
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/arango-storage.yaml
113
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/arango-storage.yaml
114
114
# To use `ArangoDeploymentReplication`, also run
115
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/arango-deployment-replication.yaml
115
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/arango-deployment-replication.yaml
116
116
```
117
117
118
118
This procedure can also be used for upgrades and will not harm any
@@ -145,9 +145,9 @@ upgrades.
145
145
``` bash
146
146
# The following will install the operator for `ArangoDeployment` &
147
147
# `ArangoDeploymentReplication` resources.
148
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz
148
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32 /kube-arangodb-1.2.32 .tgz
149
149
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
150
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz --set " operator.features.storage=true"
150
+ 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
151
```
152
152
153
153
### Upgrading the operator using Helm
@@ -181,24 +181,24 @@ with `helm install` as normal:
181
181
``` bash
182
182
# The following will install the operator for `ArangoDeployment` &
183
183
# `ArangoDeploymentReplication` resources.
184
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz
184
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32 /kube-arangodb-1.2.32 .tgz
185
185
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
186
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz --set " operator.features.storage=true"
186
+ 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
187
```
188
188
189
189
## Operator Enterprise Edition (EE)
190
190
191
- Image: ` arangodb/kube-arangodb-enterprise:1.2.31 `
191
+ Image: ` arangodb/kube-arangodb-enterprise:1.2.32 `
192
192
193
193
### Installation of latest EE release using Kubectl
194
194
195
195
``` bash
196
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/enterprise-crd.yaml
197
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/enterprise-deployment.yaml
196
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/enterprise-crd.yaml
197
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/enterprise-deployment.yaml
198
198
# To use `ArangoLocalStorage`, also run
199
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/enterprise-storage.yaml
199
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/enterprise-storage.yaml
200
200
# To use `ArangoDeploymentReplication`, also run
201
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/enterprise-deployment-replication.yaml
201
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32 /manifests/enterprise-deployment-replication.yaml
202
202
```
203
203
204
204
This procedure can also be used for upgrades and will not harm any
@@ -231,9 +231,9 @@ upgrades.
231
231
``` bash
232
232
# The following will install the operator for `ArangoDeployment` &
233
233
# `ArangoDeploymentReplication` resources.
234
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.31 "
234
+ 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
235
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
236
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.31 " --set " operator.features.storage=true"
236
+ 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
237
```
238
238
239
239
### Upgrading the operator using Helm
@@ -267,9 +267,9 @@ with `helm install` as normal:
267
267
``` bash
268
268
# The following will install the operator for `ArangoDeployment` &
269
269
# `ArangoDeploymentReplication` resources.
270
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.31 "
270
+ 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
271
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
272
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.31 " --set " operator.features.storage=true"
272
+ 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
273
```
274
274
275
275
## Building
0 commit comments