From 543e0adc8bc863a35a5b0d68f899e7dc3a7f17c7 Mon Sep 17 00:00:00 2001 From: Philipp Stark <65188677+Bluekind1@users.noreply.github.com> Date: Wed, 4 Oct 2023 17:15:59 +0200 Subject: [PATCH] chore(downscaler): Updated downscaler from 0.7.1 to 0.7.3 (#1126) --- charts/misc-apps/Chart.yaml | 16 ++++++---------- charts/misc-apps/README.md | 4 ++-- charts/misc-apps/values.yaml | 2 +- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/charts/misc-apps/Chart.yaml b/charts/misc-apps/Chart.yaml index 16282631f..f88f1d926 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.38.0 +version: 0.39.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/misc-apps sources: - https://github.com/adfinis/helm-charts @@ -17,13 +17,9 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "feat(argocd-apps): Update chart from 1.0.0 to 1.4.1" + description: "chore(misc-apps): Update downscaler from 0.7.1 to 0.7.3" links: - - 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 + - url: https://github.com/deliveryhero/helm-charts/pull/484 + name: Add inactive_in option and update default appVersion + - url: https://github.com/deliveryhero/helm-charts/pull/523 + name: Cronjob apiVersion compliant post k8s v1.25 diff --git a/charts/misc-apps/README.md b/charts/misc-apps/README.md index 8c077fd6c..b35c9dd03 100644 --- a/charts/misc-apps/README.md +++ b/charts/misc-apps/README.md @@ -1,6 +1,6 @@ # misc-apps -![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) +![Version: 0.39.0](https://img.shields.io/badge/Version-0.39.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 @@ -43,7 +43,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | downscaler.destination.namespace | string | `"infra-downscaler"` | Namespace | | downscaler.enabled | bool | `false` | Enable kube-downscaler | | downscaler.repoURL | string | [repo](https://charts.deliveryhero.io) | Repo URL | -| downscaler.targetRevision | string | `"0.7.1"` | [kube-downscaler Helm chart](https://github.com/deliveryhero/helm-charts/tree/master/stable/kube-downscaler) version | +| downscaler.targetRevision | string | `"0.7.3"` | [kube-downscaler Helm chart](https://github.com/deliveryhero/helm-charts/tree/master/stable/kube-downscaler) version | | downscaler.values | object | [upstream values](https://github.com/deliveryhero/helm-charts/blob/master/stable/kube-downscaler/values.yaml) | Helm values | | grafanaAgentOperator | object | [example](./examples/grafana-agent.yaml) | [grafana-agent](https://grafana.github.io/helm-charts) | | grafanaAgentOperator.annotations | object | `{}` | Annotations for grafana-agent | diff --git a/charts/misc-apps/values.yaml b/charts/misc-apps/values.yaml index b92fac40f..b61d230f4 100644 --- a/charts/misc-apps/values.yaml +++ b/charts/misc-apps/values.yaml @@ -13,7 +13,7 @@ downscaler: # -- Chart chart: "kube-downscaler" # -- [kube-downscaler Helm chart](https://github.com/deliveryhero/helm-charts/tree/master/stable/kube-downscaler) version - targetRevision: "0.7.1" + targetRevision: "0.7.3" # -- Helm values # @default -- [upstream values](https://github.com/deliveryhero/helm-charts/blob/master/stable/kube-downscaler/values.yaml) values: {}