diff --git a/charts/argo-apps/Chart.yaml b/charts/argo-apps/Chart.yaml index 01a3c8c1..0689b9ba 100644 --- a/charts/argo-apps/Chart.yaml +++ b/charts/argo-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: argo-apps description: Argo CD app-of-apps config for various argo project components type: application -version: 0.24.0 +version: 0.25.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/argo-apps sources: - https://github.com/adfinis/helm-charts @@ -17,12 +17,30 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "feat(argo-rollouts): update from 1.6.6 to 1.7.0" + description: "feat(argo-rollouts): update from 1.7.0 to 1.7.2" links: - - name: GitHub Release 1.7.0 - url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.7.0 + - name: GitHub Release 1.7.1 + url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.7.1 + - name: GitHub Release 1.7.2 + url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.7.2 - kind: changed - description: "feat(argo-rollouts): update chart from 2.35.3 to 2.36.0" + description: "feat(argo-rollouts): update chart from 2.36.0 to 2.38.0" links: - - name: "chore(argo-rollouts): Update dependency argoproj/argo-rollouts" - url: https://github.com/argoproj/argo-helm/commit/43c626d31ed39037696392682e65fd82f79f1c9f + - name: "fix: Change type of trafficRouterPlugins and trafficRouterPlugins as list" + url: https://github.com/argoproj/argo-helm/pull/3036 + - name: "fix: plugin block rendering" + url: https://github.com/argoproj/argo-helm/pull/3014 + - name: "feat: Add loadBalancerClass field for Service resources" + url: https://github.com/argoproj/argo-helm/pull/2772 + - name: "fix: Align permissions for controller's ClusterRole / Role" + url: https://github.com/argoproj/argo-helm/pull/2830 + - name: "feat: add option to disable creation of notifications configmap" + url: https://github.com/argoproj/argo-helm/pull/2849 + - name: "fix: Add traefik apiGroup" + url: https://github.com/argoproj/argo-helm/pull/2703 + - name: "fix: fix global subscriptions for Rollouts" + url: https://github.com/argoproj/argo-helm/pull/2797 + - name: "fix: add subscriptions in notifications configmap" + url: https://github.com/argoproj/argo-helm/pull/2793 + - name: "fix: add annotations for notificactions secret" + url: https://github.com/argoproj/argo-helm/pull/2777 diff --git a/charts/argo-apps/README.md b/charts/argo-apps/README.md index 8fa69cc4..c28e9886 100644 --- a/charts/argo-apps/README.md +++ b/charts/argo-apps/README.md @@ -1,6 +1,6 @@ # argo-apps -![Version: 0.24.0](https://img.shields.io/badge/Version-0.24.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.25.0](https://img.shields.io/badge/Version-0.25.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 various argo project components @@ -29,7 +29,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | argoRollouts.destination.namespace | string | `"infra-argo-rollouts"` | Namespace | | argoRollouts.enabled | bool | `false` | Enable Argo Rollouts | | argoRollouts.repoURL | string | [repo](https://argoproj.github.io/argo-helm) | Repo URL | -| argoRollouts.targetRevision | string | `"2.36.0"` | [argo-rollouts Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-rollouts) version | +| argoRollouts.targetRevision | string | `"2.38.0"` | [argo-rollouts Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-rollouts) version | | argoRollouts.values | object | [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-rollouts/values.yaml) | Helm values | | argocdNotifications | object | DEPRECATED | [Argo CD Notifications](https://argocd-notifications.readthedocs.io/en/stable/) is DEPRECATED, use Argo CD directly instead. | | argoconfig.application.annotations | object | `{}` | Optional annotations to add to all Applications metadata. | diff --git a/charts/argo-apps/values.yaml b/charts/argo-apps/values.yaml index 1e14e05f..d8c6ba7d 100644 --- a/charts/argo-apps/values.yaml +++ b/charts/argo-apps/values.yaml @@ -33,7 +33,7 @@ argoRollouts: # -- Chart chart: "argo-rollouts" # -- [argo-rollouts Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-rollouts) version - targetRevision: "2.36.0" + targetRevision: "2.38.0" # -- Helm values # @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-rollouts/values.yaml) values: {}