@@ -76,17 +76,17 @@ covers individual newer features separately.
76
76
77
77
## Operator Community Edition (CE)
78
78
79
- Image: ` arangodb/kube-arangodb:1.2.30 `
79
+ Image: ` arangodb/kube-arangodb:1.2.31 `
80
80
81
81
### Installation of latest CE release using Kubectl
82
82
83
83
``` bash
84
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30 /manifests/arango-crd.yaml
85
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30 /manifests/arango-deployment.yaml
84
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/arango-crd.yaml
85
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/arango-deployment.yaml
86
86
# To use `ArangoLocalStorage`, also run
87
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30 /manifests/arango-storage.yaml
87
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/arango-storage.yaml
88
88
# To use `ArangoDeploymentReplication`, also run
89
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30 /manifests/arango-deployment-replication.yaml
89
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/arango-deployment-replication.yaml
90
90
```
91
91
92
92
This procedure can also be used for upgrades and will not harm any
@@ -119,9 +119,9 @@ upgrades.
119
119
``` bash
120
120
# The following will install the operator for `ArangoDeployment` &
121
121
# `ArangoDeploymentReplication` resources.
122
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30 /kube-arangodb-1.2.30 .tgz
122
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz
123
123
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
124
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30 /kube-arangodb-1.2.30 .tgz --set " operator.features.storage=true"
124
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz --set " operator.features.storage=true"
125
125
```
126
126
127
127
### Upgrading the operator using Helm
@@ -155,24 +155,24 @@ with `helm install` as normal:
155
155
``` bash
156
156
# The following will install the operator for `ArangoDeployment` &
157
157
# `ArangoDeploymentReplication` resources.
158
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30 /kube-arangodb-1.2.30 .tgz
158
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz
159
159
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
160
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30 /kube-arangodb-1.2.30 .tgz --set " operator.features.storage=true"
160
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz --set " operator.features.storage=true"
161
161
```
162
162
163
163
## Operator Enterprise Edition (EE)
164
164
165
- Image: ` arangodb/kube-arangodb-enterprise:1.2.30 `
165
+ Image: ` arangodb/kube-arangodb-enterprise:1.2.31 `
166
166
167
167
### Installation of latest EE release using Kubectl
168
168
169
169
``` bash
170
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30 /manifests/enterprise-crd.yaml
171
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30 /manifests/enterprise-deployment.yaml
170
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/enterprise-crd.yaml
171
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/enterprise-deployment.yaml
172
172
# To use `ArangoLocalStorage`, also run
173
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30 /manifests/enterprise-storage.yaml
173
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/enterprise-storage.yaml
174
174
# To use `ArangoDeploymentReplication`, also run
175
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30 /manifests/enterprise-deployment-replication.yaml
175
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31 /manifests/enterprise-deployment-replication.yaml
176
176
```
177
177
178
178
This procedure can also be used for upgrades and will not harm any
@@ -205,9 +205,9 @@ upgrades.
205
205
``` bash
206
206
# The following will install the operator for `ArangoDeployment` &
207
207
# `ArangoDeploymentReplication` resources.
208
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30 /kube-arangodb-1.2.30 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.30 "
208
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.31 "
209
209
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
210
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30 /kube-arangodb-1.2.30 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.30 " --set " operator.features.storage=true"
210
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.31 " --set " operator.features.storage=true"
211
211
```
212
212
213
213
### Upgrading the operator using Helm
@@ -241,9 +241,9 @@ with `helm install` as normal:
241
241
``` bash
242
242
# The following will install the operator for `ArangoDeployment` &
243
243
# `ArangoDeploymentReplication` resources.
244
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30 /kube-arangodb-1.2.30 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.30 "
244
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.31 "
245
245
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
246
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30 /kube-arangodb-1.2.30 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.30 " --set " operator.features.storage=true"
246
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31 /kube-arangodb-1.2.31 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.31 " --set " operator.features.storage=true"
247
247
```
248
248
249
249
## Building
0 commit comments