diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index f71be24e..bf12b10b 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.223.0 +version: 0.224.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -18,20 +18,16 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - kind: changed - description: "feat: Update Argo CD from 2.12.4 to 2.13.0" + description: "feat: Update Argo CD from 2.13.0 to 2.13.1" links: - - name: "Argo CD 2.13.0 Release" - url: https://github.com/argoproj/argo-cd/releases/tag/v2.13.0 + - name: "Argo CD 2.13.1 Release" + url: https://github.com/argoproj/argo-cd/releases/tag/v2.13.1 - kind: changed - description: "feat: Update Argo CD Helm chart from 7.6.5 to 7.7.0" + description: "feat: Update Argo CD Helm chart from 7.7.0 to 7.7.5" links: - - name: "fix: fixed shard value in clusterCredentials Secret" - url: https://github.com/argoproj/argo-helm/pull/2982 - - name: "fix: add missing event permissions for run actions" - url: https://github.com/argoproj/argo-helm/pull/2980 - - name: "feat: Add affinity to redisSecretInit Job" - url: https://github.com/argoproj/argo-helm/pull/2962 - - name: "fix: Arrange for ApplicationSet in any Namespace" - url: https://github.com/argoproj/argo-helm/pull/2945 - - name: "chore(argo-cd): Add Proxy Extensions config" - url: https://github.com/argoproj/argo-helm/pull/2944 + - name: "chore: Update redis-ha" + url: https://github.com/argoproj/argo-helm/pull/3026 + - name: "chore: Update Redis Image" + url: https://github.com/argoproj/argo-helm/pull/3023 + - name: "feat: honorLabels config for ServiceMonitors" + url: https://github.com/argoproj/argo-helm/pull/3018 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 26ac1b20..3e1db5f3 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.223.0](https://img.shields.io/badge/Version-0.223.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.224.0](https://img.shields.io/badge/Version-0.224.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.7.0"` | [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version | +| argocd.targetRevision | string | `"7.7.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 125f1e1f..be91580b 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.7.0 + targetRevision: 7.7.5 # -- Helm values # @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml) values: {}