Skip to content

Commit 7e60238

Browse files
committed
Updated to 1.2.43
1 parent 21bb072 commit 7e60238

File tree

75 files changed

+6124
-2772
lines changed

Some content is hidden

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

75 files changed

+6124
-2772
lines changed

README.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ Flags:
239239
### Installation and Usage
240240

241241
Docker images:
242-
- Community Edition: `arangodb/kube-arangodb:1.2.42`
243-
- Enterprise Edition: `arangodb/kube-arangodb-enterprise:1.2.42`
242+
- Community Edition: `arangodb/kube-arangodb:1.2.43`
243+
- Enterprise Edition: `arangodb/kube-arangodb-enterprise:1.2.43`
244244

245245
### Installation of latest release using Kubectl
246246

@@ -249,22 +249,22 @@ running ArangoDB deployments.
249249

250250
##### Community Edition
251251
```bash
252-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/arango-crd.yaml
253-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/arango-deployment.yaml
252+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/arango-crd.yaml
253+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/arango-deployment.yaml
254254
# To use `ArangoLocalStorage`, also run
255-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/arango-storage.yaml
255+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/arango-storage.yaml
256256
# To use `ArangoDeploymentReplication`, also run
257-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/arango-deployment-replication.yaml
257+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/arango-deployment-replication.yaml
258258
```
259259

260260
##### Enterprise Edition
261261
```bash
262-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/enterprise-crd.yaml
263-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/enterprise-deployment.yaml
262+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/enterprise-crd.yaml
263+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/enterprise-deployment.yaml
264264
# To use `ArangoLocalStorage`, also run
265-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/enterprise-storage.yaml
265+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/enterprise-storage.yaml
266266
# To use `ArangoDeploymentReplication`, also run
267-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.42/manifests/enterprise-deployment-replication.yaml
267+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.43/manifests/enterprise-deployment-replication.yaml
268268
```
269269

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

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

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

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

385385
## Building

VERSION

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

chart/kube-arangodb-arm64/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-arm64
4-
version: 1.2.42
4+
version: 1.2.43
55
description: "ArangoDB Kubernetes Operator with ARM64 defaults"

chart/kube-arangodb-arm64/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.42
2+
image: arangodb/kube-arangodb:1.2.43
33
imagePullPolicy: IfNotPresent
44
imagePullSecrets: []
55
scope: legacy

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.42
2+
version: 1.2.43
33
description: "ArangoDB Kubernetes Custom Resource Definitions (Deprecated)"
44
tillerVersion: ">2.7"
55
appVersion: 3.5.0
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.42
4+
version: 1.2.43
55
description: "ArangoDB Kubernetes Enterprise Operator with ARM64 defaults"

chart/kube-arangodb-enterprise-arm64/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
operator:
2-
image: arangodb/kube-arangodb-enterprise:1.2.42
2+
image: arangodb/kube-arangodb-enterprise:1.2.43
33
imagePullPolicy: IfNotPresent
44
imagePullSecrets: []
55
scope: legacy
+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-enterprise
4-
version: 1.2.42
4+
version: 1.2.43
55
description: "ArangoDB Kubernetes Enterprise Operator"

chart/kube-arangodb-enterprise/values.yaml

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

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

0 commit comments

Comments
 (0)