@@ -40,23 +40,23 @@ it is intended to be.
40
40
41
41
``` bash
42
42
# The following will install the custom resources required by the operators.
43
- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.2 /kube-arangodb-crd.tgz
43
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.3 /kube-arangodb-crd.tgz
44
44
# The following will install the operator for `ArangoDeployment` &
45
45
# `ArangoDeplomentReplication` resources.
46
- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.2 /kube-arangodb.tgz
46
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.3 /kube-arangodb.tgz
47
47
# To use `ArangoLocalStorage`, also run
48
- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.2 /kube-arangodb-storage.tgz
48
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.3 /kube-arangodb-storage.tgz
49
49
```
50
50
51
51
## Installation of latest release using Kubectl
52
52
53
53
``` bash
54
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.2 /manifests/arango-crd.yaml
55
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.2 /manifests/arango-deployment.yaml
54
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3 /manifests/arango-crd.yaml
55
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3 /manifests/arango-deployment.yaml
56
56
# To use `ArangoLocalStorage`, also run
57
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.2 /manifests/arango-storage.yaml
57
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3 /manifests/arango-storage.yaml
58
58
# To use `ArangoDeploymentReplication`, also run
59
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.2 /manifests/arango-deployment-replication.yaml
59
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3 /manifests/arango-deployment-replication.yaml
60
60
```
61
61
62
62
## Building
0 commit comments