Skip to content

Commit 3972381

Browse files
committed
Updated manifest to 1.1.10
1 parent 6e065b2 commit 3972381

27 files changed

+162
-162
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ for details.
109109
## Installation of latest release using Kubectl
110110

111111
```bash
112-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.9/manifests/arango-crd.yaml
113-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.9/manifests/arango-deployment.yaml
112+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.10/manifests/arango-crd.yaml
113+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.10/manifests/arango-deployment.yaml
114114
# To use `ArangoLocalStorage`, also run
115-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.9/manifests/arango-storage.yaml
115+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.10/manifests/arango-storage.yaml
116116
# To use `ArangoDeploymentReplication`, also run
117-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.9/manifests/arango-deployment-replication.yaml
117+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.10/manifests/arango-deployment-replication.yaml
118118
```
119119

120120
This procedure can also be used for upgrades and will not harm any
@@ -146,12 +146,12 @@ upgrades.
146146

147147
```bash
148148
# The following will install the custom resources required by the operators.
149-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.9/kube-arangodb-crd-1.1.9.tgz
149+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.10/kube-arangodb-crd-1.1.10.tgz
150150
# The following will install the operator for `ArangoDeployment` &
151151
# `ArangoDeploymentReplication` resources.
152-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.9/kube-arangodb-1.1.9.tgz
152+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.10/kube-arangodb-1.1.10.tgz
153153
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
154-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.9/kube-arangodb-1.1.9.tgz --set "operator.features.storage=true"
154+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.10/kube-arangodb-1.1.10.tgz --set "operator.features.storage=true"
155155
```
156156

157157
## Upgrading the operator using Helm
@@ -186,9 +186,9 @@ with `helm install` as normal:
186186
```bash
187187
# The following will install the operator for `ArangoDeployment` &
188188
# `ArangoDeploymentReplication` resources.
189-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.9/kube-arangodb-1.1.9.tgz
189+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.10/kube-arangodb-1.1.10.tgz
190190
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
191-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.9/kube-arangodb-1.1.9.tgz --set "operator.features.storage=true"
191+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.10/kube-arangodb-1.1.10.tgz --set "operator.features.storage=true"
192192
```
193193

194194
## Building

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.1.9
4+
version: 1.1.10
55

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

chart/kube-arangodb-test/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

33
name: kube-arangodb-test
4-
version: 1.1.9
4+
version: 1.1.10
55

66
description: "ArangoDB Kubernetes Test Access"

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.1.9
4+
version: 1.1.10
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.1.9
4+
image: arangodb/kube-arangodb:1.1.10
55
imagePullPolicy: IfNotPresent
66
imagePullSecrets: []
77

examples/cluster1-with-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: "cluster1-with-sync"
55
spec:
66
mode: Cluster
7-
image: 'arangodb/arangodb:3.7.12'
7+
image: 'arangodb/arangodb:3.7.10'
88
tls:
99
altNames: ["kube-01", "kube-02", "kube-03"]
1010
sync:

examples/cluster2-with-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: "cluster2-with-sync"
55
spec:
66
mode: Cluster
7-
image: 'arangodb/arangodb:3.7.12'
7+
image: 'arangodb/arangodb:3.7.10'
88
tls:
99
altNames: ["kube-01", "kube-02", "kube-03"]
1010
sync:

examples/production-cluster-with-metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ spec:
1313
prometheus.io/port: '9101'
1414
prometheus.io/scrape_interval: '5s'
1515
mode: Cluster
16-
image: 'arangodb/arangodb:3.7.12'
16+
image: 'arangodb/arangodb:3.7.10'
1717
environment: Production

examples/production-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ metadata:
44
name: "production-cluster"
55
spec:
66
mode: Cluster
7-
image: 'arangodb/arangodb:3.7.12'
7+
image: 'arangodb/arangodb:3.7.10'
88
environment: Production

examples/reboot-pod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ spec:
66
restartPolicy: Never
77
serviceAccountName: arango-deployment-operator-reboot
88
containers:
9-
- image: arangodb/kube-arangodb:1.1.9
9+
- image: arangodb/kube-arangodb:1.1.10
1010
name: reboot
1111
command: ["arangodb_operator", "reboot"]
1212
args:
1313
- --deployment-name=my-arangodb-cluster
14-
- --image-name=arangodb/enterprise:3.7.11
14+
- --image-name=arangodb/enterprise:3.7.10
1515
- --license-secret-name=arangodb-license-key
1616
- --coordinators=3
1717
- pvc-9aa241f7-df94-11e9-b74c-42010aac0044

0 commit comments

Comments
 (0)