From 462a37322088a5619225051c0130de786edb1c1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 14:29:45 +0000 Subject: [PATCH 1/2] chore(deps): update dependency argoproj/argo-helm to v9.6.0 --- roles/argo-cd/Chart.yaml | 2 +- roles/argo-cd/defaults/main.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/argo-cd/Chart.yaml b/roles/argo-cd/Chart.yaml index 6e24e211..74930213 100644 --- a/roles/argo-cd/Chart.yaml +++ b/roles/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: argo-cd description: Documentation generator for argo-cd Ansible role home: https://github.com/argoproj/argo-helm -version: 9.5.2 +version: 9.6.0 dependencies: - name: argocd repository: https://github.com/argoproj/argo-cd diff --git a/roles/argo-cd/defaults/main.yaml b/roles/argo-cd/defaults/main.yaml index 4fad08ce..caeaa199 100644 --- a/roles/argo-cd/defaults/main.yaml +++ b/roles/argo-cd/defaults/main.yaml @@ -111,7 +111,7 @@ argocd_vars: # -- Helm chart name name: argo-cd # -- Helm chart version - version: v9.5.2 + version: v9.6.0 repository: # -- Repository name in Helm name: argo-helm From d4f04f9f3a8fc67faee989cd98126d91c555bc7d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 14:30:03 +0000 Subject: [PATCH 2/2] chore(github-action): update documentation --- roles/argo-cd/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/argo-cd/README.md b/roles/argo-cd/README.md index a7c828cd..eba7bc45 100644 --- a/roles/argo-cd/README.md +++ b/roles/argo-cd/README.md @@ -1,8 +1,8 @@ # argo-cd -![Version: 9.5.2](https://img.shields.io/badge/Version-9.5.2-informational?style=flat-square) +![Version: 9.6.0](https://img.shields.io/badge/Version-9.6.0-informational?style=flat-square) -The role performs various tasks related to `argo-cd` [chart](https://github.com/argoproj/argo-helm/tree/argo-cd-9.5.2/charts/argo-cd) deployment, reset and validation. Review the [documentation](https://axivo.com/k3s-cluster/wiki/guide/configuration/roles/argocd), for additional details. +The role performs various tasks related to `argo-cd` [chart](https://github.com/argoproj/argo-helm/tree/argo-cd-9.6.0/charts/argo-cd) deployment, reset and validation. Review the [documentation](https://axivo.com/k3s-cluster/wiki/guide/configuration/roles/argocd), for additional details. ## Role Dependencies @@ -58,7 +58,7 @@ See the related role variables listed below, defined into [main.yaml](./defaults | argocd_vars.kubernetes.haproxy.resources.requests.cpu | string | `"10m"` | Minimum CPU request | | argocd_vars.kubernetes.haproxy.resources.requests.memory | string | `"128Mi"` | Minimum memory request | | argocd_vars.kubernetes.helm.chart.name | string | `"argo-cd"` | Helm chart name | -| argocd_vars.kubernetes.helm.chart.version | string | `"v9.5.2"` | Helm chart version | +| argocd_vars.kubernetes.helm.chart.version | string | `"v9.6.0"` | Helm chart version | | argocd_vars.kubernetes.helm.repository.name | string | `"argo-helm"` | Repository name in Helm | | argocd_vars.kubernetes.helm.repository.org | string | `"argoproj"` | Organization name | | argocd_vars.kubernetes.helm.repository.url | string | `"https://argoproj.github.io"` | Helm repository URL |