Skip to content

Commit

Permalink
chore(deps): update helm release argo-rollouts to v2.38.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent ea9fe27 commit 69f9169
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 @@ -123,7 +123,7 @@ resource "helm_release" "argo_rollouts" {
namespace = kubernetes_namespace.argocd[0].id
repository = "https://argoproj.github.io/argo-helm"
chart = "argo-rollouts"
version = "2.38.0"
version = "2.38.2"
values = [
templatefile("chart-values/argo-rollouts.yaml", {
enableDashboard = var.argocd.rollouts.dashboard.enabled,
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.2"
values = [
templatefile("chart-values/argo-rollouts.yaml", {
enableDashboard = var.argo_rollouts.dashboard.enabled
Expand Down

0 comments on commit 69f9169

Please sign in to comment.