diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index e4fc2081e..3a03f8dc9 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.183.0 +version: 0.184.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -17,8 +17,23 @@ dependencies: annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | + - kind: changed + description: "feat(argo-cd): Update from 2.8.4 to 2.8.5" + links: + - name: GitHub Release 2.8.5 + url: https://github.com/argoproj/argo-cd/releases/tag/v2.8.5 - kind: security - description: "feat(infra-apps): Update ingress-nginx from 4.7.1 to 4.8.3" + description: "feat(argo-cd): Update helm chart from 5.46.7 to 5.49.0" links: - - name: "fix: updates to ingress-nginx 1.9.4 to fix CVE-2023-5043 and CVE-2023-5044" - url: https://github.com/kubernetes/ingress-nginx/pull/10568 + - name: "feat: add notification cluster role" + url: https://github.com/argoproj/argo-helm/pull/2315 + - name: "fix: Update Bitbucket SSH key" + url: https://github.com/argoproj/argo-helm/pull/2317 + - name: "fix: Upgrade Argo CD to v2.8.5" + url: https://github.com/argoproj/argo-helm/pull/2313 + - name: "feat: add terminationGracePeriodSeconds" + url: https://github.com/argoproj/argo-helm/pull/2310 + - name: "fix: Sync redis / redis-ha readOnlyRootFilesystem from upstream" + url: https://github.com/argoproj/argo-helm/pull/2294 + - name: "fix: Redis to 7.0.13 to fix CVE-2022-48174" + url: https://github.com/argoproj/argo-helm/pull/2279 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index c6b83a4f1..8776edffa 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.183.0](https://img.shields.io/badge/Version-0.183.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.184.0](https://img.shields.io/badge/Version-0.184.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.46.7"` | [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version | +| argocd.targetRevision | string | `"5.49.0"` | [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 19d4c3b15..1ca30d553 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.46.7 + targetRevision: 5.49.0 # -- Helm values # @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml) values: {}