Skip to content

Commit

Permalink
prom/mysqld-exporter:v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jan 16, 2025
1 parent 2c038cc commit bab1c8f
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion pkg/apis/planetscale/v2/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ var DefaultImages = &VitessImages{
Mysql80Compatible: defaultMySQLImage,
},

MysqldExporter: "prom/mysqld-exporter:v0.16.0",
MysqldExporter: "prom/mysqld-exporter:v0.14.0",
}

var (
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/operator/101_initial_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
vtbackup: vitess/lite:v21.0.0
mysqld:
mysql80Compatible: mysql:8.0.40
mysqldExporter: prom/mysqld-exporter:v0.16.0
mysqldExporter: prom/mysqld-exporter:v0.14.0
cells:
- name: zone1
gateway:
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/operator/101_initial_cluster_autoscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
vtbackup: vitess/lite:latest
mysqld:
mysql80Compatible: mysql:8.0.40
mysqldExporter: prom/mysqld-exporter:v0.16.0
mysqldExporter: prom/mysqld-exporter:v0.14.0
cells:
- name: zone1
gateway:
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/operator/101_initial_cluster_backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
vtbackup: vitess/lite:latest
mysqld:
mysql80Compatible: mysql:8.0.40
mysqldExporter: prom/mysqld-exporter:v0.16.0
mysqldExporter: prom/mysqld-exporter:v0.14.0
cells:
- name: zone1
gateway:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
vtbackup: vitess/lite:latest
mysqld:
mysql80Compatible: mysql:8.0.40
mysqldExporter: prom/mysqld-exporter:v0.16.0
mysqldExporter: prom/mysqld-exporter:v0.14.0
cells:
- name: zone1
gateway:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
vtorc: vitess/lite:latest
mysqld:
mysql80Compatible: mysql:8.0.40
mysqldExporter: prom/mysqld-exporter:v0.16.0
mysqldExporter: prom/mysqld-exporter:v0.14.0
cells:
- name: zone1
gateway:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
vtorc: vitess/lite:latest
mysqld:
mysql80Compatible: mysql:8.0.40
mysqldExporter: prom/mysqld-exporter:v0.16.0
mysqldExporter: prom/mysqld-exporter:v0.14.0
cells:
- name: zone1
gateway:
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/operator/102_keyspace_teardown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
vtbackup: vitess/lite:latest
mysqld:
mysql80Compatible: mysql:8.0.40
mysqldExporter: prom/mysqld-exporter:v0.16.0
mysqldExporter: prom/mysqld-exporter:v0.14.0
cells:
- name: zone1
gateway:
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/operator/201_customer_tablets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
vtbackup: vitess/lite:latest
mysqld:
mysql80Compatible: mysql:8.0.40
mysqldExporter: prom/mysqld-exporter:v0.16.0
mysqldExporter: prom/mysqld-exporter:v0.14.0
cells:
- name: zone1
gateway:
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/operator/302_new_shards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
vtbackup: vitess/lite:latest
mysqld:
mysql80Compatible: mysql:8.0.40
mysqldExporter: prom/mysqld-exporter:v0.16.0
mysqldExporter: prom/mysqld-exporter:v0.14.0
cells:
- name: zone1
gateway:
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/operator/306_down_shard_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
vtbackup: vitess/lite:latest
mysqld:
mysql80Compatible: mysql:8.0.40
mysqldExporter: prom/mysqld-exporter:v0.16.0
mysqldExporter: prom/mysqld-exporter:v0.14.0
cells:
- name: zone1
gateway:
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/operator/cluster_autoscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
vtbackup: vitess/lite:latest
mysqld:
mysql80Compatible: mysql:8.0.40
mysqldExporter: prom/mysqld-exporter:v0.16.0
mysqldExporter: prom/mysqld-exporter:v0.14.0
cells:
- name: zone1
gateway:
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/operator/cluster_upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
vtbackup: vitess/lite:latest
mysqld:
mysql80Compatible: mysql:8.0.40
mysqldExporter: prom/mysqld-exporter:v0.16.0
mysqldExporter: prom/mysqld-exporter:v0.14.0
cells:
- name: zone1
gateway:
Expand Down

0 comments on commit bab1c8f

Please sign in to comment.