Skip to content

Commit 0408223

Browse files
committed
Updated to 1.2.44
1 parent 69f6946 commit 0408223

File tree

67 files changed

+4631
-3087
lines changed

Some content is hidden

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

67 files changed

+4631
-3087
lines changed

README.md

+22-22
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ Flags:
242242
### Installation and Usage
243243

244244
Docker images:
245-
- Community Edition: `arangodb/kube-arangodb:1.2.43`
246-
- Enterprise Edition: `arangodb/kube-arangodb-enterprise:1.2.43`
245+
- Community Edition: `arangodb/kube-arangodb:1.2.44`
246+
- Enterprise Edition: `arangodb/kube-arangodb-enterprise:1.2.44`
247247

248248
### Installation of latest release using Kubectl
249249

@@ -252,22 +252,22 @@ running ArangoDB deployments.
252252

253253
##### Community Edition
254254
```bash
255-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/arango-crd.yaml
256-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/arango-deployment.yaml
255+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.44/manifests/arango-crd.yaml
256+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.44/manifests/arango-deployment.yaml
257257
# To use `ArangoLocalStorage`, also run
258-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/arango-storage.yaml
258+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.44/manifests/arango-storage.yaml
259259
# To use `ArangoDeploymentReplication`, also run
260-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/arango-deployment-replication.yaml
260+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.44/manifests/arango-deployment-replication.yaml
261261
```
262262

263263
##### Enterprise Edition
264264
```bash
265-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/enterprise-crd.yaml
266-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/enterprise-deployment.yaml
265+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.44/manifests/enterprise-crd.yaml
266+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.44/manifests/enterprise-deployment.yaml
267267
# To use `ArangoLocalStorage`, also run
268-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/enterprise-storage.yaml
268+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.44/manifests/enterprise-storage.yaml
269269
# To use `ArangoDeploymentReplication`, also run
270-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/enterprise-deployment-replication.yaml
270+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.44/manifests/enterprise-deployment-replication.yaml
271271
```
272272

273273
### Installation of latest release using kustomize
@@ -286,8 +286,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
286286
kind: Kustomization
287287
namespace: my-custom-namespace
288288
resources:
289-
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/crd?ref=1.2.43
290-
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.2.43
289+
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/crd?ref=1.2.44
290+
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.2.44
291291
```
292292

293293
##### Enterprise Edition example
@@ -296,8 +296,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
296296
kind: Kustomization
297297
namespace: my-custom-namespace
298298
resources:
299-
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/crd?ref=1.2.43
300-
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.2.43
299+
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/crd?ref=1.2.44
300+
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.2.44
301301
```
302302

303303
### Installation of latest release using Helm
@@ -333,17 +333,17 @@ helm install --generate-name kube-arangodb/kube-arangodb-enterprise --set "opera
333333
##### Community Edition
334334
```bash
335335
# The following will install the operator and basic CRDs resources.
336-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43/kube-arangodb-1.2.43.tgz
336+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.44/kube-arangodb-1.2.44.tgz
337337
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
338-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43/kube-arangodb-1.2.43.tgz --set "operator.features.storage=true"
338+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.44/kube-arangodb-1.2.44.tgz --set "operator.features.storage=true"
339339
```
340340

341341
##### Enterprise Edition
342342
```bash
343343
# The following will install the operator and basic CRDs resources.
344-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43/kube-arangodb-enterprise-1.2.43.tgz
344+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.44/kube-arangodb-enterprise-1.2.44.tgz
345345
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
346-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43/kube-arangodb-enterprise-1.2.43.tgz --set "operator.features.storage=true"
346+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.44/kube-arangodb-enterprise-1.2.44.tgz --set "operator.features.storage=true"
347347
```
348348

349349
### Upgrading the operator using Helm
@@ -372,17 +372,17 @@ Then you can install the new version with `helm install` as normal:
372372
##### Community Edition
373373
```bash
374374
# The following will install the operator and basic CRDs resources.
375-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43/kube-arangodb-1.2.43.tgz
375+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.44/kube-arangodb-1.2.44.tgz
376376
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
377-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43/kube-arangodb-1.2.43.tgz --set "operator.features.storage=true"
377+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.44/kube-arangodb-1.2.44.tgz --set "operator.features.storage=true"
378378
```
379379

380380
##### Enterprise Edition
381381
```bash
382382
# The following will install the operator and basic CRDs resources.
383-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43/kube-arangodb-enterprise-1.2.43.tgz
383+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.44/kube-arangodb-enterprise-1.2.44.tgz
384384
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
385-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43/kube-arangodb-enterprise-1.2.43.tgz --set "operator.features.storage=true"
385+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.44/kube-arangodb-enterprise-1.2.44.tgz --set "operator.features.storage=true"
386386
```
387387

388388
## Building

VERSION

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

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.43
4+
version: 1.2.44
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.43
2+
image: arangodb/kube-arangodb:1.2.44
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.43
2+
version: 1.2.44
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.43
4+
version: 1.2.44
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.43
2+
image: arangodb/kube-arangodb-enterprise:1.2.44
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.43
4+
version: 1.2.44
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.43
2+
image: arangodb/kube-arangodb-enterprise:1.2.44
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.43
4+
version: 1.2.44
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.43
2+
image: arangodb/kube-arangodb:1.2.44
33
imagePullPolicy: IfNotPresent
44
imagePullSecrets: []
55
scope: legacy

0 commit comments

Comments
 (0)