Skip to content

Commit 61356a7

Browse files
committed
Updated to 1.2.25
1 parent e5d918b commit 61356a7

22 files changed

+4651
-4723
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,17 @@ Feature-wise production readiness table:
7272

7373
## Operator Community Edition (CE)
7474

75-
Image: `arangodb/kube-arangodb:1.2.24`
75+
Image: `arangodb/kube-arangodb:1.2.25`
7676

7777
### Installation of latest CE release using Kubectl
7878

7979
```bash
80-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24/manifests/arango-crd.yaml
81-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24/manifests/arango-deployment.yaml
80+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25/manifests/arango-crd.yaml
81+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25/manifests/arango-deployment.yaml
8282
# To use `ArangoLocalStorage`, also run
83-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24/manifests/arango-storage.yaml
83+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25/manifests/arango-storage.yaml
8484
# To use `ArangoDeploymentReplication`, also run
85-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24/manifests/arango-deployment-replication.yaml
85+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25/manifests/arango-deployment-replication.yaml
8686
```
8787

8888
This procedure can also be used for upgrades and will not harm any
@@ -115,9 +115,9 @@ upgrades.
115115
```bash
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.24/kube-arangodb-1.2.24.tgz
118+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25/kube-arangodb-1.2.25.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.24/kube-arangodb-1.2.24.tgz --set "operator.features.storage=true"
120+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25/kube-arangodb-1.2.25.tgz --set "operator.features.storage=true"
121121
```
122122

123123
### Upgrading the operator using Helm
@@ -151,24 +151,24 @@ with `helm install` as normal:
151151
```bash
152152
# The following will install the operator for `ArangoDeployment` &
153153
# `ArangoDeploymentReplication` resources.
154-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24/kube-arangodb-1.2.24.tgz
154+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25/kube-arangodb-1.2.25.tgz
155155
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
156-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.24/kube-arangodb-1.2.24.tgz --set "operator.features.storage=true"
156+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25/kube-arangodb-1.2.25.tgz --set "operator.features.storage=true"
157157
```
158158

159159
## Operator Enterprise Edition (EE)
160160

161-
Image: `arangodb/kube-arangodb-enterprise:1.2.24`
161+
Image: `arangodb/kube-arangodb-enterprise:1.2.25`
162162

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

165165
```bash
166-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24/manifests/enterprise-crd.yaml
167-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24/manifests/enterprise-deployment.yaml
166+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25/manifests/enterprise-crd.yaml
167+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25/manifests/enterprise-deployment.yaml
168168
# To use `ArangoLocalStorage`, also run
169-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24/manifests/enterprise-storage.yaml
169+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25/manifests/enterprise-storage.yaml
170170
# To use `ArangoDeploymentReplication`, also run
171-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.24/manifests/enterprise-deployment-replication.yaml
171+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.25/manifests/enterprise-deployment-replication.yaml
172172
```
173173

174174
This procedure can also be used for upgrades and will not harm any
@@ -201,9 +201,9 @@ upgrades.
201201
```bash
202202
# The following will install the operator for `ArangoDeployment` &
203203
# `ArangoDeploymentReplication` resources.
204-
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"
204+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25/kube-arangodb-1.2.25.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.25"
205205
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
206-
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"
206+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25/kube-arangodb-1.2.25.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.25" --set "operator.features.storage=true"
207207
```
208208

209209
### Upgrading the operator using Helm
@@ -237,9 +237,9 @@ with `helm install` as normal:
237237
```bash
238238
# The following will install the operator for `ArangoDeployment` &
239239
# `ArangoDeploymentReplication` resources.
240-
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"
240+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25/kube-arangodb-1.2.25.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.25"
241241
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
242-
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"
242+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25/kube-arangodb-1.2.25.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.25" --set "operator.features.storage=true"
243243
```
244244

245245
## Building

VERSION

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

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

0 commit comments

Comments
 (0)