Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 11 additions & 19 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.57.0
version: 0.58.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/misc-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -19,26 +19,18 @@ annotations:
artifacthub.io/changes: |
- kind: changed
description: |
chore: Upgraded Keda chart from 2.14.2 to 2.17.2
chore: Upgraded Keda chart from 2.17.2 to 2.18.2

- Bumped Keda to v2.17.0
- improved security with stricter RBAC
- improved reliability of cer Renewals
- Bumped Keda to 2.18.2
- improved the raw metrics stream to send metrics during the ScaledObject's polling interval
- Added a flag KEDA_CHECK_UNEXPECTED_SCALERS_PARAMS to allow checking for unexpected scaler parameters
- added option to disable the creation of legacy Docker service links
- fixed service account token bug.

links:
- name: v2.17.2 release notes
url: https://github.com/kedacore/charts/releases/tag/v2.17.2
- name: v2.17.1 release notes
url: https://github.com/kedacore/charts/releases/tag/v2.17.1
- name: v2.16.1 release notes
url: https://github.com/kedacore/charts/releases/tag/v2.16.1
- name: v2.16.0 release notes
url: https://github.com/kedacore/charts/releases/tag/v2.16.0
- name: v2.15.2 release notes
url: https://github.com/kedacore/charts/releases/tag/v2.15.2
- name: v2.15.1 release notes
url: https://github.com/kedacore/charts/releases/tag/v2.15.1
- name: v2.14.3 release notes
url: https://github.com/kedacore/charts/releases/tag/v2.14.3
- name: v2.18.0 release notes
url: https://github.com/kedacore/keda/releases/tag/v2.18.0
- name: v2.18.1 release notes
url: https://github.com/kedacore/keda/releases/tag/v2.18.1
- name: v2.18.0 release notes
url: https://github.com/kedacore/keda/releases/tag/v2.18.0
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 @@ -158,7 +158,7 @@ keda:
# -- Chart
chart: keda
# -- [keda Helm chart](https://github.com/kedacore/charts/tree/main/keda/) version
targetRevision: 2.17.2
targetRevision: 2.18.2
# -- Helm values
# @default -- [upstream values](https://github.com/kedacore/charts/blob/main/keda/values.yaml)
values: {}
Expand Down
Loading