Skip to content

Commit c3e34dd

Browse files
committed
Updated to 1.2.14
1 parent 7316b14 commit c3e34dd

25 files changed

+349
-251
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ for details.
116116
## Installation of latest release using Kubectl
117117

118118
```bash
119-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.13/manifests/arango-crd.yaml
120-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.13/manifests/arango-deployment.yaml
119+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.14/manifests/arango-crd.yaml
120+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.14/manifests/arango-deployment.yaml
121121
# To use `ArangoLocalStorage`, also run
122-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.13/manifests/arango-storage.yaml
122+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.14/manifests/arango-storage.yaml
123123
# To use `ArangoDeploymentReplication`, also run
124-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.13/manifests/arango-deployment-replication.yaml
124+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.14/manifests/arango-deployment-replication.yaml
125125
```
126126

127127
This procedure can also be used for upgrades and will not harm any
@@ -153,12 +153,12 @@ upgrades.
153153

154154
```bash
155155
# The following will install the custom resources required by the operators.
156-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.13/kube-arangodb-crd-1.2.13.tgz
156+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.14/kube-arangodb-crd-1.2.14.tgz
157157
# The following will install the operator for `ArangoDeployment` &
158158
# `ArangoDeploymentReplication` resources.
159-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.13/kube-arangodb-1.2.13.tgz
159+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.14/kube-arangodb-1.2.14.tgz
160160
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
161-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.13/kube-arangodb-1.2.13.tgz --set "operator.features.storage=true"
161+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.14/kube-arangodb-1.2.14.tgz --set "operator.features.storage=true"
162162
```
163163

164164
## Upgrading the operator using Helm
@@ -193,9 +193,9 @@ with `helm install` as normal:
193193
```bash
194194
# The following will install the operator for `ArangoDeployment` &
195195
# `ArangoDeploymentReplication` resources.
196-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.13/kube-arangodb-1.2.13.tgz
196+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.14/kube-arangodb-1.2.14.tgz
197197
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
198-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.13/kube-arangodb-1.2.13.tgz --set "operator.features.storage=true"
198+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.14/kube-arangodb-1.2.14.tgz --set "operator.features.storage=true"
199199
```
200200

201201
## Building

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.14-preview-3+git
1+
1.2.14

chart/kube-arangodb-crd/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
name: kube-arangodb-crd
4-
version: 1.2.13
4+
version: 1.2.14
55

66
description: "ArangoDB Kubernetes Custom Resource Definitions"
77
tillerVersion: ">2.7"

chart/kube-arangodb-test/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

33
name: kube-arangodb-test
4-
version: 1.2.13
4+
version: 1.2.14
55

66
description: "ArangoDB Kubernetes Test Access"

chart/kube-arangodb/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
name: kube-arangodb
4-
version: 1.2.13
4+
version: 1.2.14
55

66
description: "ArangoDB Kubernetes Operator"
77
tillerVersion: ">2.7"

chart/kube-arangodb/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
operator:
4-
image: arangodb/kube-arangodb:1.2.13
4+
image: arangodb/kube-arangodb:1.2.14
55
imagePullPolicy: IfNotPresent
66
imagePullSecrets: []
77

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

0 commit comments

Comments
 (0)