Skip to content

Commit

Permalink
fix(DMVP-3107): Upgrade metric server
Browse files Browse the repository at this point in the history
  • Loading branch information
aramkarapetian committed Nov 28, 2023
1 parent cb6c207 commit 0a82bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/metrics-server/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resource "helm_release" "metrics_server" {
name = var.name
repository = "https://charts.bitnami.com/bitnami"
chart = "metrics-server"
version = "6.2.9"
version = "6.6.3"
namespace = "kube-system"

values = [
Expand Down

0 comments on commit 0a82bff

Please sign in to comment.