@@ -47,12 +47,12 @@ upgrade.
47
47
## Installation of latest release using Kubectl
48
48
49
49
``` 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
52
52
# 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
54
54
# 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
56
56
```
57
57
58
58
This procedure can also be used for upgrades and will not harm any
@@ -65,12 +65,12 @@ upgrades.
65
65
66
66
``` bash
67
67
# 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
69
69
# The following will install the operator for `ArangoDeployment` &
70
70
# `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
72
72
# 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
74
74
```
75
75
76
76
## Upgrading the operator using Helm
@@ -107,9 +107,9 @@ with `helm install` as normal:
107
107
``` bash
108
108
# The following will install the operator for `ArangoDeployment` &
109
109
# `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
111
111
# 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
113
113
```
114
114
115
115
## Building
0 commit comments