Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

keda: release v2.16.1-1 #133

Merged
merged 1 commit into from
Mar 4, 2025
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
4 changes: 2 additions & 2 deletions keda/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ kubeVersion: ">=v1.23.0-0"

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 2.16.1
version: 2.16.1-1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 2.16.1
appVersion: 2.16.1-1

home: https://github.com/kedacore/keda
icon: https://raw.githubusercontent.com/kedacore/keda/main/images/keda-logo-500x500-white.png
Expand Down
6 changes: 3 additions & 3 deletions keda/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ image:
# -- Image name of KEDA operator
repository: kedify/keda-operator
# -- Image tag of KEDA operator. Optional, given app version of Helm chart is used by default
tag: "v2.16.1-0"
tag: "v2.16.1-1"
metricsApiServer:
# -- Image registry of KEDA Metrics API Server
registry: ghcr.io
# -- Image name of KEDA Metrics API Server
repository: kedify/keda-metrics-apiserver
# -- Image tag of KEDA Metrics API Server. Optional, given app version of Helm chart is used by default
tag: "v2.16.1-0"
tag: "v2.16.1-1"
webhooks:
# -- Image registry of KEDA admission-webhooks
registry: ghcr.io
# -- Image name of KEDA admission-webhooks
repository: kedify/keda-admission-webhooks
# -- Image tag of KEDA admission-webhooks . Optional, given app version of Helm chart is used by default
tag: "v2.16.1-0"
tag: "v2.16.1-1"
# -- Image pullPolicy for all KEDA components
pullPolicy: Always

Expand Down
Loading