diff --git a/apps-devstg/us-east-1/k8s-eks/k8s-components/monitoring-tools.tf b/apps-devstg/us-east-1/k8s-eks/k8s-components/monitoring-tools.tf index bcc1b9ca7..8d4ddd374 100644 --- a/apps-devstg/us-east-1/k8s-eks/k8s-components/monitoring-tools.tf +++ b/apps-devstg/us-east-1/k8s-eks/k8s-components/monitoring-tools.tf @@ -41,7 +41,7 @@ resource "helm_release" "gatus" { namespace = kubernetes_namespace.gatus[0].id repository = "https://minicloudlabs.github.io/helm-charts" chart = "gatus" - version = "1.1.1" + version = "1.1.4" values = [file("chart-values/gatus.yaml")] depends_on = [ helm_release.ingress_nginx_private, diff --git a/apps-devstg/us-east-1/k8s-kind/k8s-resources/monitoring_tools.tf b/apps-devstg/us-east-1/k8s-kind/k8s-resources/monitoring_tools.tf index 374cd43e8..3eacbe4b3 100644 --- a/apps-devstg/us-east-1/k8s-kind/k8s-resources/monitoring_tools.tf +++ b/apps-devstg/us-east-1/k8s-kind/k8s-resources/monitoring_tools.tf @@ -34,6 +34,6 @@ resource "helm_release" "gatus" { namespace = kubernetes_namespace.gatus.id repository = "https://minicloudlabs.github.io/helm-charts" chart = "gatus" - version = "1.1.1" + version = "1.1.4" values = [file("chart-values/gatus.yaml")] }