Skip to content

Commit

Permalink
Merge pull request #2314 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 Nov 21, 2024
2 parents f76bb9e + ac86c3a commit b8e7419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
github = {
source = "integrations/github"
version = "6.3.1"
version = "6.4.0"
}
random = {
source = "hashicorp/random"
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.3"
version = "7.7.4"

reset_values = true
recreate_pods = true
Expand Down

0 comments on commit b8e7419

Please sign in to comment.