Skip to content

Commit

Permalink
Merge pull request #7 from opzkit/updatecli_main_32528a94d6cc072a88fa…
Browse files Browse the repository at this point in the history
…428cb486f3b155060a0023669927ab0de7cb8ddad98a

Update KEDA version
  • Loading branch information
peter-svensson authored Oct 18, 2024
2 parents 556207a + 544d6c3 commit 12d7c1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keda/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ helmCharts:
- name: keda
namespace: keda
repo: https://kedacore.github.io/charts
version: '2.15.1'
version: '2.15.2'
releaseName: "keda"
includeCRDs: true
valuesFile: values.yaml
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
keda_yaml = file("${path.module}/keda.yaml")
version = "2.15.1"
version = "2.15.2"
}

output "addons" {
Expand Down

0 comments on commit 12d7c1c

Please sign in to comment.