@@ -116,12 +116,12 @@ for details.
116
116
## Installation of latest release using Kubectl
117
117
118
118
``` bash
119
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.13 /manifests/arango-crd.yaml
120
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.13 /manifests/arango-deployment.yaml
119
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.14 /manifests/arango-crd.yaml
120
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.14 /manifests/arango-deployment.yaml
121
121
# To use `ArangoLocalStorage`, also run
122
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.13 /manifests/arango-storage.yaml
122
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.14 /manifests/arango-storage.yaml
123
123
# To use `ArangoDeploymentReplication`, also run
124
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.13 /manifests/arango-deployment-replication.yaml
124
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.14 /manifests/arango-deployment-replication.yaml
125
125
```
126
126
127
127
This procedure can also be used for upgrades and will not harm any
@@ -153,12 +153,12 @@ upgrades.
153
153
154
154
``` bash
155
155
# The following will install the custom resources required by the operators.
156
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.13 /kube-arangodb-crd-1.2.13 .tgz
156
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.14 /kube-arangodb-crd-1.2.14 .tgz
157
157
# The following will install the operator for `ArangoDeployment` &
158
158
# `ArangoDeploymentReplication` resources.
159
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.13 /kube-arangodb-1.2.13 .tgz
159
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.14 /kube-arangodb-1.2.14 .tgz
160
160
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
161
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.13 /kube-arangodb-1.2.13 .tgz --set " operator.features.storage=true"
161
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.14 /kube-arangodb-1.2.14 .tgz --set " operator.features.storage=true"
162
162
```
163
163
164
164
## Upgrading the operator using Helm
@@ -193,9 +193,9 @@ with `helm install` as normal:
193
193
``` bash
194
194
# The following will install the operator for `ArangoDeployment` &
195
195
# `ArangoDeploymentReplication` resources.
196
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.13 /kube-arangodb-1.2.13 .tgz
196
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.14 /kube-arangodb-1.2.14 .tgz
197
197
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
198
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.13 /kube-arangodb-1.2.13 .tgz --set " operator.features.storage=true"
198
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.14 /kube-arangodb-1.2.14 .tgz --set " operator.features.storage=true"
199
199
```
200
200
201
201
## Building
0 commit comments