Skip to content

Commit 2a4a55a

Browse files
committed
Updated to 1.2.48
1 parent d5bf2ae commit 2a4a55a

File tree

72 files changed

+306394
-3036
lines changed

Some content is hidden

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

72 files changed

+306394
-3036
lines changed

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ Flags:
246246
### Installation and Usage
247247

248248
Docker images:
249-
- Community Edition: `arangodb/kube-arangodb:1.2.47`
250-
- Enterprise Edition: `arangodb/kube-arangodb-enterprise:1.2.47`
249+
- Community Edition: `arangodb/kube-arangodb:1.2.48`
250+
- Enterprise Edition: `arangodb/kube-arangodb-enterprise:1.2.48`
251251

252252
### Installation of latest release using Kubectl
253253

@@ -256,22 +256,22 @@ running ArangoDB deployments.
256256

257257
##### Community Edition
258258
```bash
259-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.47/manifests/arango-crd.yaml
260-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.47/manifests/arango-deployment.yaml
259+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48/manifests/arango-crd.yaml
260+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48/manifests/arango-deployment.yaml
261261
# To use `ArangoLocalStorage`, also run
262-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.47/manifests/arango-storage.yaml
262+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48/manifests/arango-storage.yaml
263263
# To use `ArangoDeploymentReplication`, also run
264-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.47/manifests/arango-deployment-replication.yaml
264+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48/manifests/arango-deployment-replication.yaml
265265
```
266266

267267
##### Enterprise Edition
268268
```bash
269-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.47/manifests/enterprise-crd.yaml
270-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.47/manifests/enterprise-deployment.yaml
269+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48/manifests/enterprise-crd.yaml
270+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48/manifests/enterprise-deployment.yaml
271271
# To use `ArangoLocalStorage`, also run
272-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.47/manifests/enterprise-storage.yaml
272+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48/manifests/enterprise-storage.yaml
273273
# To use `ArangoDeploymentReplication`, also run
274-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.47/manifests/enterprise-deployment-replication.yaml
274+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.48/manifests/enterprise-deployment-replication.yaml
275275
```
276276

277277
### Installation of latest release using kustomize
@@ -290,8 +290,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
290290
kind: Kustomization
291291
namespace: my-custom-namespace
292292
resources:
293-
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/crd?ref=1.2.47
294-
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.2.47
293+
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/crd?ref=1.2.48
294+
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.2.48
295295
```
296296

297297
##### Enterprise Edition example
@@ -300,8 +300,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
300300
kind: Kustomization
301301
namespace: my-custom-namespace
302302
resources:
303-
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/crd?ref=1.2.47
304-
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.2.47
303+
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/crd?ref=1.2.48
304+
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.2.48
305305
```
306306

307307
### Installation of latest release using Helm
@@ -337,17 +337,17 @@ helm install --generate-name kube-arangodb/kube-arangodb-enterprise --set "opera
337337
##### Community Edition
338338
```bash
339339
# The following will install the operator and basic CRDs resources.
340-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.47/kube-arangodb-1.2.47.tgz
340+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.48/kube-arangodb-1.2.48.tgz
341341
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
342-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.47/kube-arangodb-1.2.47.tgz --set "operator.features.storage=true"
342+
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"
343343
```
344344

345345
##### Enterprise Edition
346346
```bash
347347
# The following will install the operator and basic CRDs resources.
348-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.47/kube-arangodb-enterprise-1.2.47.tgz
348+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.48/kube-arangodb-enterprise-1.2.48.tgz
349349
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
350-
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.47/kube-arangodb-enterprise-1.2.47.tgz --set "operator.features.storage=true"
350+
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"
351351
```
352352

353353
### Upgrading the operator using Helm
@@ -361,23 +361,23 @@ kube-arangodb-1-1696919877 default 1 2023-10-10 08:37:57.884783199 +020
361361

362362
So here, you would have to do
363363
```bash
364-
helm upgrade --install kube-arangodb-1-1696919877 https://github.com/arangodb/kube-arangodb/releases/download/1.2.47/kube-arangodb-1.2.47.tgz
364+
helm upgrade --install kube-arangodb-1-1696919877 https://github.com/arangodb/kube-arangodb/releases/download/1.2.48/kube-arangodb-1.2.48.tgz
365365
```
366366

367367
##### Community Edition
368368
```bash
369369
# The following will install the operator and basic CRDs resources.
370-
helm upgrade --install <NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.47/kube-arangodb-1.2.47.tgz
370+
helm upgrade --install <NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.48/kube-arangodb-1.2.48.tgz
371371
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
372-
helm upgrade --install <NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.47/kube-arangodb-1.2.47.tgz --set "operator.features.storage=true"
372+
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"
373373
```
374374

375375
##### Enterprise Edition
376376
```bash
377377
# The following will install the operator and basic CRDs resources.
378-
helm upgrade --install <NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.47/kube-arangodb-enterprise-1.2.47.tgz
378+
helm upgrade --install <NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.48/kube-arangodb-enterprise-1.2.48.tgz
379379
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
380-
helm upgrade --install <NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.2.47/kube-arangodb-enterprise-1.2.47.tgz --set "operator.features.storage=true"
380+
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"
381381
```
382382

383383
## Building

VERSION

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

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

0 commit comments

Comments
 (0)