@@ -53,12 +53,12 @@ upgrade.
5353## Installation of latest release using Kubectl
5454
5555``` bash
56- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.10 /manifests/arango-crd.yaml
57- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.10 /manifests/arango-deployment.yaml
56+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.11 /manifests/arango-crd.yaml
57+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.11 /manifests/arango-deployment.yaml
5858# To use `ArangoLocalStorage`, also run
59- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.10 /manifests/arango-storage.yaml
59+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.11 /manifests/arango-storage.yaml
6060# To use `ArangoDeploymentReplication`, also run
61- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.10 /manifests/arango-deployment-replication.yaml
61+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.11 /manifests/arango-deployment-replication.yaml
6262```
6363
6464This procedure can also be used for upgrades and will not harm any
@@ -71,12 +71,12 @@ upgrades.
7171
7272``` bash
7373# The following will install the custom resources required by the operators.
74- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.10 /kube-arangodb-crd.tgz
74+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.11 /kube-arangodb-crd.tgz
7575# The following will install the operator for `ArangoDeployment` &
7676# `ArangoDeploymentReplication` resources.
77- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.10 /kube-arangodb.tgz
77+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.11 /kube-arangodb.tgz
7878# To use `ArangoLocalStorage`, also run
79- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.10 /kube-arangodb-storage.tgz
79+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.11 /kube-arangodb-storage.tgz
8080```
8181
8282## Upgrading the operator using Helm
@@ -113,9 +113,9 @@ with `helm install` as normal:
113113``` bash
114114# The following will install the operator for `ArangoDeployment` &
115115# `ArangoDeploymentReplication` resources.
116- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.10 /kube-arangodb.tgz
116+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.11 /kube-arangodb.tgz
117117# To use `ArangoLocalStorage`, also run
118- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.10 /kube-arangodb-storage.tgz
118+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.11 /kube-arangodb-storage.tgz
119119```
120120
121121## Building
0 commit comments