@@ -40,23 +40,23 @@ it is intended to be.
4040
4141``` bash
4242# The following will install the custom resources required by the operators.
43- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.3 /kube-arangodb-crd.tgz
43+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.4 /kube-arangodb-crd.tgz
4444# The following will install the operator for `ArangoDeployment` &
4545# `ArangoDeplomentReplication` resources.
46- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.3 /kube-arangodb.tgz
46+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.4 /kube-arangodb.tgz
4747# To use `ArangoLocalStorage`, also run
48- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.3 /kube-arangodb-storage.tgz
48+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.4 /kube-arangodb-storage.tgz
4949```
5050
5151## Installation of latest release using Kubectl
5252
5353``` bash
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
54+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.4 /manifests/arango-crd.yaml
55+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.4 /manifests/arango-deployment.yaml
5656# To use `ArangoLocalStorage`, also run
57- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3 /manifests/arango-storage.yaml
57+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.4 /manifests/arango-storage.yaml
5858# To use `ArangoDeploymentReplication`, also run
59- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3 /manifests/arango-deployment-replication.yaml
59+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.4 /manifests/arango-deployment-replication.yaml
6060```
6161
6262## Building
0 commit comments