Skip to content

Commit

Permalink
Merge pull request #2634 from hjiawei/prom-2.43.1-130
Browse files Browse the repository at this point in the history
[release-v1.30] Bump Prometheus version to v2.43.1
  • Loading branch information
Brian-McM committed May 9, 2023
2 parents 8d8f1e3 + 857a419 commit 5b3643f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/enterprise_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ components:
# coreos-prometheus holds the version of prometheus built for tigera/prometheus,
# which prometheus operator uses to validate.
coreos-prometheus:
version: v2.42.0
version: v2.43.1
prometheus:
image: tigera/prometheus
version: master
Expand Down
2 changes: 1 addition & 1 deletion pkg/components/enterprise.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ var (
}

ComponentCoreOSPrometheus = component{
Version: "v2.42.0",
Version: "v2.43.1",
}

ComponentPrometheus = component{
Expand Down

0 comments on commit 5b3643f

Please sign in to comment.