Skip to content

Commit

Permalink
Updated to 1.2.43
Browse files Browse the repository at this point in the history
  • Loading branch information
ajanikow committed Oct 14, 2024
1 parent 21bb072 commit 7e60238
Show file tree
Hide file tree
Showing 75 changed files with 6,124 additions and 2,772 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ Flags:
### Installation and Usage

Docker images:
- Community Edition: `arangodb/kube-arangodb:1.2.42`
- Enterprise Edition: `arangodb/kube-arangodb-enterprise:1.2.42`
- Community Edition: `arangodb/kube-arangodb:1.2.43`
- Enterprise Edition: `arangodb/kube-arangodb-enterprise:1.2.43`

### Installation of latest release using Kubectl

Expand All @@ -249,22 +249,22 @@ running ArangoDB deployments.

##### Community Edition
```bash
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/arango-crd.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/arango-deployment.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/arango-crd.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/arango-deployment.yaml
# To use `ArangoLocalStorage`, also run
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/arango-storage.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/arango-storage.yaml
# To use `ArangoDeploymentReplication`, also run
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/arango-deployment-replication.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/arango-deployment-replication.yaml
```

##### Enterprise Edition
```bash
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/enterprise-crd.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/enterprise-deployment.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/enterprise-crd.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/enterprise-deployment.yaml
# To use `ArangoLocalStorage`, also run
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/enterprise-storage.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/enterprise-storage.yaml
# To use `ArangoDeploymentReplication`, also run
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/enterprise-deployment-replication.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/enterprise-deployment-replication.yaml
```

### Installation of latest release using kustomize
Expand Down Expand Up @@ -330,17 +330,17 @@ helm install --generate-name kube-arangodb/kube-arangodb-enterprise --set "opera
##### Community Edition
```bash
# The following will install the operator and basic CRDs resources.
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42/kube-arangodb-1.2.42.tgz
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43/kube-arangodb-1.2.43.tgz
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
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"
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"
```

##### Enterprise Edition
```bash
# The following will install the operator and basic CRDs resources.
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42/kube-arangodb-enterprise-1.2.42.tgz
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43/kube-arangodb-enterprise-1.2.43.tgz
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42/kube-arangodb-enterprise-1.2.42.tgz --set "operator.features.storage=true"
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"
```

### Upgrading the operator using Helm
Expand Down Expand Up @@ -369,17 +369,17 @@ Then you can install the new version with `helm install` as normal:
##### Community Edition
```bash
# The following will install the operator and basic CRDs resources.
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42/kube-arangodb-1.2.42.tgz
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43/kube-arangodb-1.2.43.tgz
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
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"
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"
```

##### Enterprise Edition
```bash
# The following will install the operator and basic CRDs resources.
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42/kube-arangodb-enterprise-1.2.42.tgz
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.43/kube-arangodb-enterprise-1.2.43.tgz
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.42/kube-arangodb-enterprise-1.2.42.tgz --set "operator.features.storage=true"
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"
```

## Building
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.43-preview-2+git
1.2.43
2 changes: 1 addition & 1 deletion chart/kube-arangodb-arm64/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# do not switch to V2 yet - we still need to support Helm 2
apiVersion: v1
name: kube-arangodb-arm64
version: 1.2.42
version: 1.2.43
description: "ArangoDB Kubernetes Operator with ARM64 defaults"
2 changes: 1 addition & 1 deletion chart/kube-arangodb-arm64/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
operator:
image: arangodb/kube-arangodb:1.2.42
image: arangodb/kube-arangodb:1.2.43
imagePullPolicy: IfNotPresent
imagePullSecrets: []
scope: legacy
Expand Down
2 changes: 1 addition & 1 deletion chart/kube-arangodb-crd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kube-arangodb-crd
version: 1.2.42
version: 1.2.43
description: "ArangoDB Kubernetes Custom Resource Definitions (Deprecated)"
tillerVersion: ">2.7"
appVersion: 3.5.0
2 changes: 1 addition & 1 deletion chart/kube-arangodb-enterprise-arm64/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# do not switch to V2 yet - we still need to support Helm 2
apiVersion: v1
name: kube-arangodb-enterprise-arm64
version: 1.2.42
version: 1.2.43
description: "ArangoDB Kubernetes Enterprise Operator with ARM64 defaults"
2 changes: 1 addition & 1 deletion chart/kube-arangodb-enterprise-arm64/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
operator:
image: arangodb/kube-arangodb-enterprise:1.2.42
image: arangodb/kube-arangodb-enterprise:1.2.43
imagePullPolicy: IfNotPresent
imagePullSecrets: []
scope: legacy
Expand Down
2 changes: 1 addition & 1 deletion chart/kube-arangodb-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# do not switch to V2 yet - we still need to support Helm 2
apiVersion: v1
name: kube-arangodb-enterprise
version: 1.2.42
version: 1.2.43
description: "ArangoDB Kubernetes Enterprise Operator"
2 changes: 1 addition & 1 deletion chart/kube-arangodb-enterprise/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
operator:
image: arangodb/kube-arangodb-enterprise:1.2.42
image: arangodb/kube-arangodb-enterprise:1.2.43
imagePullPolicy: IfNotPresent
imagePullSecrets: []
scope: legacy
Expand Down
2 changes: 1 addition & 1 deletion chart/kube-arangodb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# do not switch to V2 yet - we still need to support Helm 2
apiVersion: v1
name: kube-arangodb
version: 1.2.42
version: 1.2.43
description: "ArangoDB Kubernetes Operator"
2 changes: 1 addition & 1 deletion chart/kube-arangodb/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
operator:
image: arangodb/kube-arangodb:1.2.42
image: arangodb/kube-arangodb:1.2.43
imagePullPolicy: IfNotPresent
imagePullSecrets: []
scope: legacy
Expand Down
Loading

0 comments on commit 7e60238

Please sign in to comment.