File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
1717home : https://github.com/kedacore/keda
1818icon : https://raw.githubusercontent.com/kedacore/keda/main/images/keda-logo-500x500-white.png
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments