Skip to content

Commit

Permalink
Merge pull request #2342 from GiganticMinecraft/renovate/terraform-pa…
Browse files Browse the repository at this point in the history
…ckages

chore(deps): update terraform packages
  • Loading branch information
outductor authored Dec 25, 2024
2 parents 27df695 + 4d869f2 commit 2740e1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.16.1"
version = "2.17.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.34.0"
version = "2.35.1"
}
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/onp_cluster_argocd.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "helm_release" "onp_cluster_argocd" {
chart = "argo-cd"
name = "argocd"
namespace = "argocd"
version = "7.7.10"
version = "7.7.11"

reset_values = true
recreate_pods = true
Expand Down

0 comments on commit 2740e1d

Please sign in to comment.