diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index d1baf4d3..9d9d579c 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.219.0 +version: 0.220.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -18,9 +18,24 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - kind: changed - description: "feat: Update rbac-manager to 1.9.0" + description: "fix: Update Argo CD from 2.12.0 to 2.12.4" links: - - name: "RBAC Manager 1.9.0" - url: https://github.com/FairwindsOps/rbac-manager/releases/tag/v1.9.0 - - name: "Helm Change" - url: https://github.com/FairwindsOps/charts/pull/1505 + - name: "Argo CD: 2.12.1" + url: https://github.com/argoproj/argo-cd/releases/tag/v2.12.1 + - name: "Argo CD: 2.12.2" + url: https://github.com/argoproj/argo-cd/releases/tag/v2.12.2 + - name: "Argo CD: 2.12.3" + url: https://github.com/argoproj/argo-cd/releases/tag/v2.12.3 + - name: "Argo CD: 2.12.4" + url: https://github.com/argoproj/argo-cd/releases/tag/v2.12.4 + - kind: changed + description: "feat: Update Helm chart from 7.4.2 to 7.6.5" + links: + - name: "fix: Align imagePullSecrets for redis-secret-init Job" + url: https://github.com/argoproj/argo-helm/pull/2928 + - name: "feat: add multi-namespace support for ApplicationSet controller RBAC" + url: https://github.com/argoproj/argo-helm/pull/2935 + - name: "feat: allow setting runtime class name" + url: https://github.com/argoproj/argo-helm/pull/2930 + - name: "chore: bump redis-ha" + url: https://github.com/argoproj/argo-helm/pull/2900 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 16de6530..5c6453ab 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.219.0](https://img.shields.io/badge/Version-0.219.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.220.0](https://img.shields.io/badge/Version-0.220.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 | `"7.4.2"` | [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version | +| argocd.targetRevision | string | `"7.6.5"` | [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 a3ed598c..a1f1d0be 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: 7.4.2 + targetRevision: 7.6.5 # -- Helm values # @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml) values: {}