Skip to content

Commit e467eb4

Browse files
committed
Updated to 1.2.42
1 parent 31b8872 commit e467eb4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+521
-521
lines changed

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ Flags:
223223
### Installation and Usage
224224

225225
Docker images:
226-
- Community Edition: `arangodb/kube-arangodb:1.2.41`
227-
- Enterprise Edition: `arangodb/kube-arangodb-enterprise:1.2.41`
226+
- Community Edition: `arangodb/kube-arangodb:1.2.42`
227+
- Enterprise Edition: `arangodb/kube-arangodb-enterprise:1.2.42`
228228

229229
### Installation of latest release using Kubectl
230230

@@ -233,22 +233,22 @@ running ArangoDB deployments.
233233

234234
##### Community Edition
235235
```bash
236-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41/manifests/arango-crd.yaml
237-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41/manifests/arango-deployment.yaml
236+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/arango-crd.yaml
237+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/arango-deployment.yaml
238238
# To use `ArangoLocalStorage`, also run
239-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41/manifests/arango-storage.yaml
239+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/arango-storage.yaml
240240
# To use `ArangoDeploymentReplication`, also run
241-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41/manifests/arango-deployment-replication.yaml
241+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/arango-deployment-replication.yaml
242242
```
243243

244244
##### Enterprise Edition
245245
```bash
246-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41/manifests/enterprise-crd.yaml
247-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41/manifests/enterprise-deployment.yaml
246+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/enterprise-crd.yaml
247+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/enterprise-deployment.yaml
248248
# To use `ArangoLocalStorage`, also run
249-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41/manifests/enterprise-storage.yaml
249+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/enterprise-storage.yaml
250250
# To use `ArangoDeploymentReplication`, also run
251-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.41/manifests/enterprise-deployment-replication.yaml
251+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/enterprise-deployment-replication.yaml
252252
```
253253

254254
### Installation of latest release using kustomize
@@ -314,9 +314,9 @@ helm install --generate-name kube-arangodb/kube-arangodb-enterprise --set "opera
314314
##### Community Edition
315315
```bash
316316
# The following will install the operator and basic CRDs resources.
317-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.41/kube-arangodb-1.2.41.tgz
317+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42/kube-arangodb-1.2.42.tgz
318318
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
319-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.41/kube-arangodb-1.2.41.tgz --set "operator.features.storage=true"
319+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42/kube-arangodb-1.2.42.tgz --set "operator.features.storage=true"
320320
```
321321

322322
##### Enterprise Edition
@@ -353,9 +353,9 @@ Then you can install the new version with `helm install` as normal:
353353
##### Community Edition
354354
```bash
355355
# The following will install the operator and basic CRDs resources.
356-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.41/kube-arangodb-1.2.41.tgz
356+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42/kube-arangodb-1.2.42.tgz
357357
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
358-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.41/kube-arangodb-1.2.41.tgz --set "operator.features.storage=true"
358+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42/kube-arangodb-1.2.42.tgz --set "operator.features.storage=true"
359359
```
360360

361361
##### Enterprise Edition

VERSION

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

chart/kube-arangodb-arm64/Chart.yaml

+1-1
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-arm64
4-
version: 1.2.41
4+
version: 1.2.42
55
description: "ArangoDB Kubernetes Operator with ARM64 defaults"

chart/kube-arangodb-arm64/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
operator:
2-
image: arangodb/kube-arangodb:1.2.41
2+
image: arangodb/kube-arangodb:1.2.42
33
imagePullPolicy: IfNotPresent
44
imagePullSecrets: []
55
scope: legacy

chart/kube-arangodb-crd/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kube-arangodb-crd
2-
version: 1.2.41
2+
version: 1.2.42
33
description: "ArangoDB Kubernetes Custom Resource Definitions (Deprecated)"
44
tillerVersion: ">2.7"
55
appVersion: 3.5.0
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-enterprise-arm64
4-
version: 1.2.41
4+
version: 1.2.42
55
description: "ArangoDB Kubernetes Enterprise Operator with ARM64 defaults"

chart/kube-arangodb-enterprise-arm64/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
operator:
2-
image: arangodb/kube-arangodb-enterprise:1.2.41
2+
image: arangodb/kube-arangodb:1.2.42
33
imagePullPolicy: IfNotPresent
44
imagePullSecrets: []
55
scope: legacy
+1-1
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-enterprise
4-
version: 1.2.41
4+
version: 1.2.42
55
description: "ArangoDB Kubernetes Enterprise Operator"

chart/kube-arangodb-enterprise/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
operator:
2-
image: arangodb/kube-arangodb-enterprise:1.2.41
2+
image: arangodb/kube-arangodb:1.2.42
33
imagePullPolicy: IfNotPresent
44
imagePullSecrets: []
55
scope: legacy

chart/kube-arangodb/Chart.yaml

+1-1
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.41
4+
version: 1.2.42
55
description: "ArangoDB Kubernetes Operator"

chart/kube-arangodb/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
operator:
2-
image: arangodb/kube-arangodb:1.2.41
2+
image: arangodb/kube-arangodb:1.2.42
33
imagePullPolicy: IfNotPresent
44
imagePullSecrets: []
55
scope: legacy

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

0 commit comments

Comments
 (0)