@@ -41,23 +41,23 @@ it is intended to be.
4141
4242``` bash
4343# The following will install the custom resources required by the operators.
44- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.6 /kube-arangodb-crd.tgz
44+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.7 /kube-arangodb-crd.tgz
4545# The following will install the operator for `ArangoDeployment` &
4646# `ArangoDeploymentReplication` resources.
47- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.6 /kube-arangodb.tgz
47+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.7 /kube-arangodb.tgz
4848# To use `ArangoLocalStorage`, also run
49- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.6 /kube-arangodb-storage.tgz
49+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.7 /kube-arangodb-storage.tgz
5050```
5151
5252## Installation of latest release using Kubectl
5353
5454``` bash
55- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.6 /manifests/arango-crd.yaml
56- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.6 /manifests/arango-deployment.yaml
55+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.7 /manifests/arango-crd.yaml
56+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.7 /manifests/arango-deployment.yaml
5757# To use `ArangoLocalStorage`, also run
58- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.6 /manifests/arango-storage.yaml
58+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.7 /manifests/arango-storage.yaml
5959# To use `ArangoDeploymentReplication`, also run
60- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.6 /manifests/arango-deployment-replication.yaml
60+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.7 /manifests/arango-deployment-replication.yaml
6161```
6262
6363## Building
0 commit comments