Skip to content

Commit

Permalink
chore(downscaler): Updated downscaler from 0.7.1 to 0.7.3 (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluekind1 authored Oct 4, 2023
1 parent e2460b6 commit 543e0ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
16 changes: 6 additions & 10 deletions charts/misc-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions charts/misc-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/misc-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down

0 comments on commit 543e0ad

Please sign in to comment.