Skip to content

Commit 47cfdd1

Browse files
committed
Updated to 1.2.23
1 parent 1d53a68 commit 47cfdd1

22 files changed

+265
-265
lines changed

README.md

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

7070
## Operator Community Edition (CE)
7171

72-
Image: `arangodb/kube-arangodb:1.2.22`
72+
Image: `arangodb/kube-arangodb:1.2.23`
7373

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

7676
```bash
77-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.22/manifests/arango-crd.yaml
78-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.22/manifests/arango-deployment.yaml
77+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23/manifests/arango-crd.yaml
78+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23/manifests/arango-deployment.yaml
7979
# To use `ArangoLocalStorage`, also run
80-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.22/manifests/arango-storage.yaml
80+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23/manifests/arango-storage.yaml
8181
# To use `ArangoDeploymentReplication`, also run
82-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.22/manifests/arango-deployment-replication.yaml
82+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23/manifests/arango-deployment-replication.yaml
8383
```
8484

8585
This procedure can also be used for upgrades and will not harm any
@@ -111,12 +111,12 @@ upgrades.
111111

112112
```bash
113113
# The following will install the custom resources required by the operators.
114-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.22/kube-arangodb-crd-1.2.22.tgz
114+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23/kube-arangodb-crd-1.2.23.tgz
115115
# The following will install the operator for `ArangoDeployment` &
116116
# `ArangoDeploymentReplication` resources.
117-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.22/kube-arangodb-1.2.22.tgz
117+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23/kube-arangodb-1.2.23.tgz
118118
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
119-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.22/kube-arangodb-1.2.22.tgz --set "operator.features.storage=true"
119+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23/kube-arangodb-1.2.23.tgz --set "operator.features.storage=true"
120120
```
121121

122122
### 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.22/kube-arangodb-1.2.22.tgz
154+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23/kube-arangodb-1.2.23.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.22/kube-arangodb-1.2.22.tgz --set "operator.features.storage=true"
156+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.23/kube-arangodb-1.2.23.tgz --set "operator.features.storage=true"
157157
```
158158

159159
## Operator Enterprise Edition (EE)
160160

161-
Image: `arangodb/kube-arangodb-enterprise:1.2.22`
161+
Image: `arangodb/kube-arangodb-enterprise:1.2.23`
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.22/manifests/enterprise-crd.yaml
167-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.22/manifests/enterprise-deployment.yaml
166+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23/manifests/enterprise-crd.yaml
167+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23/manifests/enterprise-deployment.yaml
168168
# To use `ArangoLocalStorage`, also run
169-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.22/manifests/enterprise-storage.yaml
169+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23/manifests/enterprise-storage.yaml
170170
# To use `ArangoDeploymentReplication`, also run
171-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.22/manifests/enterprise-deployment-replication.yaml
171+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.23/manifests/enterprise-deployment-replication.yaml
172172
```
173173

174174
This procedure can also be used for upgrades and will not harm any
@@ -200,12 +200,12 @@ upgrades.
200200

201201
```bash
202202
# The following will install the custom resources required by the operators.
203-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.22/kube-arangodb-crd-1.2.22.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.22"
203+
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"
204204
# The following will install the operator for `ArangoDeployment` &
205205
# `ArangoDeploymentReplication` resources.
206-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.22/kube-arangodb-1.2.22.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.22"
206+
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"
207207
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
208-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.22/kube-arangodb-1.2.22.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.22" --set "operator.features.storage=true"
208+
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"
209209
```
210210

211211
### Upgrading the operator using Helm
@@ -240,9 +240,9 @@ with `helm install` as normal:
240240
```bash
241241
# The following will install the operator for `ArangoDeployment` &
242242
# `ArangoDeploymentReplication` resources.
243-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.22/kube-arangodb-1.2.22.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.22"
243+
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"
244244
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
245-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.22/kube-arangodb-1.2.22.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.22" --set "operator.features.storage=true"
245+
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"
246246
```
247247

248248
## Building

VERSION

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

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

0 commit comments

Comments
 (0)