@@ -95,12 +95,12 @@ for details.
9595## Installation of latest release using Kubectl
9696
9797``` bash
98- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.7 /manifests/arango-crd.yaml
99- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.7 /manifests/arango-deployment.yaml
98+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.8 /manifests/arango-crd.yaml
99+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.8 /manifests/arango-deployment.yaml
100100# To use `ArangoLocalStorage`, also run
101- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.7 /manifests/arango-storage.yaml
101+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.8 /manifests/arango-storage.yaml
102102# To use `ArangoDeploymentReplication`, also run
103- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.7 /manifests/arango-deployment-replication.yaml
103+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.8 /manifests/arango-deployment-replication.yaml
104104```
105105
106106This procedure can also be used for upgrades and will not harm any
@@ -132,12 +132,12 @@ upgrades.
132132
133133``` bash
134134# The following will install the custom resources required by the operators.
135- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.7 /kube-arangodb-crd-1.1.7 .tgz
135+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.8 /kube-arangodb-crd-1.1.8 .tgz
136136# The following will install the operator for `ArangoDeployment` &
137137# `ArangoDeploymentReplication` resources.
138- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.7 /kube-arangodb-1.1.7 .tgz
138+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.8 /kube-arangodb-1.1.8 .tgz
139139# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
140- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.7 /kube-arangodb-1.1.7 .tgz --set " operator.features.storage=true"
140+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.8 /kube-arangodb-1.1.8 .tgz --set " operator.features.storage=true"
141141```
142142
143143## Upgrading the operator using Helm
@@ -172,9 +172,9 @@ with `helm install` as normal:
172172``` bash
173173# The following will install the operator for `ArangoDeployment` &
174174# `ArangoDeploymentReplication` resources.
175- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.7 /kube-arangodb-1.1.7 .tgz
175+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.8 /kube-arangodb-1.1.8 .tgz
176176# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
177- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.7 /kube-arangodb-1.1.7 .tgz --set " operator.features.storage=true"
177+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.8 /kube-arangodb-1.1.8 .tgz --set " operator.features.storage=true"
178178```
179179
180180## Building
0 commit comments