From 525eb66eb9df28d84a6f1b9f19cbb5739d17cc68 Mon Sep 17 00:00:00 2001 From: Alkin Tezuysal Date: Mon, 25 Oct 2021 16:29:39 +0300 Subject: [PATCH 1/2] Update Operator example Pre v12.0.0 Signed-off-by: Alkin Tezuysal --- examples/operator/101_initial_cluster.yaml | 12 ++++++------ examples/operator/201_customer_tablets.yaml | 12 ++++++------ examples/operator/302_new_shards.yaml | 12 ++++++------ examples/operator/306_down_shard_0.yaml | 12 ++++++------ 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/examples/operator/101_initial_cluster.yaml b/examples/operator/101_initial_cluster.yaml index 4eb3bae9b72..9f975a2fd02 100644 --- a/examples/operator/101_initial_cluster.yaml +++ b/examples/operator/101_initial_cluster.yaml @@ -8,13 +8,13 @@ metadata: name: example spec: images: - vtctld: vitess/lite:latest - vtgate: vitess/lite:latest - vttablet: vitess/lite:latest - vtbackup: vitess/lite:latest + vtctld: vitess/lite:v12.0.0 + vtgate: vitess/lite:v12.0.0 + vttablet: vitess/lite:v12.0.0 + vtbackup: vitess/lite:v12.0.0 mysqld: - mysql56Compatible: vitess/lite:latest - mysqldExporter: prom/mysqld-exporter:v0.11.0 + mysql56Compatible: vitess/lite:v12.0.0 + mysqldExporter: prom/mysqld-exporter:v0.12.0 cells: - name: zone1 gateway: diff --git a/examples/operator/201_customer_tablets.yaml b/examples/operator/201_customer_tablets.yaml index c7ab921f30b..562426b6cee 100644 --- a/examples/operator/201_customer_tablets.yaml +++ b/examples/operator/201_customer_tablets.yaml @@ -4,13 +4,13 @@ metadata: name: example spec: images: - vtctld: vitess/lite:latest - vtgate: vitess/lite:latest - vttablet: vitess/lite:latest - vtbackup: vitess/lite:latest + vtctld: vitess/lite:v12.0.0 + vtgate: vitess/lite:v12.0.0 + vttablet: vitess/lite:v12.0.0 + vtbackup: vitess/lite:v12.0.0 mysqld: - mysql56Compatible: vitess/lite:latest - mysqldExporter: prom/mysqld-exporter:v0.11.0 + mysql56Compatible: vitess/lite:v12.0.0 + mysqldExporter: prom/mysqld-exporter:v0.12.0 cells: - name: zone1 gateway: diff --git a/examples/operator/302_new_shards.yaml b/examples/operator/302_new_shards.yaml index 9f644c08a24..d6c724fbedc 100644 --- a/examples/operator/302_new_shards.yaml +++ b/examples/operator/302_new_shards.yaml @@ -4,13 +4,13 @@ metadata: name: example spec: images: - vtctld: vitess/lite:latest - vtgate: vitess/lite:latest - vttablet: vitess/lite:latest - vtbackup: vitess/lite:latest + vtctld: vitess/lite:v12.0.0 + vtgate: vitess/lite:v12.0.0 + vttablet: vitess/lite:v12.0.0 + vtbackup: vitess/lite:v12.0.0 mysqld: - mysql56Compatible: vitess/lite:latest - mysqldExporter: prom/mysqld-exporter:v0.11.0 + mysql56Compatible: vitess/lite:v12.0.0 + mysqldExporter: prom/mysqld-exporter:v0.12.0 cells: - name: zone1 gateway: diff --git a/examples/operator/306_down_shard_0.yaml b/examples/operator/306_down_shard_0.yaml index bcf56db7699..0e83b187793 100644 --- a/examples/operator/306_down_shard_0.yaml +++ b/examples/operator/306_down_shard_0.yaml @@ -4,13 +4,13 @@ metadata: name: example spec: images: - vtctld: vitess/lite:latest - vtgate: vitess/lite:latest - vttablet: vitess/lite:latest - vtbackup: vitess/lite:latest + vtctld: vitess/lite:v12.0.0 + vtgate: vitess/lite:v12.0.0 + vttablet: vitess/lite:v12.0.0 + vtbackup: vitess/lite:v12.0.0 mysqld: - mysql56Compatible: vitess/lite:latest - mysqldExporter: prom/mysqld-exporter:v0.11.0 + mysql56Compatible: vitess/lite:v12.0.0 + mysqldExporter: prom/mysqld-exporter:v0.12.0 cells: - name: zone1 gateway: From 97b4b789670f33d356a66966e9232b5365eb5d32 Mon Sep 17 00:00:00 2001 From: Alkin Tezuysal Date: Tue, 26 Oct 2021 13:00:56 +0300 Subject: [PATCH 2/2] Apply DS corrections Signed-off-by: Alkin Tezuysal --- examples/operator/101_initial_cluster.yaml | 4 ++-- examples/operator/201_customer_tablets.yaml | 2 +- examples/operator/302_new_shards.yaml | 2 +- examples/operator/306_down_shard_0.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/operator/101_initial_cluster.yaml b/examples/operator/101_initial_cluster.yaml index 9f975a2fd02..a448ad3d7e2 100644 --- a/examples/operator/101_initial_cluster.yaml +++ b/examples/operator/101_initial_cluster.yaml @@ -9,12 +9,12 @@ metadata: spec: images: vtctld: vitess/lite:v12.0.0 - vtgate: vitess/lite:v12.0.0 + vtgate: vitess/lite:v12.0.0 vttablet: vitess/lite:v12.0.0 vtbackup: vitess/lite:v12.0.0 mysqld: mysql56Compatible: vitess/lite:v12.0.0 - mysqldExporter: prom/mysqld-exporter:v0.12.0 + mysqldExporter: prom/mysqld-exporter:v0.11.0 cells: - name: zone1 gateway: diff --git a/examples/operator/201_customer_tablets.yaml b/examples/operator/201_customer_tablets.yaml index 562426b6cee..34ffe6c5174 100644 --- a/examples/operator/201_customer_tablets.yaml +++ b/examples/operator/201_customer_tablets.yaml @@ -10,7 +10,7 @@ spec: vtbackup: vitess/lite:v12.0.0 mysqld: mysql56Compatible: vitess/lite:v12.0.0 - mysqldExporter: prom/mysqld-exporter:v0.12.0 + mysqldExporter: prom/mysqld-exporter:v0.11.0 cells: - name: zone1 gateway: diff --git a/examples/operator/302_new_shards.yaml b/examples/operator/302_new_shards.yaml index d6c724fbedc..af995b9b30c 100644 --- a/examples/operator/302_new_shards.yaml +++ b/examples/operator/302_new_shards.yaml @@ -10,7 +10,7 @@ spec: vtbackup: vitess/lite:v12.0.0 mysqld: mysql56Compatible: vitess/lite:v12.0.0 - mysqldExporter: prom/mysqld-exporter:v0.12.0 + mysqldExporter: prom/mysqld-exporter:v0.11.0 cells: - name: zone1 gateway: diff --git a/examples/operator/306_down_shard_0.yaml b/examples/operator/306_down_shard_0.yaml index 0e83b187793..6ad8b62e155 100644 --- a/examples/operator/306_down_shard_0.yaml +++ b/examples/operator/306_down_shard_0.yaml @@ -10,7 +10,7 @@ spec: vtbackup: vitess/lite:v12.0.0 mysqld: mysql56Compatible: vitess/lite:v12.0.0 - mysqldExporter: prom/mysqld-exporter:v0.12.0 + mysqldExporter: prom/mysqld-exporter:v0.11.0 cells: - name: zone1 gateway: