Skip to content

Commit

Permalink
Post v10.0.1 updates
Browse files Browse the repository at this point in the history
Signed-off-by: Alkin Tezuysal <[email protected]>
  • Loading branch information
askdba committed May 5, 2021
1 parent 499a7fd commit 43d5ee6
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
10 changes: 5 additions & 5 deletions examples/operator/101_initial_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:latest
vtgate: vitess/lite:latest
vttablet: vitess/lite:latest
vtbackup: vitess/lite:latest
vtctld: vitess/lite:v10.0.1
vtgate: vitess/lite:v10.0.1
vttablet: vitess/lite:v10.0.1
vtbackup: vitess/lite:v10.0.1
mysqld:
mysql56Compatible: vitess/lite:latest
mysql56Compatible: vitess/lite:v10.0.1
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down
10 changes: 5 additions & 5 deletions examples/operator/201_customer_tablets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:latest
vtgate: vitess/lite:latest
vttablet: vitess/lite:latest
vtbackup: vitess/lite:latest
vtctld: vitess/lite:v10.0.1
vtgate: vitess/lite:v10.0.1
vttablet: vitess/lite:v10.0.1
vtbackup: vitess/lite:v10.0.1
mysqld:
mysql56Compatible: vitess/lite:latest
mysql56Compatible: vitess/lite:v10.0.1
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down
10 changes: 5 additions & 5 deletions examples/operator/302_new_shards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:latest
vtgate: vitess/lite:latest
vttablet: vitess/lite:latest
vtbackup: vitess/lite:latest
vtctld: vitess/lite:v10.0.1
vtgate: vitess/lite:v10.0.1
vttablet: vitess/lite:v10.0.1
vtbackup: vitess/lite:v10.0.1
mysqld:
mysql56Compatible: vitess/lite:latest
mysql56Compatible: vitess/lite:v10.0.1
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down
10 changes: 5 additions & 5 deletions examples/operator/306_down_shard_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:latest
vtgate: vitess/lite:latest
vttablet: vitess/lite:latest
vtbackup: vitess/lite:latest
vtctld: vitess/lite:v10.0.1
vtgate: vitess/lite:v10.0.1
vttablet: vitess/lite:v10.0.1
vtbackup: vitess/lite:v10.0.1
mysqld:
mysql56Compatible: vitess/lite:latest
mysql56Compatible: vitess/lite:v10.0.1
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down
2 changes: 1 addition & 1 deletion examples/operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5773,7 +5773,7 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: vitess-operator
image: planetscale/vitess-operator:latest
image: planetscale/vitess-operator:v2.4.1
imagePullPolicy: IfNotPresent
name: vitess-operator
resources:
Expand Down
12 changes: 6 additions & 6 deletions examples/operator/vtorc_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:latest
vtorc: vitess/lite:latest
vtgate: vitess/lite:latest
vttablet: vitess/lite:latest
vtbackup: vitess/lite:latest
vtctld: vitess/lite:v10.0.1
vtorc: vitess/lite:v10.0.1
vtgate: vitess/lite:v10.0.1
vttablet: vitess/lite:v10.0.1
vtbackup: vitess/lite:v10.0.1
mysqld:
mysql56Compatible: vitess/lite:latest
mysql56Compatible: vitess/lite:v10.0.1
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down

0 comments on commit 43d5ee6

Please sign in to comment.