Skip to content

Commit 9eb4b60

Browse files
committed
Updated to 1.2.32
1 parent 65f3c99 commit 9eb4b60

38 files changed

+467
-459
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -102,17 +102,17 @@ To upgrade to the Enterprise Edition, you need to get in touch with the ArangoDB
102102

103103
## Operator Community Edition (CE)
104104

105-
Image: `arangodb/kube-arangodb:1.2.31`
105+
Image: `arangodb/kube-arangodb:1.2.32`
106106

107107
### Installation of latest CE release using Kubectl
108108

109109
```bash
110-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31/manifests/arango-crd.yaml
111-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31/manifests/arango-deployment.yaml
110+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32/manifests/arango-crd.yaml
111+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32/manifests/arango-deployment.yaml
112112
# To use `ArangoLocalStorage`, also run
113-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31/manifests/arango-storage.yaml
113+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32/manifests/arango-storage.yaml
114114
# To use `ArangoDeploymentReplication`, also run
115-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31/manifests/arango-deployment-replication.yaml
115+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32/manifests/arango-deployment-replication.yaml
116116
```
117117

118118
This procedure can also be used for upgrades and will not harm any
@@ -145,9 +145,9 @@ upgrades.
145145
```bash
146146
# The following will install the operator for `ArangoDeployment` &
147147
# `ArangoDeploymentReplication` resources.
148-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31/kube-arangodb-1.2.31.tgz
148+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32/kube-arangodb-1.2.32.tgz
149149
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
150-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31/kube-arangodb-1.2.31.tgz --set "operator.features.storage=true"
150+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32/kube-arangodb-1.2.32.tgz --set "operator.features.storage=true"
151151
```
152152

153153
### Upgrading the operator using Helm
@@ -181,24 +181,24 @@ with `helm install` as normal:
181181
```bash
182182
# The following will install the operator for `ArangoDeployment` &
183183
# `ArangoDeploymentReplication` resources.
184-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31/kube-arangodb-1.2.31.tgz
184+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32/kube-arangodb-1.2.32.tgz
185185
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
186-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31/kube-arangodb-1.2.31.tgz --set "operator.features.storage=true"
186+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32/kube-arangodb-1.2.32.tgz --set "operator.features.storage=true"
187187
```
188188

189189
## Operator Enterprise Edition (EE)
190190

191-
Image: `arangodb/kube-arangodb-enterprise:1.2.31`
191+
Image: `arangodb/kube-arangodb-enterprise:1.2.32`
192192

193193
### Installation of latest EE release using Kubectl
194194

195195
```bash
196-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31/manifests/enterprise-crd.yaml
197-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31/manifests/enterprise-deployment.yaml
196+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32/manifests/enterprise-crd.yaml
197+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32/manifests/enterprise-deployment.yaml
198198
# To use `ArangoLocalStorage`, also run
199-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31/manifests/enterprise-storage.yaml
199+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32/manifests/enterprise-storage.yaml
200200
# To use `ArangoDeploymentReplication`, also run
201-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31/manifests/enterprise-deployment-replication.yaml
201+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32/manifests/enterprise-deployment-replication.yaml
202202
```
203203

204204
This procedure can also be used for upgrades and will not harm any
@@ -231,9 +231,9 @@ upgrades.
231231
```bash
232232
# The following will install the operator for `ArangoDeployment` &
233233
# `ArangoDeploymentReplication` resources.
234-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31/kube-arangodb-1.2.31.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.31"
234+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32/kube-arangodb-1.2.32.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.32"
235235
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
236-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31/kube-arangodb-1.2.31.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.31" --set "operator.features.storage=true"
236+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32/kube-arangodb-1.2.32.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.32" --set "operator.features.storage=true"
237237
```
238238

239239
### Upgrading the operator using Helm
@@ -267,9 +267,9 @@ with `helm install` as normal:
267267
```bash
268268
# The following will install the operator for `ArangoDeployment` &
269269
# `ArangoDeploymentReplication` resources.
270-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31/kube-arangodb-1.2.31.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.31"
270+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32/kube-arangodb-1.2.32.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.32"
271271
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
272-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31/kube-arangodb-1.2.31.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.31" --set "operator.features.storage=true"
272+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32/kube-arangodb-1.2.32.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.32" --set "operator.features.storage=true"
273273
```
274274

275275
## Building

VERSION

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

chart/kube-arangodb-crd/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kube-arangodb-crd
2-
version: 1.2.31
2+
version: 1.2.32
33
description: "ArangoDB Kubernetes Custom Resource Definitions (Deprecated)"
44
tillerVersion: ">2.7"
55
appVersion: 3.5.0

chart/kube-arangodb/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# do not switch to V2 yet - we still need to support Helm 2
22
apiVersion: v1
33
name: kube-arangodb
4-
version: 1.2.31
4+
version: 1.2.32
55
description: "ArangoDB Kubernetes Operator"

chart/kube-arangodb/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
operator:
2-
image: arangodb/kube-arangodb:1.2.31
2+
image: arangodb/kube-arangodb:1.2.32
33
imagePullPolicy: IfNotPresent
44
imagePullSecrets: []
55
scope: legacy

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.31
9+
- image: arangodb/kube-arangodb:1.2.32
1010
name: reboot
1111
command: ["arangodb_operator", "reboot"]
1212
args:

0 commit comments

Comments
 (0)