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