Skip to content

Commit

Permalink
feat(misc-apps): Update downscaler chart from 0.7.3 to 0.7.4 (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jan 24, 2024
1 parent 9f0cc0b commit 72cfcff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 33 deletions.
36 changes: 6 additions & 30 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.42.0
version: 0.43.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/misc-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,33 +17,9 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: |
feat: Update opencost from 1.105.2 to 1.108.0
Contains the new Cloud Costs feature.
description: "fix: Update downscaler chart from 0.7.3 to 0.7.4"
links:
- name: "Cloud Costs blog"
url: https://www.opencost.io/blog/cloud-costs
- name: "Release 1.108.0"
url: https://github.com/opencost/opencost/releases/tag/v1.108.0
- name: "Release 1.107.1"
url: https://github.com/opencost/opencost/releases/tag/v1.107.1
- name: "Release 1.107.0"
url: https://github.com/opencost/opencost/releases/tag/v1.107.0
- name: "Release 1.106.2"
url: https://github.com/opencost/opencost/releases/tag/v1.106.2
- name: "Release 1.106.1"
url: https://github.com/opencost/opencost/releases/tag/v1.106.1
- name: "Release 1.106.0"
url: https://github.com/opencost/opencost/releases/tag/v1.106.0
- kind: changed
description: "feat: Update chart from 1.19.3 to 1.29.0"
links:
- name: "feat: adding namespace override"
url: https://github.com/opencost/opencost-helm-chart/pull/171
- name: "feat: Add support for opencost.cloudIntegrationSecret"
url: https://github.com/opencost/opencost-helm-chart/pull/145
- name: "feat: Allow overriding the pricing provider type"
url: https://github.com/opencost/opencost-helm-chart/pull/135
- name: "feat: Add tlsconfig to servicemonitor"
url: https://github.com/opencost/opencost-helm-chart/pull/130
- name: "fix: bump version to be k8s>=1.25 ready"
url: https://github.com/deliveryhero/helm-charts/pull/543
- name: "upstream issue"
url: https://codeberg.org/hjacobs/kube-downscaler/issues/39
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.3"
targetRevision: "0.7.4"
# -- 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 72cfcff

Please sign in to comment.