@@ -70,17 +70,17 @@ Feature-wise production readiness table:
7070
7171## Operator Community Edition (CE)
7272
73- Image: ` arangodb/kube-arangodb:1.2.23 `
73+ Image: ` arangodb/kube-arangodb:1.2.24 `
7474
7575### Installation of latest CE release using Kubectl
7676
7777``` bash
78- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/arango-crd.yaml
79- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/arango-deployment.yaml
78+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/arango-crd.yaml
79+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/arango-deployment.yaml
8080# To use `ArangoLocalStorage`, also run
81- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/arango-storage.yaml
81+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/arango-storage.yaml
8282# To use `ArangoDeploymentReplication`, also run
83- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/arango-deployment-replication.yaml
83+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/arango-deployment-replication.yaml
8484```
8585
8686This procedure can also be used for upgrades and will not harm any
@@ -112,12 +112,12 @@ upgrades.
112112
113113``` bash
114114# The following will install the custom resources required by the operators.
115- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-crd-1.2.23 .tgz
115+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24 /kube-arangodb-crd-1.2.24 .tgz
116116# The following will install the operator for `ArangoDeployment` &
117117# `ArangoDeploymentReplication` resources.
118- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-1.2.23 .tgz
118+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24 /kube-arangodb-1.2.24 .tgz
119119# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
120- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-1.2.23 .tgz --set " operator.features.storage=true"
120+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24 /kube-arangodb-1.2.24 .tgz --set " operator.features.storage=true"
121121```
122122
123123### Upgrading the operator using Helm
@@ -152,24 +152,24 @@ with `helm install` as normal:
152152``` bash
153153# The following will install the operator for `ArangoDeployment` &
154154# `ArangoDeploymentReplication` resources.
155- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-1.2.23 .tgz
155+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24 /kube-arangodb-1.2.24 .tgz
156156# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
157- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-1.2.23 .tgz --set " operator.features.storage=true"
157+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24 /kube-arangodb-1.2.24 .tgz --set " operator.features.storage=true"
158158```
159159
160160## Operator Enterprise Edition (EE)
161161
162- Image: ` arangodb/kube-arangodb-enterprise:1.2.23 `
162+ Image: ` arangodb/kube-arangodb-enterprise:1.2.24 `
163163
164164### Installation of latest EE release using Kubectl
165165
166166``` bash
167- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/enterprise-crd.yaml
168- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/enterprise-deployment.yaml
167+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/enterprise-crd.yaml
168+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/enterprise-deployment.yaml
169169# To use `ArangoLocalStorage`, also run
170- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/enterprise-storage.yaml
170+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/enterprise-storage.yaml
171171# To use `ArangoDeploymentReplication`, also run
172- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/enterprise-deployment-replication.yaml
172+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/enterprise-deployment-replication.yaml
173173```
174174
175175This procedure can also be used for upgrades and will not harm any
@@ -201,12 +201,12 @@ upgrades.
201201
202202``` bash
203203# The following will install the custom resources required by the operators.
204- 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 "
204+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24 /kube-arangodb-crd-1.2.24 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.24 "
205205# The following will install the operator for `ArangoDeployment` &
206206# `ArangoDeploymentReplication` resources.
207- 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 "
207+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24 /kube-arangodb-1.2.24 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.24 "
208208# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
209- 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"
209+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24 /kube-arangodb-1.2.24 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.24 " --set " operator.features.storage=true"
210210```
211211
212212### Upgrading the operator using Helm
@@ -241,9 +241,9 @@ with `helm install` as normal:
241241``` bash
242242# The following will install the operator for `ArangoDeployment` &
243243# `ArangoDeploymentReplication` resources.
244- 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 "
244+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24 /kube-arangodb-1.2.24 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.24 "
245245# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
246- 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"
246+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24 /kube-arangodb-1.2.24 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.24 " --set " operator.features.storage=true"
247247```
248248
249249## Building
0 commit comments