Skip to content

Commit

Permalink
Update Helm release gatus to v1.1.4 (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jul 3, 2024
1 parent 9359aac commit d5c5f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
}

0 comments on commit d5c5f9c

Please sign in to comment.