Skip to content

Commit

Permalink
chore(deps): update helm release argo-rollouts to v2.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 6ed42ee commit 651fe67
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 @@ -112,7 +112,7 @@ resource "helm_release" "argo_rollouts" {
namespace = kubernetes_namespace.argocd[0].id
repository = "https://argoproj.github.io/argo-helm"
chart = "argo-rollouts"
version = "2.37.0"
version = "2.38.0"
values = [
templatefile("chart-values/argo-rollouts.yaml", {
rolloutsHost = "rollouts.${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 @@ -104,7 +104,7 @@ resource "helm_release" "argo_rollouts" {
namespace = kubernetes_namespace.argocd[0].id
repository = "https://argoproj.github.io/argo-helm"
chart = "argo-rollouts"
version = "2.19.0"
version = "2.38.0"
values = [
templatefile("chart-values/argo-rollouts.yaml", {
enableDashboard = var.argo_rollouts.dashboard.enabled
Expand Down

0 comments on commit 651fe67

Please sign in to comment.