@@ -109,12 +109,12 @@ for details.
109109## Installation of latest release using Kubectl
110110
111111``` bash
112- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.9 /manifests/arango-crd.yaml
113- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.9 /manifests/arango-deployment.yaml
112+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.10 /manifests/arango-crd.yaml
113+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.10 /manifests/arango-deployment.yaml
114114# To use `ArangoLocalStorage`, also run
115- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.9 /manifests/arango-storage.yaml
115+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.10 /manifests/arango-storage.yaml
116116# To use `ArangoDeploymentReplication`, also run
117- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.9 /manifests/arango-deployment-replication.yaml
117+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.10 /manifests/arango-deployment-replication.yaml
118118```
119119
120120This procedure can also be used for upgrades and will not harm any
@@ -146,12 +146,12 @@ upgrades.
146146
147147``` bash
148148# The following will install the custom resources required by the operators.
149- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.9 /kube-arangodb-crd-1.1.9 .tgz
149+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.10 /kube-arangodb-crd-1.1.10 .tgz
150150# The following will install the operator for `ArangoDeployment` &
151151# `ArangoDeploymentReplication` resources.
152- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.9 /kube-arangodb-1.1.9 .tgz
152+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.10 /kube-arangodb-1.1.10 .tgz
153153# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
154- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.9 /kube-arangodb-1.1.9 .tgz --set " operator.features.storage=true"
154+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.10 /kube-arangodb-1.1.10 .tgz --set " operator.features.storage=true"
155155```
156156
157157## Upgrading the operator using Helm
@@ -186,9 +186,9 @@ with `helm install` as normal:
186186``` bash
187187# The following will install the operator for `ArangoDeployment` &
188188# `ArangoDeploymentReplication` resources.
189- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.9 /kube-arangodb-1.1.9 .tgz
189+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.10 /kube-arangodb-1.1.10 .tgz
190190# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
191- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.9 /kube-arangodb-1.1.9 .tgz --set " operator.features.storage=true"
191+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.10 /kube-arangodb-1.1.10 .tgz --set " operator.features.storage=true"
192192```
193193
194194## Building
0 commit comments