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