Skip to content

Commit 8b993ae

Browse files
committed
Updated to 1.2.49
1 parent 52f4bc9 commit 8b993ae

File tree

69 files changed

+2656
-2462
lines changed

Some content is hidden

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

69 files changed

+2656
-2462
lines changed

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ Flags:
249249
### Installation and Usage
250250

251251
Docker images:
252-
- Community Edition: `arangodb/kube-arangodb:1.2.48`
253-
- Enterprise Edition: `arangodb/kube-arangodb-enterprise:1.2.48`
252+
- Community Edition: `arangodb/kube-arangodb:1.2.49`
253+
- Enterprise Edition: `arangodb/kube-arangodb-enterprise:1.2.49`
254254

255255
### Installation of latest release using Kubectl
256256

@@ -259,22 +259,22 @@ running ArangoDB deployments.
259259

260260
##### Community Edition
261261
```bash
262-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48/manifests/arango-crd.yaml
263-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48/manifests/arango-deployment.yaml
262+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.49/manifests/arango-crd.yaml
263+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.49/manifests/arango-deployment.yaml
264264
# To use `ArangoLocalStorage`, also run
265-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48/manifests/arango-storage.yaml
265+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.49/manifests/arango-storage.yaml
266266
# To use `ArangoDeploymentReplication`, also run
267-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48/manifests/arango-deployment-replication.yaml
267+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.49/manifests/arango-deployment-replication.yaml
268268
```
269269

270270
##### Enterprise Edition
271271
```bash
272-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48/manifests/enterprise-crd.yaml
273-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48/manifests/enterprise-deployment.yaml
272+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.49/manifests/enterprise-crd.yaml
273+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.49/manifests/enterprise-deployment.yaml
274274
# To use `ArangoLocalStorage`, also run
275-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48/manifests/enterprise-storage.yaml
275+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.49/manifests/enterprise-storage.yaml
276276
# To use `ArangoDeploymentReplication`, also run
277-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48/manifests/enterprise-deployment-replication.yaml
277+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.49/manifests/enterprise-deployment-replication.yaml
278278
```
279279

280280
### Installation of latest release using kustomize
@@ -293,8 +293,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
293293
kind: Kustomization
294294
namespace: my-custom-namespace
295295
resources:
296-
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/crd?ref=1.2.48
297-
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.2.48
296+
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/crd?ref=1.2.49
297+
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.2.49
298298
```
299299

300300
##### Enterprise Edition example
@@ -303,8 +303,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
303303
kind: Kustomization
304304
namespace: my-custom-namespace
305305
resources:
306-
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/crd?ref=1.2.48
307-
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.2.48
306+
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/crd?ref=1.2.49
307+
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.2.49
308308
```
309309

310310
### Installation of latest release using Helm
@@ -340,17 +340,17 @@ helm install --generate-name kube-arangodb/kube-arangodb-enterprise --set "opera
340340
##### Community Edition
341341
```bash
342342
# The following will install the operator and basic CRDs resources.
343-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.48/kube-arangodb-1.2.48.tgz
343+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.49/kube-arangodb-1.2.49.tgz
344344
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
345-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.48/kube-arangodb-1.2.48.tgz --set "operator.features.storage=true"
345+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.49/kube-arangodb-1.2.49.tgz --set "operator.features.storage=true"
346346
```
347347

348348
##### Enterprise Edition
349349
```bash
350350
# The following will install the operator and basic CRDs resources.
351-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.48/kube-arangodb-enterprise-1.2.48.tgz
351+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.49/kube-arangodb-enterprise-1.2.49.tgz
352352
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
353-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.48/kube-arangodb-enterprise-1.2.48.tgz --set "operator.features.storage=true"
353+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.49/kube-arangodb-enterprise-1.2.49.tgz --set "operator.features.storage=true"
354354
```
355355

356356
### Upgrading the operator using Helm
@@ -364,23 +364,23 @@ kube-arangodb-1-1696919877 default 1 2023-10-10 08:37:57.884783199 +020
364364

365365
So here, you would have to do
366366
```bash
367-
helm upgrade --install kube-arangodb-1-1696919877 https://github.com/arangodb/kube-arangodb/releases/download/1.2.48/kube-arangodb-1.2.48.tgz
367+
helm upgrade --install kube-arangodb-1-1696919877 https://github.com/arangodb/kube-arangodb/releases/download/1.2.49/kube-arangodb-1.2.49.tgz
368368
```
369369

370370
##### Community Edition
371371
```bash
372372
# The following will install the operator and basic CRDs resources.
373-
helm upgrade --install <NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.48/kube-arangodb-1.2.48.tgz
373+
helm upgrade --install <NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.49/kube-arangodb-1.2.49.tgz
374374
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
375-
helm upgrade --install <NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.48/kube-arangodb-1.2.48.tgz --set "operator.features.storage=true"
375+
helm upgrade --install <NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.49/kube-arangodb-1.2.49.tgz --set "operator.features.storage=true"
376376
```
377377

378378
##### Enterprise Edition
379379
```bash
380380
# The following will install the operator and basic CRDs resources.
381-
helm upgrade --install <NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.48/kube-arangodb-enterprise-1.2.48.tgz
381+
helm upgrade --install <NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.49/kube-arangodb-enterprise-1.2.49.tgz
382382
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
383-
helm upgrade --install <NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.48/kube-arangodb-enterprise-1.2.48.tgz --set "operator.features.storage=true"
383+
helm upgrade --install <NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.49/kube-arangodb-enterprise-1.2.49.tgz --set "operator.features.storage=true"
384384
```
385385

386386
## Building

VERSION

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

chart/kube-arangodb-arm64/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-arm64
4-
version: 1.2.48
4+
version: 1.2.49
55
description: "ArangoDB Kubernetes Operator with ARM64 defaults"

chart/kube-arangodb-arm64/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.48
2+
image: arangodb/kube-arangodb:1.2.49
33
imagePullPolicy: IfNotPresent
44
imagePullSecrets: []
55
scope: legacy

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.48
2+
version: 1.2.49
33
description: "ArangoDB Kubernetes Custom Resource Definitions (Deprecated)"
44
tillerVersion: ">2.7"
55
appVersion: 3.5.0
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-enterprise-arm64
4-
version: 1.2.48
4+
version: 1.2.49
55
description: "ArangoDB Kubernetes Enterprise Operator with ARM64 defaults"

chart/kube-arangodb-enterprise-arm64/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-enterprise:1.2.48
2+
image: arangodb/kube-arangodb-enterprise:1.2.49
33
imagePullPolicy: IfNotPresent
44
imagePullSecrets: []
55
scope: legacy
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-enterprise
4-
version: 1.2.48
4+
version: 1.2.49
55
description: "ArangoDB Kubernetes Enterprise Operator"

chart/kube-arangodb-enterprise/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-enterprise:1.2.48
2+
image: arangodb/kube-arangodb-enterprise:1.2.49
33
imagePullPolicy: IfNotPresent
44
imagePullSecrets: []
55
scope: legacy

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

0 commit comments

Comments
 (0)