Skip to content

Commit

Permalink
chore(deps): update helm release argo-cd to v5.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent f57266a commit 6cac10b
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 @@ -28,7 +28,7 @@ resource "helm_release" "argocd" {
namespace = kubernetes_namespace.argocd[0].id
repository = "https://argoproj.github.io/argo-helm"
chart = "argo-cd"
version = "5.7.0"
version = "5.55.0"
values = [
templatefile("chart-values/argo-cd.yaml", {
argoHost = "argocd.${local.platform}.${local.private_base_domain}"
Expand Down
2 changes: 1 addition & 1 deletion apps-devstg/us-east-1/k8s-eks/k8s-components/cicd-argo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "helm_release" "argocd" {
namespace = kubernetes_namespace.argocd[0].id
repository = "https://argoproj.github.io/argo-helm"
chart = "argo-cd"
version = "5.8.3"
version = "5.55.0"
values = [
templatefile("chart-values/argo-cd.yaml", {
argoHost = "argocd.${local.environment}.${local.private_base_domain}",
Expand Down

0 comments on commit 6cac10b

Please sign in to comment.