@@ -87,17 +87,17 @@ Feature-wise production readiness table:
87
87
88
88
## Operator Community Edition (CE)
89
89
90
- Image: ` arangodb/kube-arangodb:1.2.20 `
90
+ Image: ` arangodb/kube-arangodb:1.2.21 `
91
91
92
92
### Installation of latest CE release using Kubectl
93
93
94
94
``` bash
95
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.20 /manifests/arango-crd.yaml
96
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.20 /manifests/arango-deployment.yaml
95
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.21 /manifests/arango-crd.yaml
96
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.21 /manifests/arango-deployment.yaml
97
97
# To use `ArangoLocalStorage`, also run
98
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.20 /manifests/arango-storage.yaml
98
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.21 /manifests/arango-storage.yaml
99
99
# To use `ArangoDeploymentReplication`, also run
100
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.20 /manifests/arango-deployment-replication.yaml
100
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.21 /manifests/arango-deployment-replication.yaml
101
101
```
102
102
103
103
This procedure can also be used for upgrades and will not harm any
@@ -129,12 +129,12 @@ upgrades.
129
129
130
130
``` bash
131
131
# The following will install the custom resources required by the operators.
132
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.20 /kube-arangodb-crd-1.2.20 .tgz
132
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.21 /kube-arangodb-crd-1.2.21 .tgz
133
133
# The following will install the operator for `ArangoDeployment` &
134
134
# `ArangoDeploymentReplication` resources.
135
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.20 /kube-arangodb-1.2.20 .tgz
135
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.21 /kube-arangodb-1.2.21 .tgz
136
136
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
137
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.20 /kube-arangodb-1.2.20 .tgz --set " operator.features.storage=true"
137
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.21 /kube-arangodb-1.2.21 .tgz --set " operator.features.storage=true"
138
138
```
139
139
140
140
### Upgrading the operator using Helm
@@ -169,24 +169,24 @@ with `helm install` as normal:
169
169
``` bash
170
170
# The following will install the operator for `ArangoDeployment` &
171
171
# `ArangoDeploymentReplication` resources.
172
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.20 /kube-arangodb-1.2.20 .tgz
172
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.21 /kube-arangodb-1.2.21 .tgz
173
173
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
174
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.20 /kube-arangodb-1.2.20 .tgz --set " operator.features.storage=true"
174
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.21 /kube-arangodb-1.2.21 .tgz --set " operator.features.storage=true"
175
175
```
176
176
177
177
## Operator Enterprise Edition (EE)
178
178
179
- Image: ` arangodb/kube-arangodb-enterprise:1.2.20 `
179
+ Image: ` arangodb/kube-arangodb-enterprise:1.2.21 `
180
180
181
181
### Installation of latest EE release using Kubectl
182
182
183
183
``` bash
184
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.20 /manifests/enterprise-crd.yaml
185
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.20 /manifests/enterprise-deployment.yaml
184
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.21 /manifests/enterprise-crd.yaml
185
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.21 /manifests/enterprise-deployment.yaml
186
186
# To use `ArangoLocalStorage`, also run
187
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.20 /manifests/enterprise-storage.yaml
187
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.21 /manifests/enterprise-storage.yaml
188
188
# To use `ArangoDeploymentReplication`, also run
189
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.20 /manifests/enterprise-deployment-replication.yaml
189
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.21 /manifests/enterprise-deployment-replication.yaml
190
190
```
191
191
192
192
This procedure can also be used for upgrades and will not harm any
@@ -218,12 +218,12 @@ upgrades.
218
218
219
219
``` bash
220
220
# The following will install the custom resources required by the operators.
221
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.20 /kube-arangodb-crd-1.2.20 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.20 "
221
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.21 /kube-arangodb-crd-1.2.21 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.21 "
222
222
# The following will install the operator for `ArangoDeployment` &
223
223
# `ArangoDeploymentReplication` resources.
224
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.20 /kube-arangodb-1.2.20 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.20 "
224
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.21 /kube-arangodb-1.2.21 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.21 "
225
225
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
226
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.20 /kube-arangodb-1.2.20 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.20 " --set " operator.features.storage=true"
226
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.21 /kube-arangodb-1.2.21 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.21 " --set " operator.features.storage=true"
227
227
```
228
228
229
229
### Upgrading the operator using Helm
@@ -258,9 +258,9 @@ with `helm install` as normal:
258
258
``` bash
259
259
# The following will install the operator for `ArangoDeployment` &
260
260
# `ArangoDeploymentReplication` resources.
261
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.20 /kube-arangodb-1.2.20 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.20 "
261
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.21 /kube-arangodb-1.2.21 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.21 "
262
262
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
263
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.20 /kube-arangodb-1.2.20 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.20 " --set " operator.features.storage=true"
263
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.21 /kube-arangodb-1.2.21 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.21 " --set " operator.features.storage=true"
264
264
```
265
265
266
266
## Building
0 commit comments