diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index 29e02b6b8..43b3cb592 100644 --- a/charts/infra-apps/Chart.yaml +++ b/charts/infra-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: infra-apps description: Argo CD app-of-apps config for infrastructure components type: application -version: 0.122.0 +version: 0.123.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -14,3 +14,20 @@ dependencies: - name: argoconfig version: 0.9.0 repository: https://charts.adfinis.com +annotations: + artifacthub.io/changes: | + - kind: changed + description: feat: Upgrade Argo CD to 2.5.0 + links: + - name: GitHub PR + url: https://github.com/argoproj/argo-helm/pull/1568 + - kind: changed + description: fix: Chart NOTES nil references + links: + - name: GitHub PR + url: https://github.com/argoproj/argo-helm/pull/1582 + - kind: changed + description: feat: Move argocd-cm and argocd-rbac-cm to config section + links: + - name: GitHub PR + url: https://github.com/argoproj/argo-helm/pull/1528 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 710b68201..2a9a2dded 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.122.0](https://img.shields.io/badge/Version-0.122.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.123.0](https://img.shields.io/badge/Version-0.123.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for infrastructure components @@ -29,7 +29,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | argocd.destination.namespace | string | `"infra-argocd"` | Namespace | | argocd.enabled | bool | `false` | Enable Argo CD | | argocd.repoURL | string | [repo](https://argoproj.github.io/argo-helm) | Repo URL | -| argocd.targetRevision | string | `"5.6.*"` | [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version | +| argocd.targetRevision | string | `"5.8.*"` | [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version | | argocd.values | object | [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml) | Helm values | | argoconfig.application.annotations | object | `{}` | Optional annotations to add to all Applications metadata. | | certManager | object | [example](./examples/cert-manager.yaml) | [cert-manager](https://cert-manager.io/) | diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index 6d426f879..8324cf759 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -20,7 +20,7 @@ argocd: # -- Chart chart: argo-cd # -- [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version - targetRevision: 5.6.* + targetRevision: 5.8.* # -- Helm values # @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml) values: {}