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