Skip to content

Commit 2c65df1

Browse files
committed
Updated to 1.2.29
1 parent 7305962 commit 2c65df1

34 files changed

+459
-459
lines changed

README.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,17 @@ Feature-wise production readiness table:
7373

7474
## Operator Community Edition (CE)
7575

76-
Image: `arangodb/kube-arangodb:1.2.28`
76+
Image: `arangodb/kube-arangodb:1.2.29`
7777

7878
### Installation of latest CE release using Kubectl
7979

8080
```bash
81-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.28/manifests/arango-crd.yaml
82-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.28/manifests/arango-deployment.yaml
81+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.29/manifests/arango-crd.yaml
82+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.29/manifests/arango-deployment.yaml
8383
# To use `ArangoLocalStorage`, also run
84-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.28/manifests/arango-storage.yaml
84+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.29/manifests/arango-storage.yaml
8585
# To use `ArangoDeploymentReplication`, also run
86-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.28/manifests/arango-deployment-replication.yaml
86+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.29/manifests/arango-deployment-replication.yaml
8787
```
8888

8989
This procedure can also be used for upgrades and will not harm any
@@ -116,9 +116,9 @@ upgrades.
116116
```bash
117117
# The following will install the operator for `ArangoDeployment` &
118118
# `ArangoDeploymentReplication` resources.
119-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.28/kube-arangodb-1.2.28.tgz
119+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.29/kube-arangodb-1.2.29.tgz
120120
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
121-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.28/kube-arangodb-1.2.28.tgz --set "operator.features.storage=true"
121+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.29/kube-arangodb-1.2.29.tgz --set "operator.features.storage=true"
122122
```
123123

124124
### Upgrading the operator using Helm
@@ -152,24 +152,24 @@ with `helm install` as normal:
152152
```bash
153153
# The following will install the operator for `ArangoDeployment` &
154154
# `ArangoDeploymentReplication` resources.
155-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.28/kube-arangodb-1.2.28.tgz
155+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.29/kube-arangodb-1.2.29.tgz
156156
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
157-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.28/kube-arangodb-1.2.28.tgz --set "operator.features.storage=true"
157+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.29/kube-arangodb-1.2.29.tgz --set "operator.features.storage=true"
158158
```
159159

160160
## Operator Enterprise Edition (EE)
161161

162-
Image: `arangodb/kube-arangodb-enterprise:1.2.28`
162+
Image: `arangodb/kube-arangodb-enterprise:1.2.29`
163163

164164
### Installation of latest EE release using Kubectl
165165

166166
```bash
167-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.28/manifests/enterprise-crd.yaml
168-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.28/manifests/enterprise-deployment.yaml
167+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.29/manifests/enterprise-crd.yaml
168+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.29/manifests/enterprise-deployment.yaml
169169
# To use `ArangoLocalStorage`, also run
170-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.28/manifests/enterprise-storage.yaml
170+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.29/manifests/enterprise-storage.yaml
171171
# To use `ArangoDeploymentReplication`, also run
172-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.28/manifests/enterprise-deployment-replication.yaml
172+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.29/manifests/enterprise-deployment-replication.yaml
173173
```
174174

175175
This procedure can also be used for upgrades and will not harm any
@@ -202,9 +202,9 @@ upgrades.
202202
```bash
203203
# The following will install the operator for `ArangoDeployment` &
204204
# `ArangoDeploymentReplication` resources.
205-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.28/kube-arangodb-1.2.28.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.28"
205+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.29/kube-arangodb-1.2.29.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.29"
206206
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
207-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.28/kube-arangodb-1.2.28.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.28" --set "operator.features.storage=true"
207+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.29/kube-arangodb-1.2.29.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.29" --set "operator.features.storage=true"
208208
```
209209

210210
### Upgrading the operator using Helm
@@ -238,9 +238,9 @@ with `helm install` as normal:
238238
```bash
239239
# The following will install the operator for `ArangoDeployment` &
240240
# `ArangoDeploymentReplication` resources.
241-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.28/kube-arangodb-1.2.28.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.28"
241+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.29/kube-arangodb-1.2.29.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.29"
242242
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
243-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.28/kube-arangodb-1.2.28.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.28" --set "operator.features.storage=true"
243+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.29/kube-arangodb-1.2.29.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.29" --set "operator.features.storage=true"
244244
```
245245

246246
## Building

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.29-preview-2+git
1+
1.2.29

chart/kube-arangodb-crd/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kube-arangodb-crd
2-
version: 1.2.28
2+
version: 1.2.29
33
description: "ArangoDB Kubernetes Custom Resource Definitions (Deprecated)"
44
tillerVersion: ">2.7"
55
appVersion: 3.5.0

chart/kube-arangodb/Chart.yaml

+1-1
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.28
4+
version: 1.2.29
55
description: "ArangoDB Kubernetes Operator"

chart/kube-arangodb/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
operator:
2-
image: arangodb/kube-arangodb:1.2.28
2+
image: arangodb/kube-arangodb:1.2.29
33
imagePullPolicy: IfNotPresent
44
imagePullSecrets: []
55
scope: legacy

examples/reboot-pod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spec:
66
restartPolicy: Never
77
serviceAccountName: arango-deployment-operator-reboot
88
containers:
9-
- image: arangodb/kube-arangodb:1.2.28
9+
- image: arangodb/kube-arangodb:1.2.29
1010
name: reboot
1111
command: ["arangodb_operator", "reboot"]
1212
args:

0 commit comments

Comments
 (0)