Skip to content

Commit f60f404

Browse files
chore(github-action): update documentation
1 parent 35f33bb commit f60f404

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roles/argo-cd/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# argo-cd
22

3-
![Version: 8.5.9](https://img.shields.io/badge/Version-8.5.9-informational?style=flat-square)
3+
![Version: 9.3.3](https://img.shields.io/badge/Version-9.3.3-informational?style=flat-square)
44

5-
The role performs various tasks related to `argo-cd` [chart](https://github.com/argoproj/argo-helm/tree/argo-cd-8.5.9/charts/argo-cd) deployment, reset and validation. Review the [documentation](https://axivo.com/k3s-cluster/wiki/guide/configuration/roles/argocd), for additional details.
5+
The role performs various tasks related to `argo-cd` [chart](https://github.com/argoproj/argo-helm/tree/argo-cd-9.3.3/charts/argo-cd) deployment, reset and validation. Review the [documentation](https://axivo.com/k3s-cluster/wiki/guide/configuration/roles/argocd), for additional details.
66

77
## Role Dependencies
88

@@ -58,7 +58,7 @@ See the related role variables listed below, defined into [main.yaml](./defaults
5858
| argocd_vars.kubernetes.haproxy.resources.requests.cpu | string | `"10m"` | Minimum CPU request |
5959
| argocd_vars.kubernetes.haproxy.resources.requests.memory | string | `"128Mi"` | Minimum memory request |
6060
| argocd_vars.kubernetes.helm.chart.name | string | `"argo-cd"` | Helm chart name |
61-
| argocd_vars.kubernetes.helm.chart.version | string | `"v8.5.9"` | Helm chart version |
61+
| argocd_vars.kubernetes.helm.chart.version | string | `"v9.3.3"` | Helm chart version |
6262
| argocd_vars.kubernetes.helm.repository.name | string | `"argo-helm"` | Repository name in Helm |
6363
| argocd_vars.kubernetes.helm.repository.org | string | `"argoproj"` | Organization name |
6464
| argocd_vars.kubernetes.helm.repository.url | string | `"https://argoproj.github.io"` | Helm repository URL |

0 commit comments

Comments
 (0)