Skip to content

Commit

Permalink
examples/operator: fix tags
Browse files Browse the repository at this point in the history
Signed-off-by: Sugu Sougoumarane <[email protected]>
  • Loading branch information
sougou committed Jan 23, 2021
1 parent 1bb983d commit 91fa15f
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:v9.0.0
vtgate: vitess/lite:v9.0.0
vttablet: vitess/lite:v9.0.0
vtbackup: vitess/lite:v9.0.0
mysqld:
mysql56Compatible: vitess/lite:latest
mysql56Compatible: vitess/lite:v9.0.0
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:v9.0.0
vtgate: vitess/lite:v9.0.0
vttablet: vitess/lite:v9.0.0
vtbackup: vitess/lite:v9.0.0
mysqld:
mysql56Compatible: vitess/lite:latest
mysql56Compatible: vitess/lite:v9.0.0
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:v9.0.0
vtgate: vitess/lite:v9.0.0
vttablet: vitess/lite:v9.0.0
vtbackup: vitess/lite:v9.0.0
mysqld:
mysql56Compatible: vitess/lite:latest
mysql56Compatible: vitess/lite:v9.0.0
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:v9.0.0
vtgate: vitess/lite:v9.0.0
vttablet: vitess/lite:v9.0.0
vtbackup: vitess/lite:v9.0.0
mysqld:
mysql56Compatible: us.gcr.io/planetscale-vitess/lite:latest
mysql56Compatible: vitess/lite:v9.0.0
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.3.0
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:v9.0.0
vtorc: vitess/lite:v9.0.0
vtgate: vitess/lite:v9.0.0
vttablet: vitess/lite:v9.0.0
vtbackup: vitess/lite:v9.0.0
mysqld:
mysql56Compatible: vitess/lite:latest
mysql56Compatible: vitess/lite:v9.0.0
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down

0 comments on commit 91fa15f

Please sign in to comment.