Skip to content

Commit

Permalink
Updated to 1.2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
ajanikow committed Apr 18, 2023
1 parent 363f37c commit c4f2c0f
Show file tree
Hide file tree
Showing 22 changed files with 241 additions and 247 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,17 @@ Feature-wise production readiness table:

## Operator Community Edition (CE)

Image: `arangodb/kube-arangodb:1.2.25`
Image: `arangodb/kube-arangodb:1.2.26`

### Installation of latest CE release using Kubectl

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

This procedure can also be used for upgrades and will not harm any
Expand Down Expand Up @@ -115,9 +115,9 @@ upgrades.
```bash
# The following will install the operator for `ArangoDeployment` &
# `ArangoDeploymentReplication` resources.
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25/kube-arangodb-1.2.25.tgz
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.26/kube-arangodb-1.2.26.tgz
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25/kube-arangodb-1.2.25.tgz --set "operator.features.storage=true"
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.26/kube-arangodb-1.2.26.tgz --set "operator.features.storage=true"
```

### Upgrading the operator using Helm
Expand Down Expand Up @@ -151,24 +151,24 @@ with `helm install` as normal:
```bash
# The following will install the operator for `ArangoDeployment` &
# `ArangoDeploymentReplication` resources.
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25/kube-arangodb-1.2.25.tgz
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.26/kube-arangodb-1.2.26.tgz
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25/kube-arangodb-1.2.25.tgz --set "operator.features.storage=true"
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.26/kube-arangodb-1.2.26.tgz --set "operator.features.storage=true"
```

## Operator Enterprise Edition (EE)

Image: `arangodb/kube-arangodb-enterprise:1.2.25`
Image: `arangodb/kube-arangodb-enterprise:1.2.26`

### Installation of latest EE release using Kubectl

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

This procedure can also be used for upgrades and will not harm any
Expand Down Expand Up @@ -201,9 +201,9 @@ upgrades.
```bash
# The following will install the operator for `ArangoDeployment` &
# `ArangoDeploymentReplication` resources.
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25/kube-arangodb-1.2.25.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.25"
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.26/kube-arangodb-1.2.26.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.26"
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25/kube-arangodb-1.2.25.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.25" --set "operator.features.storage=true"
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.26/kube-arangodb-1.2.26.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.26" --set "operator.features.storage=true"
```

### Upgrading the operator using Helm
Expand Down Expand Up @@ -237,9 +237,9 @@ with `helm install` as normal:
```bash
# The following will install the operator for `ArangoDeployment` &
# `ArangoDeploymentReplication` resources.
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25/kube-arangodb-1.2.25.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.25"
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.26/kube-arangodb-1.2.26.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.26"
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.25/kube-arangodb-1.2.25.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.25" --set "operator.features.storage=true"
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.26/kube-arangodb-1.2.26.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.26" --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.26-preview-1+git
1.2.26
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.25
version: 1.2.26
description: "ArangoDB Kubernetes Custom Resource Definitions (Deprecated)"
tillerVersion: ">2.7"
appVersion: 3.5.0
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.25
version: 1.2.26
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.25
image: arangodb/kube-arangodb:1.2.26
imagePullPolicy: IfNotPresent
imagePullSecrets: []
scope: legacy
Expand Down
2 changes: 1 addition & 1 deletion examples/reboot-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
restartPolicy: Never
serviceAccountName: arango-deployment-operator-reboot
containers:
- image: arangodb/kube-arangodb:1.2.25
- image: arangodb/kube-arangodb:1.2.26
name: reboot
command: ["arangodb_operator", "reboot"]
args:
Expand Down
Loading

0 comments on commit c4f2c0f

Please sign in to comment.