fix thanos semver string (#58335)

This commit is contained in:
Galen Kistler 2022-11-07 09:03:42 -06:00 committed by GitHub
parent 1ba25b2baa
commit 6bc8ec0f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,7 +157,7 @@ export class PrometheusDatasource
this._isDatasourceVersionGreaterOrEqualTo('1.11.0', PromApplication.Cortex) ||
// https://github.com/thanos-io/thanos/pull/3566
//https://github.com/thanos-io/thanos/releases/tag/v0.18.0
this._isDatasourceVersionGreaterOrEqualTo('0.18', PromApplication.Thanos)
this._isDatasourceVersionGreaterOrEqualTo('0.18.0', PromApplication.Thanos)
);
}