Skip to content

Commit

Permalink
missed to add v infront of version number, also kube_state_metrics ve…
Browse files Browse the repository at this point in the history
…rsion number had a typo
  • Loading branch information
nangu001 committed Jul 16, 2024
1 parent 4b06831 commit a696970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ variable "alertmanager_tag" {
variable "kube_state_metrics_tag" {
description = "The image tag of the kube-state-metrics image."
type = string
default = "2.60.0"
default = "v2.6.0"
}

# The `APP VERSION` of the output:
# helm search repo prometheus-community/prometheus-node-exporter
variable "node_exporter_tag" {
description = "The image tag of the node-exporter image."
type = string
default = "1.8.1"
default = "v1.8.1"
}

# The `APP VERSION` of the output:
Expand Down

0 comments on commit a696970

Please sign in to comment.