diff --git a/test/endtoend/operator/operator.yaml b/test/endtoend/operator/operator.yaml index 14601d61..7156f523 100644 --- a/test/endtoend/operator/operator.yaml +++ b/test/endtoend/operator/operator.yaml @@ -6357,7 +6357,7 @@ spec: fieldPath: metadata.name - name: OPERATOR_NAME value: vitess-operator - image: planetscale/vitess-operator:v2.11.0 + image: planetscale/vitess-operator:v2.11.1 name: vitess-operator resources: limits: diff --git a/version/version.go b/version/version.go index 31dfdd49..f6080792 100644 --- a/version/version.go +++ b/version/version.go @@ -17,5 +17,5 @@ limitations under the License. package version var ( - Version = "2.11.1" + Version = "2.11.2" )