From e1888d965a267043d6d9aa4c9147feb20dd32983 Mon Sep 17 00:00:00 2001 From: Edgar Lanting Date: Mon, 31 May 2021 13:05:35 +0200 Subject: [PATCH] Patched examples for latest ArangoDB & exporter Patched the examples for kube-arangodb to ArangoDB version `3.7.11` and the metrics exporter to version `0.1.8` --- examples/cluster1-with-sync.yaml | 2 +- examples/cluster2-with-sync.yaml | 2 +- examples/production-cluster-with-metrics.yaml | 4 ++-- examples/production-cluster.yaml | 2 +- examples/reboot-pod.yaml | 2 +- examples/simple-cluster-with-metrics.yaml | 4 ++-- examples/simple-cluster.yaml | 2 +- examples/single-server.yaml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/cluster1-with-sync.yaml b/examples/cluster1-with-sync.yaml index fb767405d..612183f92 100644 --- a/examples/cluster1-with-sync.yaml +++ b/examples/cluster1-with-sync.yaml @@ -4,7 +4,7 @@ metadata: name: "cluster1-with-sync" spec: mode: Cluster - image: 'arangodb/arangodb:3.7.10' + image: 'arangodb/arangodb:3.7.11' tls: altNames: ["kube-01", "kube-02", "kube-03"] sync: diff --git a/examples/cluster2-with-sync.yaml b/examples/cluster2-with-sync.yaml index 9ec5bbca3..d22498d3d 100644 --- a/examples/cluster2-with-sync.yaml +++ b/examples/cluster2-with-sync.yaml @@ -4,7 +4,7 @@ metadata: name: "cluster2-with-sync" spec: mode: Cluster - image: 'arangodb/arangodb:3.7.10' + image: 'arangodb/arangodb:3.7.11' tls: altNames: ["kube-01", "kube-02", "kube-03"] sync: diff --git a/examples/production-cluster-with-metrics.yaml b/examples/production-cluster-with-metrics.yaml index e1c44f5b0..1be551f05 100644 --- a/examples/production-cluster-with-metrics.yaml +++ b/examples/production-cluster-with-metrics.yaml @@ -6,12 +6,12 @@ spec: metrics: mode: sidecar enabled: true - image: 'arangodb/arangodb-exporter:0.1.7' + image: 'arangodb/arangodb-exporter:0.1.8' tls: false annotations: prometheus.io/scrape: 'true' prometheus.io/port: '9101' prometheus.io/scrape_interval: '5s' mode: Cluster - image: 'arangodb/arangodb:3.7.10' + image: 'arangodb/arangodb:3.7.11' environment: Production diff --git a/examples/production-cluster.yaml b/examples/production-cluster.yaml index 2fef864b4..25dd4feff 100644 --- a/examples/production-cluster.yaml +++ b/examples/production-cluster.yaml @@ -4,5 +4,5 @@ metadata: name: "production-cluster" spec: mode: Cluster - image: 'arangodb/arangodb:3.7.10' + image: 'arangodb/arangodb:3.7.11' environment: Production diff --git a/examples/reboot-pod.yaml b/examples/reboot-pod.yaml index 6f05dd753..c9d2002f8 100644 --- a/examples/reboot-pod.yaml +++ b/examples/reboot-pod.yaml @@ -11,7 +11,7 @@ spec: command: ["arangodb_operator", "reboot"] args: - --deployment-name=my-arangodb-cluster - - --image-name=arangodb/enterprise:3.7.10 + - --image-name=arangodb/enterprise:3.7.11 - --license-secret-name=arangodb-license-key - --coordinators=3 - pvc-9aa241f7-df94-11e9-b74c-42010aac0044 diff --git a/examples/simple-cluster-with-metrics.yaml b/examples/simple-cluster-with-metrics.yaml index 742b0a73e..bc30d5599 100644 --- a/examples/simple-cluster-with-metrics.yaml +++ b/examples/simple-cluster-with-metrics.yaml @@ -6,11 +6,11 @@ spec: metrics: mode: sidecar enabled: true - image: 'arangodb/arangodb-exporter:0.1.7' + image: 'arangodb/arangodb-exporter:0.1.8' tls: false annotations: prometheus.io/scrape: 'true' prometheus.io/port: '9101' prometheus.io/scrape_interval: '5s' mode: Cluster - image: 'arangodb/arangodb:3.7.10' + image: 'arangodb/arangodb:3.7.11' diff --git a/examples/simple-cluster.yaml b/examples/simple-cluster.yaml index fb62ef2ab..67baffa20 100644 --- a/examples/simple-cluster.yaml +++ b/examples/simple-cluster.yaml @@ -4,4 +4,4 @@ metadata: name: "example-simple-cluster" spec: mode: Cluster - image: 'arangodb/arangodb:3.7.10' + image: 'arangodb/arangodb:3.7.11' diff --git a/examples/single-server.yaml b/examples/single-server.yaml index b1f881779..7bece983f 100644 --- a/examples/single-server.yaml +++ b/examples/single-server.yaml @@ -4,4 +4,4 @@ metadata: name: "example-simple-single" spec: mode: Single - image: 'arangodb/arangodb:3.7.10' + image: 'arangodb/arangodb:3.7.11'