@@ -101,12 +101,12 @@ for details.
101
101
## Installation of latest release using Kubectl
102
102
103
103
``` bash
104
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.14 /manifests/arango-crd.yaml
105
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.14 /manifests/arango-deployment.yaml
104
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.15 /manifests/arango-crd.yaml
105
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.15 /manifests/arango-deployment.yaml
106
106
# To use `ArangoLocalStorage`, also run
107
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.14 /manifests/arango-storage.yaml
107
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.15 /manifests/arango-storage.yaml
108
108
# To use `ArangoDeploymentReplication`, also run
109
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.14 /manifests/arango-deployment-replication.yaml
109
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.15 /manifests/arango-deployment-replication.yaml
110
110
```
111
111
112
112
This procedure can also be used for upgrades and will not harm any
@@ -138,12 +138,12 @@ upgrades.
138
138
139
139
``` bash
140
140
# The following will install the custom resources required by the operators.
141
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.14 /kube-arangodb-crd-1.2.14 .tgz
141
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.15 /kube-arangodb-crd-1.2.15 .tgz
142
142
# The following will install the operator for `ArangoDeployment` &
143
143
# `ArangoDeploymentReplication` resources.
144
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.14 /kube-arangodb-1.2.14 .tgz
144
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.15 /kube-arangodb-1.2.15 .tgz
145
145
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
146
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.14 /kube-arangodb-1.2.14 .tgz --set " operator.features.storage=true"
146
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.15 /kube-arangodb-1.2.15 .tgz --set " operator.features.storage=true"
147
147
```
148
148
149
149
## Upgrading the operator using Helm
@@ -178,9 +178,9 @@ with `helm install` as normal:
178
178
``` bash
179
179
# The following will install the operator for `ArangoDeployment` &
180
180
# `ArangoDeploymentReplication` resources.
181
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.14 /kube-arangodb-1.2.14 .tgz
181
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.15 /kube-arangodb-1.2.15 .tgz
182
182
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
183
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.14 /kube-arangodb-1.2.14 .tgz --set " operator.features.storage=true"
183
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.15 /kube-arangodb-1.2.15 .tgz --set " operator.features.storage=true"
184
184
```
185
185
186
186
## Building
0 commit comments