Skip to content

Commit 266ead1

Browse files
committed
Updated to 1.2.31
1 parent e353910 commit 266ead1

34 files changed

+459
-459
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,17 @@ covers individual newer features separately.
7676

7777
## Operator Community Edition (CE)
7878

79-
Image: `arangodb/kube-arangodb:1.2.30`
79+
Image: `arangodb/kube-arangodb:1.2.31`
8080

8181
### Installation of latest CE release using Kubectl
8282

8383
```bash
84-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30/manifests/arango-crd.yaml
85-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30/manifests/arango-deployment.yaml
84+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31/manifests/arango-crd.yaml
85+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31/manifests/arango-deployment.yaml
8686
# To use `ArangoLocalStorage`, also run
87-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30/manifests/arango-storage.yaml
87+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31/manifests/arango-storage.yaml
8888
# To use `ArangoDeploymentReplication`, also run
89-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30/manifests/arango-deployment-replication.yaml
89+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31/manifests/arango-deployment-replication.yaml
9090
```
9191

9292
This procedure can also be used for upgrades and will not harm any
@@ -119,9 +119,9 @@ upgrades.
119119
```bash
120120
# The following will install the operator for `ArangoDeployment` &
121121
# `ArangoDeploymentReplication` resources.
122-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30/kube-arangodb-1.2.30.tgz
122+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31/kube-arangodb-1.2.31.tgz
123123
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
124-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30/kube-arangodb-1.2.30.tgz --set "operator.features.storage=true"
124+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31/kube-arangodb-1.2.31.tgz --set "operator.features.storage=true"
125125
```
126126

127127
### Upgrading the operator using Helm
@@ -155,24 +155,24 @@ with `helm install` as normal:
155155
```bash
156156
# The following will install the operator for `ArangoDeployment` &
157157
# `ArangoDeploymentReplication` resources.
158-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30/kube-arangodb-1.2.30.tgz
158+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31/kube-arangodb-1.2.31.tgz
159159
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
160-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30/kube-arangodb-1.2.30.tgz --set "operator.features.storage=true"
160+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.31/kube-arangodb-1.2.31.tgz --set "operator.features.storage=true"
161161
```
162162

163163
## Operator Enterprise Edition (EE)
164164

165-
Image: `arangodb/kube-arangodb-enterprise:1.2.30`
165+
Image: `arangodb/kube-arangodb-enterprise:1.2.31`
166166

167167
### Installation of latest EE release using Kubectl
168168

169169
```bash
170-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30/manifests/enterprise-crd.yaml
171-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30/manifests/enterprise-deployment.yaml
170+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31/manifests/enterprise-crd.yaml
171+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31/manifests/enterprise-deployment.yaml
172172
# To use `ArangoLocalStorage`, also run
173-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30/manifests/enterprise-storage.yaml
173+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31/manifests/enterprise-storage.yaml
174174
# To use `ArangoDeploymentReplication`, also run
175-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.30/manifests/enterprise-deployment-replication.yaml
175+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.31/manifests/enterprise-deployment-replication.yaml
176176
```
177177

178178
This procedure can also be used for upgrades and will not harm any
@@ -205,9 +205,9 @@ upgrades.
205205
```bash
206206
# The following will install the operator for `ArangoDeployment` &
207207
# `ArangoDeploymentReplication` resources.
208-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30/kube-arangodb-1.2.30.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.30"
208+
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"
209209
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
210-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30/kube-arangodb-1.2.30.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.30" --set "operator.features.storage=true"
210+
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"
211211
```
212212

213213
### Upgrading the operator using Helm
@@ -241,9 +241,9 @@ with `helm install` as normal:
241241
```bash
242242
# The following will install the operator for `ArangoDeployment` &
243243
# `ArangoDeploymentReplication` resources.
244-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30/kube-arangodb-1.2.30.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.30"
244+
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"
245245
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
246-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.30/kube-arangodb-1.2.30.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.30" --set "operator.features.storage=true"
246+
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"
247247
```
248248

249249
## Building

VERSION

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

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

0 commit comments

Comments
 (0)