@@ -69,17 +69,17 @@ Feature-wise production readiness table:
6969
7070## Operator Community Edition (CE)
7171
72- Image: ` arangodb/kube-arangodb:1.2.22 `
72+ Image: ` arangodb/kube-arangodb:1.2.23 `
7373
7474### Installation of latest CE release using Kubectl
7575
7676``` bash
77- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.22 /manifests/arango-crd.yaml
78- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.22 /manifests/arango-deployment.yaml
77+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/arango-crd.yaml
78+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/arango-deployment.yaml
7979# To use `ArangoLocalStorage`, also run
80- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.22 /manifests/arango-storage.yaml
80+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/arango-storage.yaml
8181# To use `ArangoDeploymentReplication`, also run
82- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.22 /manifests/arango-deployment-replication.yaml
82+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/arango-deployment-replication.yaml
8383```
8484
8585This procedure can also be used for upgrades and will not harm any
@@ -111,12 +111,12 @@ upgrades.
111111
112112``` bash
113113# The following will install the custom resources required by the operators.
114- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.22 /kube-arangodb-crd-1.2.22 .tgz
114+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-crd-1.2.23 .tgz
115115# The following will install the operator for `ArangoDeployment` &
116116# `ArangoDeploymentReplication` resources.
117- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.22 /kube-arangodb-1.2.22 .tgz
117+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-1.2.23 .tgz
118118# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
119- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.22 /kube-arangodb-1.2.22 .tgz --set " operator.features.storage=true"
119+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-1.2.23 .tgz --set " operator.features.storage=true"
120120```
121121
122122### Upgrading the operator using Helm
@@ -151,24 +151,24 @@ with `helm install` as normal:
151151``` bash
152152# The following will install the operator for `ArangoDeployment` &
153153# `ArangoDeploymentReplication` resources.
154- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.22 /kube-arangodb-1.2.22 .tgz
154+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-1.2.23 .tgz
155155# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
156- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.22 /kube-arangodb-1.2.22 .tgz --set " operator.features.storage=true"
156+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-1.2.23 .tgz --set " operator.features.storage=true"
157157```
158158
159159## Operator Enterprise Edition (EE)
160160
161- Image: ` arangodb/kube-arangodb-enterprise:1.2.22 `
161+ Image: ` arangodb/kube-arangodb-enterprise:1.2.23 `
162162
163163### Installation of latest EE release using Kubectl
164164
165165``` bash
166- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.22 /manifests/enterprise-crd.yaml
167- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.22 /manifests/enterprise-deployment.yaml
166+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/enterprise-crd.yaml
167+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/enterprise-deployment.yaml
168168# To use `ArangoLocalStorage`, also run
169- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.22 /manifests/enterprise-storage.yaml
169+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/enterprise-storage.yaml
170170# To use `ArangoDeploymentReplication`, also run
171- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.22 /manifests/enterprise-deployment-replication.yaml
171+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/enterprise-deployment-replication.yaml
172172```
173173
174174This procedure can also be used for upgrades and will not harm any
@@ -200,12 +200,12 @@ upgrades.
200200
201201``` bash
202202# The following will install the custom resources required by the operators.
203- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.22 /kube-arangodb-crd-1.2.22 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.22 "
203+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-crd-1.2.23 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.23 "
204204# The following will install the operator for `ArangoDeployment` &
205205# `ArangoDeploymentReplication` resources.
206- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.22 /kube-arangodb-1.2.22 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.22 "
206+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-1.2.23 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.23 "
207207# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
208- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.22 /kube-arangodb-1.2.22 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.22 " --set " operator.features.storage=true"
208+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-1.2.23 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.23 " --set " operator.features.storage=true"
209209```
210210
211211### Upgrading the operator using Helm
@@ -240,9 +240,9 @@ with `helm install` as normal:
240240``` bash
241241# The following will install the operator for `ArangoDeployment` &
242242# `ArangoDeploymentReplication` resources.
243- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.22 /kube-arangodb-1.2.22 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.22 "
243+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-1.2.23 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.23 "
244244# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
245- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.22 /kube-arangodb-1.2.22 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.22 " --set " operator.features.storage=true"
245+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-1.2.23 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.23 " --set " operator.features.storage=true"
246246```
247247
248248## Building
0 commit comments