Skip to content

Commit

Permalink
pkg/operator: bump default Thanos version to v0.19.0 (prometheus-oper…
Browse files Browse the repository at this point in the history
…ator#3961)

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
  • Loading branch information
simonpasquier authored Apr 8, 2021
1 parent a739cab commit 15ed70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/operator/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
DefaultAlertmanagerVersion = "v0.21.0"
DefaultAlertmanagerBaseImage = "quay.io/prometheus/alertmanager"
DefaultAlertmanagerImage = DefaultAlertmanagerBaseImage + ":" + DefaultAlertmanagerVersion
DefaultThanosVersion = "v0.18.0"
DefaultThanosVersion = "v0.19.0"
DefaultThanosBaseImage = "quay.io/thanos/thanos"
DefaultThanosImage = DefaultThanosBaseImage + ":" + DefaultThanosVersion
)
Expand Down

0 comments on commit 15ed70c

Please sign in to comment.