Skip to content

Commit a7b7306

Browse files
committed
Updated to 1.2.24
1 parent 57b6ad0 commit a7b7306

22 files changed

+257
-257
lines changed

README.md

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

7171
## Operator Community Edition (CE)
7272

73-
Image: `arangodb/kube-arangodb:1.2.23`
73+
Image: `arangodb/kube-arangodb:1.2.24`
7474

7575
### Installation of latest CE release using Kubectl
7676

7777
```bash
78-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23/manifests/arango-crd.yaml
79-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23/manifests/arango-deployment.yaml
78+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24/manifests/arango-crd.yaml
79+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24/manifests/arango-deployment.yaml
8080
# To use `ArangoLocalStorage`, also run
81-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23/manifests/arango-storage.yaml
81+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24/manifests/arango-storage.yaml
8282
# To use `ArangoDeploymentReplication`, also run
83-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23/manifests/arango-deployment-replication.yaml
83+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24/manifests/arango-deployment-replication.yaml
8484
```
8585

8686
This procedure can also be used for upgrades and will not harm any
@@ -112,12 +112,12 @@ upgrades.
112112

113113
```bash
114114
# The following will install the custom resources required by the operators.
115-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23/kube-arangodb-crd-1.2.23.tgz
115+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24/kube-arangodb-crd-1.2.24.tgz
116116
# The following will install the operator for `ArangoDeployment` &
117117
# `ArangoDeploymentReplication` resources.
118-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23/kube-arangodb-1.2.23.tgz
118+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24/kube-arangodb-1.2.24.tgz
119119
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
120-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23/kube-arangodb-1.2.23.tgz --set "operator.features.storage=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"
121121
```
122122

123123
### Upgrading the operator using Helm
@@ -152,24 +152,24 @@ with `helm install` as normal:
152152
```bash
153153
# The following will install the operator for `ArangoDeployment` &
154154
# `ArangoDeploymentReplication` resources.
155-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23/kube-arangodb-1.2.23.tgz
155+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24/kube-arangodb-1.2.24.tgz
156156
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
157-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23/kube-arangodb-1.2.23.tgz --set "operator.features.storage=true"
157+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24/kube-arangodb-1.2.24.tgz --set "operator.features.storage=true"
158158
```
159159

160160
## Operator Enterprise Edition (EE)
161161

162-
Image: `arangodb/kube-arangodb-enterprise:1.2.23`
162+
Image: `arangodb/kube-arangodb-enterprise:1.2.24`
163163

164164
### Installation of latest EE release using Kubectl
165165

166166
```bash
167-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23/manifests/enterprise-crd.yaml
168-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23/manifests/enterprise-deployment.yaml
167+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24/manifests/enterprise-crd.yaml
168+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24/manifests/enterprise-deployment.yaml
169169
# To use `ArangoLocalStorage`, also run
170-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23/manifests/enterprise-storage.yaml
170+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24/manifests/enterprise-storage.yaml
171171
# To use `ArangoDeploymentReplication`, also run
172-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23/manifests/enterprise-deployment-replication.yaml
172+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24/manifests/enterprise-deployment-replication.yaml
173173
```
174174

175175
This procedure can also be used for upgrades and will not harm any
@@ -201,12 +201,12 @@ upgrades.
201201

202202
```bash
203203
# The following will install the custom resources required by the operators.
204-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23/kube-arangodb-crd-1.2.23.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.23"
204+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24/kube-arangodb-crd-1.2.24.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.24"
205205
# The following will install the operator for `ArangoDeployment` &
206206
# `ArangoDeploymentReplication` resources.
207-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23/kube-arangodb-1.2.23.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.23"
207+
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"
208208
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
209-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23/kube-arangodb-1.2.23.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.23" --set "operator.features.storage=true"
209+
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"
210210
```
211211

212212
### 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.23/kube-arangodb-1.2.23.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.23"
244+
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"
245245
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
246-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23/kube-arangodb-1.2.23.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.23" --set "operator.features.storage=true"
246+
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"
247247
```
248248

249249
## Building

VERSION

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

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

0 commit comments

Comments
 (0)