Skip to content

Commit c2ed15d

Browse files
kedifybotKedify Bot
andauthored
keda: release v2.19.0-0 (#404)
Co-authored-by: Kedify Bot <kedifybot@kedify.io>
1 parent 29ca642 commit c2ed15d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

keda/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ kubeVersion: ">=v1.23.0-0"
88

99
# This is the chart version. This version number should be incremented each time you make changes
1010
# to the chart and its templates, including the app version.
11-
version: v2.18.3-6
11+
version: v2.19.0-0
1212

1313
# This is the version number of the application being deployed. This version number should be
1414
# incremented each time you make changes to the application.
15-
appVersion: v2.18.3-6
15+
appVersion: v2.19.0-0
1616

1717
home: https://github.com/kedacore/keda
1818
icon: https://raw.githubusercontent.com/kedacore/keda/main/images/keda-logo-500x500-white.png

keda/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ image:
2626
# -- Image name of KEDA operator
2727
repository: kedify/keda-operator
2828
# -- Image tag of KEDA operator. Optional, given app version of Helm chart is used by default
29-
tag: v2.18.3-6
29+
tag: v2.19.0-0
3030
metricsApiServer:
3131
# -- Image registry of KEDA Metrics API Server
3232
registry: ghcr.io
3333
# -- Image name of KEDA Metrics API Server
3434
repository: kedify/keda-metrics-apiserver
3535
# -- Image tag of KEDA Metrics API Server. Optional, given app version of Helm chart is used by default
36-
tag: v2.18.3-6
36+
tag: v2.19.0-0
3737
webhooks:
3838
# -- Image registry of KEDA admission-webhooks
3939
registry: ghcr.io
4040
# -- Image name of KEDA admission-webhooks
4141
repository: kedify/keda-admission-webhooks
4242
# -- Image tag of KEDA admission-webhooks . Optional, given app version of Helm chart is used by default
43-
tag: v2.18.3-6
43+
tag: v2.19.0-0
4444
# -- Image pullPolicy for all KEDA components
4545
pullPolicy: Always
4646

0 commit comments

Comments
 (0)