fix thanos semver string (#58335) (#58344)

(cherry picked from commit 6bc8ec0f9b)

Co-authored-by: Galen Kistler <109082771+gtk-grafana@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2022-11-07 09:46:37 -06:00
committed by GitHub
co-authored by Galen Kistler
parent 7ca5c227dd
commit db55065687
@@ -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)
);
}