@@ -47,12 +47,12 @@ upgrade.
4747## Installation of latest release using Kubectl
4848
4949``` bash
50- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.9 /manifests/arango-crd.yaml
51- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.9 /manifests/arango-deployment.yaml
50+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.10 /manifests/arango-crd.yaml
51+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.10 /manifests/arango-deployment.yaml
5252# To use `ArangoLocalStorage`, also run
53- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.9 /manifests/arango-storage.yaml
53+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.10 /manifests/arango-storage.yaml
5454# To use `ArangoDeploymentReplication`, also run
55- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.9 /manifests/arango-deployment-replication.yaml
55+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.10 /manifests/arango-deployment-replication.yaml
5656```
5757
5858This procedure can also be used for upgrades and will not harm any
@@ -65,12 +65,12 @@ upgrades.
6565
6666``` bash
6767# The following will install the custom resources required by the operators.
68- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.9 /kube-arangodb-crd.tgz
68+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.10 /kube-arangodb-crd.tgz
6969# The following will install the operator for `ArangoDeployment` &
7070# `ArangoDeploymentReplication` resources.
71- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.9 /kube-arangodb.tgz
71+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.10 /kube-arangodb.tgz
7272# To use `ArangoLocalStorage`, also run
73- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.9 /kube-arangodb-storage.tgz
73+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.10 /kube-arangodb-storage.tgz
7474```
7575
7676## Upgrading the operator using Helm
@@ -107,9 +107,9 @@ with `helm install` as normal:
107107``` bash
108108# The following will install the operator for `ArangoDeployment` &
109109# `ArangoDeploymentReplication` resources.
110- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.9 /kube-arangodb.tgz
110+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.10 /kube-arangodb.tgz
111111# To use `ArangoLocalStorage`, also run
112- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.9 /kube-arangodb-storage.tgz
112+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.10 /kube-arangodb-storage.tgz
113113```
114114
115115## Building
0 commit comments