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