Skip to content

Commit f7df5c5

Browse files
committed
Updated manifest to 1.1.8
1 parent adc1162 commit f7df5c5

27 files changed

+162
-162
lines changed

README.md

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

9797
```bash
98-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.7/manifests/arango-crd.yaml
99-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.7/manifests/arango-deployment.yaml
98+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.8/manifests/arango-crd.yaml
99+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.8/manifests/arango-deployment.yaml
100100
# To use `ArangoLocalStorage`, also run
101-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.7/manifests/arango-storage.yaml
101+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.8/manifests/arango-storage.yaml
102102
# To use `ArangoDeploymentReplication`, also run
103-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.7/manifests/arango-deployment-replication.yaml
103+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.8/manifests/arango-deployment-replication.yaml
104104
```
105105

106106
This procedure can also be used for upgrades and will not harm any
@@ -132,12 +132,12 @@ upgrades.
132132

133133
```bash
134134
# The following will install the custom resources required by the operators.
135-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.7/kube-arangodb-crd-1.1.7.tgz
135+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.8/kube-arangodb-crd-1.1.8.tgz
136136
# The following will install the operator for `ArangoDeployment` &
137137
# `ArangoDeploymentReplication` resources.
138-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.7/kube-arangodb-1.1.7.tgz
138+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.8/kube-arangodb-1.1.8.tgz
139139
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
140-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.7/kube-arangodb-1.1.7.tgz --set "operator.features.storage=true"
140+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.8/kube-arangodb-1.1.8.tgz --set "operator.features.storage=true"
141141
```
142142

143143
## Upgrading the operator using Helm
@@ -172,9 +172,9 @@ with `helm install` as normal:
172172
```bash
173173
# The following will install the operator for `ArangoDeployment` &
174174
# `ArangoDeploymentReplication` resources.
175-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.7/kube-arangodb-1.1.7.tgz
175+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.8/kube-arangodb-1.1.8.tgz
176176
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
177-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.7/kube-arangodb-1.1.7.tgz --set "operator.features.storage=true"
177+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.8/kube-arangodb-1.1.8.tgz --set "operator.features.storage=true"
178178
```
179179

180180
## 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.7
4+
version: 1.1.8
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.7
4+
version: 1.1.8
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.7
4+
version: 1.1.8
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.7
4+
image: arangodb/kube-arangodb:1.1.8
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.10'
7+
image: 'arangodb/arangodb:3.6.1'
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.10'
7+
image: 'arangodb/arangodb:3.6.1'
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.10'
16+
image: arangodb/arangodb:3.6.1'
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.10'
7+
image: 'arangodb/arangodb:3.6.1'
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.7
9+
- image: arangodb/kube-arangodb:1.1.8
1010
name: reboot
1111
command: ["arangodb_operator", "reboot"]
1212
args:
1313
- --deployment-name=my-arangodb-cluster
14-
- --image-name=arangodb/enterprise:3.7.10
14+
- --image-name=arangodb/enterprise:3.6.1
1515
- --license-secret-name=arangodb-license-key
1616
- --coordinators=3
1717
- pvc-9aa241f7-df94-11e9-b74c-42010aac0044

0 commit comments

Comments
 (0)