Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.8 #339

Merged
merged 5 commits into from
Oct 25, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
updating cluster file
Signed-off-by: Rameez Sajwani <[email protected]>
  • Loading branch information
rsajwani committed Oct 25, 2022
commit 610610c84fd84cdd761600f1058846ad8685cc0a
10 changes: 5 additions & 5 deletions test/endtoend/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:v15.0.0-rc1
vtgate: vitess/lite:v15.0.0-rc1
vttablet: vitess/lite:v15.0.0-rc1
vtbackup: vitess/lite:v15.0.0-rc1
vtctld: vitess/lite:v14.0.0
vtgate: vitess/lite:v14.0.0
vttablet: vitess/lite:v14.0.0
vtbackup: vitess/lite:v14.0.0
mysqld:
mysql56Compatible: vitess/lite:v15.0.0-rc1
mysql56Compatible: vitess/lite:v14.0.0
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down