Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Upgrade prometheus version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalezruiz committed Jan 9, 2019
1 parent 021a409 commit fa208f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/prometheus/replication-controller.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ resource "kubernetes_replication_controller" "prometheus" {
}

container {
image = "prom/prometheus:v2.5.0"
image = "prom/prometheus:v2.6.0"
name = "prometheus"

resources {
Expand Down

0 comments on commit fa208f2

Please sign in to comment.