Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9b47ffa

Browse files
committed
Updated to 1.3.0
1 parent 9a92ac7 commit 9b47ffa

File tree

76 files changed

+6884
-2984
lines changed

Some content is hidden

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

76 files changed

+6884
-2984
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.50`
253-
- Enterprise Edition: `arangodb/kube-arangodb-enterprise:1.2.50`
252+
- Community Edition: `arangodb/kube-arangodb:1.3.0`
253+
- Enterprise Edition: `arangodb/kube-arangodb-enterprise:1.3.0`
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.50/manifests/arango-crd.yaml
263-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.50/manifests/arango-deployment.yaml
262+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.3.0/manifests/arango-crd.yaml
263+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.3.0/manifests/arango-deployment.yaml
264264
# To use `ArangoLocalStorage`, also run
265-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.50/manifests/arango-storage.yaml
265+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.3.0/manifests/arango-storage.yaml
266266
# To use `ArangoDeploymentReplication`, also run
267-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.50/manifests/arango-deployment-replication.yaml
267+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.3.0/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.50/manifests/enterprise-crd.yaml
273-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.50/manifests/enterprise-deployment.yaml
272+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.3.0/manifests/enterprise-crd.yaml
273+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.3.0/manifests/enterprise-deployment.yaml
274274
# To use `ArangoLocalStorage`, also run
275-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.50/manifests/enterprise-storage.yaml
275+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.3.0/manifests/enterprise-storage.yaml
276276
# To use `ArangoDeploymentReplication`, also run
277-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.50/manifests/enterprise-deployment-replication.yaml
277+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.3.0/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.50
297-
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.2.50
296+
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/crd?ref=1.3.0
297+
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.3.0
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.50
307-
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.2.50
306+
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/crd?ref=1.3.0
307+
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.3.0
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.50/kube-arangodb-1.2.50.tgz
343+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.3.0/kube-arangodb-1.3.0.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.50/kube-arangodb-1.2.50.tgz --set "operator.features.storage=true"
345+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.3.0/kube-arangodb-1.3.0.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.50/kube-arangodb-enterprise-1.2.50.tgz
351+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.3.0/kube-arangodb-enterprise-1.3.0.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.50/kube-arangodb-enterprise-1.2.50.tgz --set "operator.features.storage=true"
353+
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.3.0/kube-arangodb-enterprise-1.3.0.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.50/kube-arangodb-1.2.50.tgz
367+
helm upgrade --install kube-arangodb-1-1696919877 https://github.com/arangodb/kube-arangodb/releases/download/1.3.0/kube-arangodb-1.3.0.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.50/kube-arangodb-1.2.50.tgz
373+
helm upgrade --install <NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.3.0/kube-arangodb-1.3.0.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.50/kube-arangodb-1.2.50.tgz --set "operator.features.storage=true"
375+
helm upgrade --install <NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.3.0/kube-arangodb-1.3.0.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.50/kube-arangodb-enterprise-1.2.50.tgz
381+
helm upgrade --install <NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.3.0/kube-arangodb-enterprise-1.3.0.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.50/kube-arangodb-enterprise-1.2.50.tgz --set "operator.features.storage=true"
383+
helm upgrade --install <NAME> https://github.com/arangodb/kube-arangodb/releases/download/1.3.0/kube-arangodb-enterprise-1.3.0.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.3.0-preview-2+git
1+
1.3.0

‎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.50
4+
version: 1.3.0
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.50
2+
image: arangodb/kube-arangodb:1.3.0
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.50
2+
version: 1.3.0
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.50
4+
version: 1.3.0
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.50
2+
image: arangodb/kube-arangodb-enterprise:1.3.0
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.50
4+
version: 1.3.0
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.50
2+
image: arangodb/kube-arangodb-enterprise:1.3.0
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.50
4+
version: 1.3.0
55
description: "ArangoDB Kubernetes Operator"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /