Skip to content

Commit

Permalink
Release commit for 2.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 committed Mar 31, 2023
1 parent 3366f88 commit 002586d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
serviceAccountName: vitess-operator
containers:
- name: vitess-operator
image: planetscale/vitess-operator:v2.9.0
image: planetscale/vitess-operator:v2.9.1
command:
- vitess-operator
args:
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/planetscale/v2/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const (
// DefaultMysqlPortName is the name for the MySQL port.
DefaultMysqlPortName = "mysql"

defaultVitessLiteImage = "vitess/lite:v16.0.0"
defaultVitessLiteImage = "vitess/lite:v16.0.1"

DefaultInitCPURequestMillis = 100
DefaultInitMemoryRequestBytes = 32 * (1 << 20) // 32 MiB
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5615,7 +5615,7 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: vitess-operator
image: planetscale/vitess-operator:v2.8.0
image: planetscale/vitess-operator:v2.8.3
name: vitess-operator
resources:
limits:
Expand Down

0 comments on commit 002586d

Please sign in to comment.