@@ -41,23 +41,23 @@ it is intended to be.
41
41
42
42
``` bash
43
43
# 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
45
45
# The following will install the operator for `ArangoDeployment` &
46
46
# `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
48
48
# 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
50
50
```
51
51
52
52
## Installation of latest release using Kubectl
53
53
54
54
``` 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
57
57
# 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
59
59
# 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
61
61
```
62
62
63
63
## Building
0 commit comments