8000 Release 1.1.5-1 · sharekey/kube-arangodb@c229408 · GitHub
[go: up one dir, main page]

Skip to content

Commit c229408

Browse files
committed
Release 1.1.5-1
1 parent 1e6f7df commit c229408

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
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.5/manifests/arango-crd.yaml
99-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.5/manifests/arango-deployment.yaml
98+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.5-1/manifests/arango-crd.yaml
99+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.5-1/manifests/arango-deployment.yaml
100100
# To use `ArangoLocalStorage`, also run
101-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.5/manifests/arango-storage.yaml
101+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.5-1/manifests/arango-storage.yaml
102102
# To use `ArangoDeploymentReplication`, also run
103-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.5/manifests/arango-deployment-replication.yaml
103+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.5-1/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.5/kube-arangodb-crd-1.1.5.tgz
135+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.5-1/kube-arangodb-crd-1.1.5-1.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.5/kube-arangodb-1.1.5.tgz
138+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.5-1/kube-arangodb-1.1.5-1.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.5/kube-arangodb-1.1.5.tgz --set "operator.features.storage=true"
140+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.5-1/kube-arangodb-1.1.5-1.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.5/kube-arangodb-1.1.5.tgz
175+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.5-1/kube-arangodb-1.1.5-1.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.5/kube-arangodb-1.1.5.tgz --set "operator.features.storage=true"
177+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.5-1/kube-arangodb-1.1.5-1.tgz --set "operator.features.storage=true"
178178
```
179179

180180
## Building

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.5
1+
1.1.5-1

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

0 commit comments

Comments
 (0)
0