@@ -72,17 +72,17 @@ Feature-wise production readiness table:
72
72
73
73
## Operator Community Edition (CE)
74
74
75
- Image: ` arangodb/kube-arangodb:1.2.24 `
75
+ Image: ` arangodb/kube-arangodb:1.2.25 `
76
76
77
77
### Installation of latest CE release using Kubectl
78
78
79
79
``` bash
80
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/arango-crd.yaml
81
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/arango-deployment.yaml
80
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25 /manifests/arango-crd.yaml
81
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25 /manifests/arango-deployment.yaml
82
82
# To use `ArangoLocalStorage`, also run
83
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/arango-storage.yaml
83
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25 /manifests/arango-storage.yaml
84
84
# To use `ArangoDeploymentReplication`, also run
85
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/arango-deployment-replication.yaml
85
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25 /manifests/arango-deployment-replication.yaml
86
86
```
87
87
88
88
This procedure can also be used for upgrades and will not harm any
@@ -115,9 +115,9 @@ upgrades.
115
115
``` bash
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.24 /kube-arangodb-1.2.24 .tgz
118
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25 /kube-arangodb-1.2.25 .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.24 /kube-arangodb-1.2.24 .tgz --set " operator.features.storage=true"
120
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25 /kube-arangodb-1.2.25 .tgz --set " operator.features.storage=true"
121
121
```
122
122
123
123
### 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.24 /kube-arangodb-1.2.24 .tgz
154
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25 /kube-arangodb-1.2.25 .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.24 /kube-arangodb-1.2.24 .tgz --set " operator.features.storage=true"
156
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25 /kube-arangodb-1.2.25 .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.24 `
161
+ Image: ` arangodb/kube-arangodb-enterprise:1.2.25 `
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.24 /manifests/enterprise-crd.yaml
167
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/enterprise-deployment.yaml
166
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25 /manifests/enterprise-crd.yaml
167
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25 /manifests/enterprise-deployment.yaml
168
168
# To use `ArangoLocalStorage`, also run
169
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/enterprise-storage.yaml
169
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25 /manifests/enterprise-storage.yaml
170
170
# To use `ArangoDeploymentReplication`, also run
171
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24 /manifests/enterprise-deployment-replication.yaml
171
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25 /manifests/enterprise-deployment-replication.yaml
172
172
```
173
173
174
174
This procedure can also be used for upgrades and will not harm any
@@ -201,9 +201,9 @@ upgrades.
201
201
``` bash
202
202
# The following will install the operator for `ArangoDeployment` &
203
203
# `ArangoDeploymentReplication` resources.
204
- 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 "
204
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25 /kube-arangodb-1.2.25 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.25 "
205
205
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
206
- 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"
206
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25 /kube-arangodb-1.2.25 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.25 " --set " operator.features.storage=true"
207
207
```
208
208
209
209
### Upgrading the operator using Helm
@@ -237,9 +237,9 @@ with `helm install` as normal:
237
237
``` bash
238
238
# The following will install the operator for `ArangoDeployment` &
239
239
# `ArangoDeploymentReplication` resources.
240
- 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 "
240
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25 /kube-arangodb-1.2.25 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.25 "
241
241
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
242
- 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"
242
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25 /kube-arangodb-1.2.25 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.25 " --set " operator.features.storage=true"
243
243
```
244
244
245
245
## Building
0 commit comments