@@ -72,17 +72,17 @@ Feature-wise production readiness table:
7272
7373## Operator Community Edition (CE)
7474
75- Image: ` arangodb/kube-arangodb:1.2.24 `
75+ Image: ` arangodb/kube-arangodb:1.2.25 `
7676
7777### Installation of latest CE release using Kubectl
7878
7979``` bash
80- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/arango-crd.yaml
81- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/arango-deployment.yaml
80+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25 /manifests/arango-crd.yaml
81+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25 /manifests/arango-deployment.yaml
8282# To use `ArangoLocalStorage`, also run
83- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/arango-storage.yaml
83+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25 /manifests/arango-storage.yaml
8484# To use `ArangoDeploymentReplication`, also run
85- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/arango-deployment-replication.yaml
85+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25 /manifests/arango-deployment-replication.yaml
8686```
8787
8888This procedure can also be used for upgrades and will not harm any
@@ -115,9 +115,9 @@ upgrades.
115115``` bash
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.24 /kube-arangodb-1.2.24 .tgz
118+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25 /kube-arangodb-1.2.25 .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.24 /kube-arangodb-1.2.24 .tgz --set " operator.features.storage=true"
120+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25 /kube-arangodb-1.2.25 .tgz --set " operator.features.storage=true"
121121```
122122
123123### 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.24 /kube-arangodb-1.2.24 .tgz
154+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25 /kube-arangodb-1.2.25 .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.24 /kube-arangodb-1.2.24 .tgz --set " operator.features.storage=true"
156+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25 /kube-arangodb-1.2.25 .tgz --set " operator.features.storage=true"
157157```
158158
159159## Operator Enterprise Edition (EE)
160160
161- Image: ` arangodb/kube-arangodb-enterprise:1.2.24 `
161+ Image: ` arangodb/kube-arangodb-enterprise:1.2.25 `
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.24 /manifests/enterprise-crd.yaml
167- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/enterprise-deployment.yaml
166+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25 /manifests/enterprise-crd.yaml
167+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25 /manifests/enterprise-deployment.yaml
168168# To use `ArangoLocalStorage`, also run
169- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/enterprise-storage.yaml
169+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25 /manifests/enterprise-storage.yaml
170170# To use `ArangoDeploymentReplication`, also run
171- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/enterprise-deployment-replication.yaml
171+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25 /manifests/enterprise-deployment-replication.yaml
172172```
173173
174174This procedure can also be used for upgrades and will not harm any
@@ -201,9 +201,9 @@ upgrades.
201201``` bash
202202# The following will install the operator for `ArangoDeployment` &
203203# `ArangoDeploymentReplication` resources.
204- 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 "
204+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25 /kube-arangodb-1.2.25 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.25 "
205205# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
206- 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"
206+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25 /kube-arangodb-1.2.25 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.25 " --set " operator.features.storage=true"
207207```
208208
209209### Upgrading the operator using Helm
@@ -237,9 +237,9 @@ with `helm install` as normal:
237237``` bash
238238# The following will install the operator for `ArangoDeployment` &
239239# `ArangoDeploymentReplication` resources.
240- 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 "
240+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25 /kube-arangodb-1.2.25 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.25 "
241241# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
242- 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"
242+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25 /kube-arangodb-1.2.25 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.25 " --set " operator.features.storage=true"
243243```
244244
245245## Building
0 commit comments