@@ -70,17 +70,17 @@ Feature-wise production readiness table:
70
70
71
71
## Operator Community Edition (CE)
72
72
73
- Image: ` arangodb/kube-arangodb:1.2.23 `
73
+ Image: ` arangodb/kube-arangodb:1.2.24 `
74
74
75
75
### Installation of latest CE release using Kubectl
76
76
77
77
``` bash
78
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/arango-crd.yaml
79
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/arango-deployment.yaml
78
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/arango-crd.yaml
79
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/arango-deployment.yaml
80
80
# To use `ArangoLocalStorage`, also run
81
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/arango-storage.yaml
81
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/arango-storage.yaml
82
82
# To use `ArangoDeploymentReplication`, also run
83
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/arango-deployment-replication.yaml
83
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/arango-deployment-replication.yaml
84
84
```
85
85
86
86
This procedure can also be used for upgrades and will not harm any
@@ -112,12 +112,12 @@ upgrades.
112
112
113
113
``` bash
114
114
# The following will install the custom resources required by the operators.
115
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-crd-1.2.23 .tgz
115
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24 /kube-arangodb-crd-1.2.24 .tgz
116
116
# The following will install the operator for `ArangoDeployment` &
117
117
# `ArangoDeploymentReplication` resources.
118
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-1.2.23 .tgz
118
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24 /kube-arangodb-1.2.24 .tgz
119
119
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
120
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-1.2.23 .tgz --set " operator.features.storage=true"
120
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24 /kube-arangodb-1.2.24 .tgz --set " operator.features.storage=true"
121
121
```
122
122
123
123
### Upgrading the operator using Helm
@@ -152,24 +152,24 @@ with `helm install` as normal:
152
152
``` bash
153
153
# The following will install the operator for `ArangoDeployment` &
154
154
# `ArangoDeploymentReplication` resources.
155
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-1.2.23 .tgz
155
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24 /kube-arangodb-1.2.24 .tgz
156
156
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
157
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-1.2.23 .tgz --set " operator.features.storage=true"
157
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24 /kube-arangodb-1.2.24 .tgz --set " operator.features.storage=true"
158
158
```
159
159
160
160
## Operator Enterprise Edition (EE)
161
161
162
- Image: ` arangodb/kube-arangodb-enterprise:1.2.23 `
162
+ Image: ` arangodb/kube-arangodb-enterprise:1.2.24 `
163
163
164
164
### Installation of latest EE release using Kubectl
165
165
166
166
``` bash
167
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/enterprise-crd.yaml
168
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/enterprise-deployment.yaml
167
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/enterprise-crd.yaml
168
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/enterprise-deployment.yaml
169
169
# To use `ArangoLocalStorage`, also run
170
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/enterprise-storage.yaml
170
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/enterprise-storage.yaml
171
171
# To use `ArangoDeploymentReplication`, also run
172
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23 /manifests/enterprise-deployment-replication.yaml
172
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/enterprise-deployment-replication.yaml
173
173
```
174
174
175
175
This procedure can also be used for upgrades and will not harm any
@@ -201,12 +201,12 @@ upgrades.
201
201
202
202
``` bash
203
203
# The following will install the custom resources required by the operators.
204
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-crd-1.2.23 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.23 "
204
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24 /kube-arangodb-crd-1.2.24 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.24 "
205
205
# The following will install the operator for `ArangoDeployment` &
206
206
# `ArangoDeploymentReplication` resources.
207
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-1.2.23 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.23 "
207
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24 /kube-arangodb-1.2.24 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.24 "
208
208
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
209
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23 /kube-arangodb-1.2.23 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.23 " --set " operator.features.storage=true"
209
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24 /kube-arangodb-1.2.24 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.24 " --set " operator.features.storage=true"
210
210
```
211
211
212
212
### 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.23 /kube-arangodb-1.2.23 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.23 "
244
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24 /kube-arangodb-1.2.24 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.24 "
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.23 /kube-arangodb-1.2.23 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.23 " --set " operator.features.storage=true"
246
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24 /kube-arangodb-1.2.24 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.24 " --set " operator.features.storage=true"
247
247
```
248
248
249
249
## Building
0 commit comments