Skip to content

Commit 3cb31c2

Browse files
committed
Updated to 1.2.21
1 parent e064978 commit 3cb31c2

22 files changed

+257
-257
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,17 @@ Feature-wise production readiness table:
8787

8888
## Operator Community Edition (CE)
8989

90-
Image: `arangodb/kube-arangodb:1.2.20`
90+
Image: `arangodb/kube-arangodb:1.2.21`
9191

9292
### Installation of latest CE release using Kubectl
9393

9494
```bash
95-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.20/manifests/arango-crd.yaml
96-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.20/manifests/arango-deployment.yaml
95+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.21/manifests/arango-crd.yaml
96+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.21/manifests/arango-deployment.yaml
9797
# To use `ArangoLocalStorage`, also run
98-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.20/manifests/arango-storage.yaml
98+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.21/manifests/arango-storage.yaml
9999
# To use `ArangoDeploymentReplication`, also run
100-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.20/manifests/arango-deployment-replication.yaml
100+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.21/manifests/arango-deployment-replication.yaml
101101
```
102102

103103
This procedure can also be used for upgrades and will not harm any
@@ -129,12 +129,12 @@ upgrades.
129129

130130
```bash
131131
# The following will install the custom resources required by the operators.
132-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.20/kube-arangodb-crd-1.2.20.tgz
132+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.21/kube-arangodb-crd-1.2.21.tgz
133133
# The following will install the operator for `ArangoDeployment` &
134134
# `ArangoDeploymentReplication` resources.
135-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.20/kube-arangodb-1.2.20.tgz
135+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.21/kube-arangodb-1.2.21.tgz
136136
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
137-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.20/kube-arangodb-1.2.20.tgz --set "operator.features.storage=true"
137+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.21/kube-arangodb-1.2.21.tgz --set "operator.features.storage=true"
138138
```
139139

140140
### Upgrading the operator using Helm
@@ -169,24 +169,24 @@ with `helm install` as normal:
169169
```bash
170170
# The following will install the operator for `ArangoDeployment` &
171171
# `ArangoDeploymentReplication` resources.
172-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.20/kube-arangodb-1.2.20.tgz
172+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.21/kube-arangodb-1.2.21.tgz
173173
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
174-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.20/kube-arangodb-1.2.20.tgz --set "operator.features.storage=true"
174+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.21/kube-arangodb-1.2.21.tgz --set "operator.features.storage=true"
175175
```
176176

177177
## Operator Enterprise Edition (EE)
178178

179-
Image: `arangodb/kube-arangodb-enterprise:1.2.20`
179+
Image: `arangodb/kube-arangodb-enterprise:1.2.21`
180180

181181
### Installation of latest EE release using Kubectl
182182

183183
```bash
184-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.20/manifests/enterprise-crd.yaml
185-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.20/manifests/enterprise-deployment.yaml
184+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.21/manifests/enterprise-crd.yaml
185+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.21/manifests/enterprise-deployment.yaml
186186
# To use `ArangoLocalStorage`, also run
187-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.20/manifests/enterprise-storage.yaml
187+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.21/manifests/enterprise-storage.yaml
188188
# To use `ArangoDeploymentReplication`, also run
189-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.20/manifests/enterprise-deployment-replication.yaml
189+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.21/manifests/enterprise-deployment-replication.yaml
190190
```
191191

192192
This procedure can also be used for upgrades and will not harm any
@@ -218,12 +218,12 @@ upgrades.
218218

219219
```bash
220220
# The following will install the custom resources required by the operators.
221-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.20/kube-arangodb-crd-1.2.20.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.20"
221+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.21/kube-arangodb-crd-1.2.21.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.21"
222222
# The following will install the operator for `ArangoDeployment` &
223223
# `ArangoDeploymentReplication` resources.
224-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.20/kube-arangodb-1.2.20.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.20"
224+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.21/kube-arangodb-1.2.21.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.21"
225225
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
226-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.20/kube-arangodb-1.2.20.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.20" --set "operator.features.storage=true"
226+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.21/kube-arangodb-1.2.21.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.21" --set "operator.features.storage=true"
227227
```
228228

229229
### Upgrading the operator using Helm
@@ -258,9 +258,9 @@ with `helm install` as normal:
258258
```bash
259259
# The following will install the operator for `ArangoDeployment` &
260260
# `ArangoDeploymentReplication` resources.
261-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.20/kube-arangodb-1.2.20.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.20"
261+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.21/kube-arangodb-1.2.21.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.21"
262262
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
263-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.20/kube-arangodb-1.2.20.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.20" --set "operator.features.storage=true"
263+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.21/kube-arangodb-1.2.21.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.21" --set "operator.features.storage=true"
264264
```
265265

266266
## Building

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.21-preview-2+git
1+
1.2.21

chart/kube-arangodb-crd/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
name: kube-arangodb-crd
4-
version: 1.2.20
4+
version: 1.2.21
55

66
description: "ArangoDB Kubernetes Custom Resource Definitions"
77
tillerVersion: ">2.7"

chart/kube-arangodb/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
name: kube-arangodb
4-
version: 1.2.20
4+
version: 1.2.21
55

66
description: "ArangoDB Kubernetes Operator"
77
tillerVersion: ">2.7"

chart/kube-arangodb/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
operator:
4-
image: arangodb/kube-arangodb:1.2.20
4+
image: arangodb/kube-arangodb:1.2.21
55
imagePullPolicy: IfNotPresent
66
imagePullSecrets: []
77

examples/reboot-pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spec:
66
restartPolicy: Never
77
serviceAccountName: arango-deployment-operator-reboot
88
containers:
9-
- image: arangodb/kube-arangodb:1.2.20
9+
- image: arangodb/kube-arangodb:1.2.21
1010
name: reboot
1111
command: ["arangodb_operator", "reboot"]
1212
args:

0 commit comments

Comments
 (0)