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/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 | 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