@@ -69,12 +69,12 @@ Feature-wise production readiness table:
69
69
## Installation of latest release using Kubectl
70
70
71
71
``` bash
72
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.13 /manifests/arango-crd.yaml
73
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.13 /manifests/arango-deployment.yaml
72
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.14 /manifests/arango-crd.yaml
73
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.14 /manifests/arango-deployment.yaml
74
74
# To use `ArangoLocalStorage`, also run
75
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.13 /manifests/arango-storage.yaml
75
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.14 /manifests/arango-storage.yaml
76
76
# To use `ArangoDeploymentReplication`, also run
77
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.13 /manifests/arango-deployment-replication.yaml
77
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.14 /manifests/arango-deployment-replication.yaml
78
78
```
79
79
80
80
This procedure can also be used for upgrades and will not harm any
@@ -87,12 +87,12 @@ upgrades.
87
87
88
88
``` bash
89
89
# The following will install the custom resources required by the operators.
90
- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.13 /kube-arangodb-crd.tgz
90
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.14 /kube-arangodb-crd.tgz
91
91
# The following will install the operator for `ArangoDeployment` &
92
92
# `ArangoDeploymentReplication` resources.
93
- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.13 /kube-arangodb.tgz
93
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.14 /kube-arangodb.tgz
94
94
# To use `ArangoLocalStorage`, also run
95
- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.13 /kube-arangodb-storage.tgz
95
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.14 /kube-arangodb-storage.tgz
96
96
```
97
97
98
98
## Upgrading the operator using Helm
@@ -129,9 +129,9 @@ with `helm install` as normal:
129
129
``` bash
130
130
# The following will install the operator for `ArangoDeployment` &
131
131
# `ArangoDeploymentReplication` resources.
132
- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.13 /kube-arangodb.tgz
132
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.14 /kube-arangodb.tgz
133
133
# To use `ArangoLocalStorage`, also run
134
- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.13 /kube-arangodb-storage.tgz
134
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.14 /kube-arangodb-storage.tgz
135
135
```
136
136
137
137
## Building
0 commit comments