Skip to content

Commit 4ffa41e

Browse files
committed
Updated to 1.2.35
1 parent 6edc8a9 commit 4ffa41e

34 files changed

+459
-459
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ To upgrade to the Enterprise Edition, you need to get in touch with the ArangoDB
109109
## Installation and Usage
110110

111111
Docker images:
112-
- Community Edition: `arangodb/kube-arangodb:1.2.34`
113-
- Enterprise Edition: `arangodb/kube-arangodb-enterprise:1.2.34`
112+
- Community Edition: `arangodb/kube-arangodb:1.2.35`
113+
- Enterprise Edition: `arangodb/kube-arangodb-enterprise:1.2.35`
114114

115115
### Installation of latest release using Kubectl
116116

@@ -119,22 +119,22 @@ running ArangoDB deployments.
119119

120120
##### Community Edition
121121
```bash
122-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34/manifests/arango-crd.yaml
123-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34/manifests/arango-deployment.yaml
122+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35/manifests/arango-crd.yaml
123+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35/manifests/arango-deployment.yaml
124124
# To use `ArangoLocalStorage`, also run
125-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34/manifests/arango-storage.yaml
125+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35/manifests/arango-storage.yaml
126126
# To use `ArangoDeploymentReplication`, also run
127-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34/manifests/arango-deployment-replication.yaml
127+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35/manifests/arango-deployment-replication.yaml
128128
```
129129

130130
##### Enterprise Edition
131131
```bash
132-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34/manifests/enterprise-crd.yaml
133-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34/manifests/enterprise-deployment.yaml
132+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35/manifests/enterprise-crd.yaml
133+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35/manifests/enterprise-deployment.yaml
134134
# To use `ArangoLocalStorage`, also run
135-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34/manifests/enterprise-storage.yaml
135+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35/manifests/enterprise-storage.yaml
136136
# To use `ArangoDeploymentReplication`, also run
137-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.34/manifests/enterprise-deployment-replication.yaml
137+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35/manifests/enterprise-deployment-replication.yaml
138138
```
139139

140140
### Installation of latest release using kustomize
@@ -174,17 +174,17 @@ Only use this procedure for clean installation of the operator. For upgrades see
174174
##### Community Edition
175175
```bash
176176
# The following will install the operator and basic CRDs resources.
177-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.34/kube-arangodb-1.2.34.tgz
177+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35/kube-arangodb-1.2.35.tgz
178178
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
179-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.34/kube-arangodb-1.2.34.tgz --set "operator.features.storage=true"
179+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35/kube-arangodb-1.2.35.tgz --set "operator.features.storage=true"
180180
```
181181

182182
##### Enterprise Edition
183183
```bash
184184
# The following will install the operator and basic CRDs resources.
185-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.34/kube-arangodb-1.2.34.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.34"
185+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35/kube-arangodb-1.2.35.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.35"
186186
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
187-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.34/kube-arangodb-1.2.34.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.34" --set "operator.features.storage=true"
187+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35/kube-arangodb-1.2.35.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.35" --set "operator.features.storage=true"
188188
```
189189

190190
### Upgrading the operator using Helm
@@ -213,17 +213,17 @@ Then you can install the new version with `helm install` as normal:
213213
##### Community Edition
214214
```bash
215215
# The following will install the operator and basic CRDs resources.
216-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.34/kube-arangodb-1.2.34.tgz
216+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35/kube-arangodb-1.2.35.tgz
217217
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
218-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.34/kube-arangodb-1.2.34.tgz --set "operator.features.storage=true"
218+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35/kube-arangodb-1.2.35.tgz --set "operator.features.storage=true"
219219
```
220220

221221
##### Enterprise Edition
222222
```bash
223223
# The following will install the operator and basic CRDs resources.
224-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.34/kube-arangodb-1.2.34.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.34"
224+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35/kube-arangodb-1.2.35.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.35"
225225
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
226-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.34/kube-arangodb-1.2.34.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.34" --set "operator.features.storage=true"
226+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35/kube-arangodb-1.2.35.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.35" --set "operator.features.storage=true"
227227
```
228228

229229
## Building

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.35-preview-2+git
1+
1.2.35

chart/kube-arangodb-crd/Chart.yaml

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

chart/kube-arangodb/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.34
4+
version: 1.2.35
55
description: "ArangoDB Kubernetes Operator"

chart/kube-arangodb/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
operator:
2-
image: arangodb/kube-arangodb:1.2.34
2+
image: arangodb/kube-arangodb:1.2.35
33
imagePullPolicy: IfNotPresent
44
imagePullSecrets: []
55
scope: legacy

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

0 commit comments

Comments
 (0)