@@ -53,12 +53,12 @@ upgrade.
53
53
## Installation of latest release using Kubectl
54
54
55
55
``` 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
58
58
# 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
60
60
# 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
62
62
```
63
63
64
64
This procedure can also be used for upgrades and will not harm any
@@ -71,12 +71,12 @@ upgrades.
71
71
72
72
``` bash
73
73
# 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
75
75
# The following will install the operator for `ArangoDeployment` &
76
76
# `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
78
78
# 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
80
80
```
81
81
82
82
## Upgrading the operator using Helm
@@ -113,9 +113,9 @@ with `helm install` as normal:
113
113
``` bash
114
114
# The following will install the operator for `ArangoDeployment` &
115
115
# `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
117
117
# 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
119
119
```
120
120
121
121
## Building
0 commit comments