@@ -49,23 +49,23 @@ Therefore the commands below use the second latest release 0.3.7.
49
49
50
50
``` bash
51
51
# 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
53
53
# The following will install the operator for `ArangoDeployment` &
54
54
# `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
56
56
# 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
58
58
```
59
59
60
60
## Installation of latest release using Kubectl
61
61
62
62
``` 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
65
65
# 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
67
67
# 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
69
69
```
70
70
71
71
## Building
0 commit comments