@@ -87,17 +87,17 @@ Feature-wise production readiness table:
8787
8888## Operator Community Edition (CE)
8989
90- Image: ` arangodb/kube-arangodb:1.2.20 `
90+ Image: ` arangodb/kube-arangodb:1.2.21 `
9191
9292### Installation of latest CE release using Kubectl
9393
9494``` 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
9797# 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
9999# 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
101101```
102102
103103This procedure can also be used for upgrades and will not harm any
@@ -129,12 +129,12 @@ upgrades.
129129
130130``` bash
131131# 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
133133# The following will install the operator for `ArangoDeployment` &
134134# `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
136136# 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"
138138```
139139
140140### Upgrading the operator using Helm
@@ -169,24 +169,24 @@ with `helm install` as normal:
169169``` bash
170170# The following will install the operator for `ArangoDeployment` &
171171# `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
173173# 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"
175175```
176176
177177## Operator Enterprise Edition (EE)
178178
179- Image: ` arangodb/kube-arangodb-enterprise:1.2.20 `
179+ Image: ` arangodb/kube-arangodb-enterprise:1.2.21 `
180180
181181### Installation of latest EE release using Kubectl
182182
183183``` 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
186186# 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
188188# 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
190190```
191191
192192This procedure can also be used for upgrades and will not harm any
@@ -218,12 +218,12 @@ upgrades.
218218
219219``` bash
220220# 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 "
222222# The following will install the operator for `ArangoDeployment` &
223223# `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 "
225225# 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"
227227```
228228
229229### Upgrading the operator using Helm
@@ -258,9 +258,9 @@ with `helm install` as normal:
258258``` bash
259259# The following will install the operator for `ArangoDeployment` &
260260# `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 "
262262# 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"
264264```
265265
266266## Building
0 commit comments