@@ -49,23 +49,23 @@ Therefore the commands below use the second latest release 0.3.7.
4949
5050``` bash
5151# The following will install the custom resources required by the operators.
52- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.7 /kube-arangodb-crd.tgz
52+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.9 /kube-arangodb-crd.tgz
5353# The following will install the operator for `ArangoDeployment` &
5454# `ArangoDeploymentReplication` resources.
55- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.7 /kube-arangodb.tgz
55+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.9 /kube-arangodb.tgz
5656# To use `ArangoLocalStorage`, also run
57- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.7 /kube-arangodb-storage.tgz
57+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.9 /kube-arangodb-storage.tgz
5858```
5959
6060## Installation of latest release using Kubectl
6161
6262``` bash
63- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.7 /manifests/arango-crd.yaml
64- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.7 /manifests/arango-deployment.yaml
63+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.9 /manifests/arango-crd.yaml
64+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.9 /manifests/arango-deployment.yaml
6565# To use `ArangoLocalStorage`, also run
66- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.7 /manifests/arango-storage.yaml
66+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.9 /manifests/arango-storage.yaml
6767# To use `ArangoDeploymentReplication`, also run
68- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.7 /manifests/arango-deployment-replication.yaml
68+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.9 /manifests/arango-deployment-replication.yaml
6969```
7070
7171## Building
0 commit comments