Skip to content

Commit

Permalink
chore(deps): update terraform packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 7650087 commit fe33cbe
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 fe33cbe

Please sign in to comment.