diff --git a/charts/misc-apps/Chart.yaml b/charts/misc-apps/Chart.yaml index dae735575..16282631f 100644 --- a/charts/misc-apps/Chart.yaml +++ b/charts/misc-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: misc-apps description: Argo CD app-of-apps config for miscellaneous small tools type: application -version: 0.37.0 +version: 0.38.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/misc-apps sources: - https://github.com/adfinis/helm-charts @@ -17,36 +17,13 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "feat: Update opencost from 1.103.1 to 1.105.2" + description: "feat(argocd-apps): Update chart from 1.0.0 to 1.4.1" links: - - name: Release Notes 1.104.0 - url: https://github.com/opencost/opencost/releases/tag/v1.104.0 - - name: Release Notes 1.104.4 - url: https://github.com/opencost/opencost/releases/tag/v1.104.4 - - name: Release Notes 1.105.0 - url: https://github.com/opencost/opencost/releases/tag/v1.105.0 - - name: Release Notes 1.105.2 - url: https://github.com/opencost/opencost/releases/tag/v1.105.2 - - kind: changed - description: "chore(opencost): update chart from 1.14.0 to 1.19.3" - links: - - name: "fix: prometheus endpoint example in values" - url: https://github.com/opencost/opencost-helm-chart/pull/66 - - name: "fix: Secret is created by adding aws settings" - url: https://github.com/opencost/opencost-helm-chart/pull/72 - - name: "chore: Update PVC claim name" - url: https://github.com/opencost/opencost-helm-chart/pull/65 - - name: "feat: add option to using existing secret for Prometheus" - url: https://github.com/opencost/opencost-helm-chart/pull/76 - - name: "feat: Make imagePullPolicy properties configurable" - url: https://github.com/opencost/opencost-helm-chart/pull/89 - - name: "fix: Fix number values in secret.yaml" - url: https://github.com/opencost/opencost-helm-chart/pull/93 - - name: "feat: Added name field in service account" - url: https://github.com/opencost/opencost-helm-chart/pull/92 - - name: "feat: Support thanos integration" - url: https://github.com/opencost/opencost-helm-chart/pull/98 - - name: "feat: Template Prometheus values" - url: https://github.com/opencost/opencost-helm-chart/pull/100 - - name: "fix: increased readiness and liveness probe delay to 120" - url: https://github.com/opencost/opencost-helm-chart/pull/112 + - name: "feat: Generate application, applicationset, project with template" + url: https://github.com/argoproj/argo-helm/pull/2025 + - name: "feat: add rollout strategy for ApplicationSet" + url: https://github.com/argoproj/argo-helm/pull/2063 + - name: "feat: add permitOnlyProjectScopedClusters flag for projects" + url: https://github.com/argoproj/argo-helm/pull/2149 + - name: "feat: syncOptions for applications" + url: https://github.com/argoproj/argo-helm/pull/2176 diff --git a/charts/misc-apps/README.md b/charts/misc-apps/README.md index 90ff3b94e..8c077fd6c 100644 --- a/charts/misc-apps/README.md +++ b/charts/misc-apps/README.md @@ -1,6 +1,6 @@ # misc-apps -![Version: 0.37.0](https://img.shields.io/badge/Version-0.37.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.38.0](https://img.shields.io/badge/Version-0.38.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 miscellaneous small tools @@ -29,7 +29,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | argocdApps.destination.namespace | string | `"infra-argocd"` | Namespace | | argocdApps.enabled | bool | `false` | Enable Argo CD Apps | | argocdApps.repoURL | string | [repo](https://argoproj.github.io/argo-helm) | Repo URL | -| argocdApps.targetRevision | string | `"1.0.0"` | [argocd-apps Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argocd-apps) version | +| argocdApps.targetRevision | string | `"1.4.1"` | [argocd-apps Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argocd-apps) version | | argocdApps.values | object | [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argocd-apps/values.yaml) | Helm values | | chartmuseum | object | - | [chartmuseum](https://chartmuseum.com) ([example](./example/chartmuseum.yaml)) | | chartmuseum.chart | string | `"chartmuseum"` | Chart | diff --git a/charts/misc-apps/values.yaml b/charts/misc-apps/values.yaml index 50d3f3238..b92fac40f 100644 --- a/charts/misc-apps/values.yaml +++ b/charts/misc-apps/values.yaml @@ -135,7 +135,7 @@ argocdApps: # -- Chart chart: argocd-apps # -- [argocd-apps Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argocd-apps) version - targetRevision: 1.0.0 + targetRevision: 1.4.1 # -- Helm values # @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argocd-apps/values.yaml) values: {}