@@ -114,12 +114,12 @@ for details.
114114## Installation of latest release using Kubectl
115115
116116``` bash
117- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.6 /manifests/arango-crd.yaml
118- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.6 /manifests/arango-deployment.yaml
117+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.7 /manifests/arango-crd.yaml
118+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.7 /manifests/arango-deployment.yaml
119119# To use `ArangoLocalStorage`, also run
120- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.6 /manifests/arango-storage.yaml
120+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.7 /manifests/arango-storage.yaml
121121# To use `ArangoDeploymentReplication`, also run
122- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.6 /manifests/arango-deployment-replication.yaml
122+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.7 /manifests/arango-deployment-replication.yaml
123123```
124124
125125This procedure can also be used for upgrades and will not harm any
@@ -151,12 +151,12 @@ upgrades.
151151
152152``` bash
153153# The following will install the custom resources required by the operators.
154- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.6 /kube-arangodb-crd-1.2.6 .tgz
154+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.7 /kube-arangodb-crd-1.2.7 .tgz
155155# The following will install the operator for `ArangoDeployment` &
156156# `ArangoDeploymentReplication` resources.
157- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.6 /kube-arangodb-1.2.6 .tgz
157+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.7 /kube-arangodb-1.2.7 .tgz
158158# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
159- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.6 /kube-arangodb-1.2.6 .tgz --set " operator.features.storage=true"
159+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.7 /kube-arangodb-1.2.7 .tgz --set " operator.features.storage=true"
160160```
161161
162162## Upgrading the operator using Helm
@@ -191,9 +191,9 @@ with `helm install` as normal:
191191``` bash
192192# The following will install the operator for `ArangoDeployment` &
193193# `ArangoDeploymentReplication` resources.
194- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.6 /kube-arangodb-1.2.6 .tgz
194+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.7 /kube-arangodb-1.2.7 .tgz
195195# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
196- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.6 /kube-arangodb-1.2.6 .tgz --set " operator.features.storage=true"
196+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.7 /kube-arangodb-1.2.7 .tgz --set " operator.features.storage=true"
197197```
198198
199199## Building
0 commit comments