@@ -73,17 +73,17 @@ Feature-wise production readiness table:
7373
7474## Operator Community Edition (CE)
7575
76- Image: ` arangodb/kube-arangodb:1.2.26 `
76+ Image: ` arangodb/kube-arangodb:1.2.27 `
7777
7878### Installation of latest CE release using Kubectl
7979
8080``` bash
81- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.26 /manifests/arango-crd.yaml
82- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.26 /manifests/arango-deployment.yaml
81+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.27 /manifests/arango-crd.yaml
82+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.27 /manifests/arango-deployment.yaml
8383# To use `ArangoLocalStorage`, also run
84- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.26 /manifests/arango-storage.yaml
84+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.27 /manifests/arango-storage.yaml
8585# To use `ArangoDeploymentReplication`, also run
86- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.26 /manifests/arango-deployment-replication.yaml
86+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.27 /manifests/arango-deployment-replication.yaml
8787```
8888
8989This procedure can also be used for upgrades and will not harm any
@@ -116,9 +116,9 @@ upgrades.
116116``` bash
117117# The following will install the operator for `ArangoDeployment` &
118118# `ArangoDeploymentReplication` resources.
119- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.26 /kube-arangodb-1.2.26 .tgz
119+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.27 /kube-arangodb-1.2.27 .tgz
120120# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
121- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.26 /kube-arangodb-1.2.26 .tgz --set " operator.features.storage=true"
121+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.27 /kube-arangodb-1.2.27 .tgz --set " operator.features.storage=true"
122122```
123123
124124### 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.26 /kube-arangodb-1.2.26 .tgz
155+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.27 /kube-arangodb-1.2.27 .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.26 /kube-arangodb-1.2.26 .tgz --set " operator.features.storage=true"
157+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.27 /kube-arangodb-1.2.27 .tgz --set " operator.features.storage=true"
158158```
159159
160160## Operator Enterprise Edition (EE)
161161
162- Image: ` arangodb/kube-arangodb-enterprise:1.2.26 `
162+ Image: ` arangodb/kube-arangodb-enterprise:1.2.27 `
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.26 /manifests/enterprise-crd.yaml
168- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.26 /manifests/enterprise-deployment.yaml
167+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.27 /manifests/enterprise-crd.yaml
168+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.27 /manifests/enterprise-deployment.yaml
169169# To use `ArangoLocalStorage`, also run
170- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.26 /manifests/enterprise-storage.yaml
170+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.27 /manifests/enterprise-storage.yaml
171171# To use `ArangoDeploymentReplication`, also run
172- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.26 /manifests/enterprise-deployment-replication.yaml
172+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.27 /manifests/enterprise-deployment-replication.yaml
173173```
174174
175175This procedure can also be used for upgrades and will not harm any
@@ -202,9 +202,9 @@ upgrades.
202202``` bash
203203# The following will install the operator for `ArangoDeployment` &
204204# `ArangoDeploymentReplication` resources.
205- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.26 /kube-arangodb-1.2.26 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.26 "
205+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.27 /kube-arangodb-1.2.27 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.27 "
206206# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
207- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.26 /kube-arangodb-1.2.26 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.26 " --set " operator.features.storage=true"
207+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.27 /kube-arangodb-1.2.27 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.27 " --set " operator.features.storage=true"
208208```
209209
210210### Upgrading the operator using Helm
@@ -238,9 +238,9 @@ with `helm install` as normal:
238238``` bash
239239# The following will install the operator for `ArangoDeployment` &
240240# `ArangoDeploymentReplication` resources.
241- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.26 /kube-arangodb-1.2.26 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.26 "
241+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.27 /kube-arangodb-1.2.27 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.27 "
242242# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
243- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.26 /kube-arangodb-1.2.26 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.26 " --set " operator.features.storage=true"
243+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.27 /kube-arangodb-1.2.27 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.27 " --set " operator.features.storage=true"
244244```
245245
246246## Building
0 commit comments