Skip to content

Commit ffc5c80

Browse files
committed
Updated to 1.2.40
1 parent 916a8d5 commit ffc5c80

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+671
-519
lines changed

README.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ Flags:
207207
## Installation and Usage
208208

209209
Docker images:
210-
- Community Edition: `arangodb/kube-arangodb:1.2.39`
211-
- Enterprise Edition: `arangodb/kube-arangodb-enterprise:1.2.39`
210+
- Community Edition: `arangodb/kube-arangodb:1.2.40`
211+
- Enterprise Edition: `arangodb/kube-arangodb-enterprise:1.2.40`
212212

213213
### Installation of latest release using Kubectl
214214

@@ -217,22 +217,22 @@ running ArangoDB deployments.
217217

218218
##### Community Edition
219219
```bash
220-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.39/manifests/arango-crd.yaml
221-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.39/manifests/arango-deployment.yaml
220+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.40/manifests/arango-crd.yaml
221+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.40/manifests/arango-deployment.yaml
222222
# To use `ArangoLocalStorage`, also run
223-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.39/manifests/arango-storage.yaml
223+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.40/manifests/arango-storage.yaml
224224
# To use `ArangoDeploymentReplication`, also run
225-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.39/manifests/arango-deployment-replication.yaml
225+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.40/manifests/arango-deployment-replication.yaml
226226
```
227227

228228
##### Enterprise Edition
229229
```bash
230-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.39/manifests/enterprise-crd.yaml
231-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.39/manifests/enterprise-deployment.yaml
230+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.40/manifests/enterprise-crd.yaml
231+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.40/manifests/enterprise-deployment.yaml
232232
# To use `ArangoLocalStorage`, also run
233-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.39/manifests/enterprise-storage.yaml
233+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.40/manifests/enterprise-storage.yaml
234234
# To use `ArangoDeploymentReplication`, also run
235-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.39/manifests/enterprise-deployment-replication.yaml
235+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.40/manifests/enterprise-deployment-replication.yaml
236236
```
237237

238238
### Installation of latest release using kustomize
@@ -272,17 +272,17 @@ Only use this procedure for clean installation of the operator. For upgrades see
272272
##### Community Edition
273273
```bash
274274
# The following will install the operator and basic CRDs resources.
275-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.39/kube-arangodb-1.2.39.tgz
275+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.40/kube-arangodb-1.2.40.tgz
276276
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
277-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.39/kube-arangodb-1.2.39.tgz --set "operator.features.storage=true"
277+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.40/kube-arangodb-1.2.40.tgz --set "operator.features.storage=true"
278278
```
279279

280280
##### Enterprise Edition
281281
```bash
282282
# The following will install the operator and basic CRDs resources.
283-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.39/kube-arangodb-1.2.39.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.39"
283+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.40/kube-arangodb-1.2.40.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.40"
284284
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
285-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.39/kube-arangodb-1.2.39.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.39" --set "operator.features.storage=true"
285+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.40/kube-arangodb-1.2.40.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.40" --set "operator.features.storage=true"
286286
```
287287

288288
### Upgrading the operator using Helm
@@ -311,17 +311,17 @@ Then you can install the new version with `helm install` as normal:
311311
##### Community Edition
312312
```bash
313313
# The following will install the operator and basic CRDs resources.
314-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.39/kube-arangodb-1.2.39.tgz
314+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.40/kube-arangodb-1.2.40.tgz
315315
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
316-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.39/kube-arangodb-1.2.39.tgz --set "operator.features.storage=true"
316+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.40/kube-arangodb-1.2.40.tgz --set "operator.features.storage=true"
317317
```
318318

319319
##### Enterprise Edition
320320
```bash
321321
# The following will install the operator and basic CRDs resources.
322-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.39/kube-arangodb-1.2.39.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.39"
322+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.40/kube-arangodb-1.2.40.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.40"
323323
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
324-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.39/kube-arangodb-1.2.39.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.39" --set "operator.features.storage=true"
324+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.40/kube-arangodb-1.2.40.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.40" --set "operator.features.storage=true"
325325
```
326326

327327
## Building

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.40-preview-2+git
1+
1.2.40

chart/kube-arangodb-crd/Chart.yaml

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

chart/kube-arangodb/Chart.yaml

+1-1
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.39
4+
version: 1.2.40
55
description: "ArangoDB Kubernetes Operator"

chart/kube-arangodb/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
operator:
2-
image: arangodb/kube-arangodb:1.2.39
2+
image: arangodb/kube-arangodb:1.2.40
33
imagePullPolicy: IfNotPresent
44
imagePullSecrets: []
55
scope: legacy

examples/reboot-pod.yaml

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

0 commit comments

Comments
 (0)