Skip to content

Commit c2b5a54

Browse files
authored
chore(misc-apps): Bumped keda version (#1595)
* chore(infra-apps): Bumped velero version * chore(misc-apps): Bumped keda version * fix(misc-apps): fixed typos
1 parent 4470753 commit c2b5a54

File tree

3 files changed

+14
-22
lines changed

3 files changed

+14
-22
lines changed

charts/misc-apps/Chart.yaml

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: misc-apps
33
description: Argo CD app-of-apps config for miscellaneous small tools
44
type: application
5-
version: 0.57.0
5+
version: 0.58.0
66
home: https://github.com/adfinis/helm-charts/tree/main/charts/misc-apps
77
sources:
88
- https://github.com/adfinis/helm-charts
@@ -19,26 +19,18 @@ annotations:
1919
artifacthub.io/changes: |
2020
- kind: changed
2121
description: |
22-
chore: Upgraded Keda chart from 2.14.2 to 2.17.2
22+
chore: Upgraded Keda chart from 2.17.2 to 2.18.2
2323
24-
- Bumped Keda to v2.17.0
25-
- improved security with stricter RBAC
26-
- improved reliability of cer Renewals
24+
- Bumped Keda to 2.18.2
25+
- improved the raw metrics stream to send metrics during the ScaledObject's polling interval
26+
- Added a flag KEDA_CHECK_UNEXPECTED_SCALERS_PARAMS to allow checking for unexpected scaler parameters
2727
- added option to disable the creation of legacy Docker service links
2828
- fixed service account token bug.
2929
3030
links:
31-
- name: v2.17.2 release notes
32-
url: https://github.com/kedacore/charts/releases/tag/v2.17.2
33-
- name: v2.17.1 release notes
34-
url: https://github.com/kedacore/charts/releases/tag/v2.17.1
35-
- name: v2.16.1 release notes
36-
url: https://github.com/kedacore/charts/releases/tag/v2.16.1
37-
- name: v2.16.0 release notes
38-
url: https://github.com/kedacore/charts/releases/tag/v2.16.0
39-
- name: v2.15.2 release notes
40-
url: https://github.com/kedacore/charts/releases/tag/v2.15.2
41-
- name: v2.15.1 release notes
42-
url: https://github.com/kedacore/charts/releases/tag/v2.15.1
43-
- name: v2.14.3 release notes
44-
url: https://github.com/kedacore/charts/releases/tag/v2.14.3
31+
- name: v2.18.0 release notes
32+
url: https://github.com/kedacore/keda/releases/tag/v2.18.0
33+
- name: v2.18.1 release notes
34+
url: https://github.com/kedacore/keda/releases/tag/v2.18.1
35+
- name: v2.18.0 release notes
36+
url: https://github.com/kedacore/keda/releases/tag/v2.18.0

charts/misc-apps/README.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/misc-apps/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ keda:
158158
# -- Chart
159159
chart: keda
160160
# -- [keda Helm chart](https://github.com/kedacore/charts/tree/main/keda/) version
161-
targetRevision: 2.17.2
161+
targetRevision: 2.18.2
162162
# -- Helm values
163163
# @default -- [upstream values](https://github.com/kedacore/charts/blob/main/keda/values.yaml)
164164
values: {}

0 commit comments

Comments
 (0)