Skip to content

Commit

Permalink
Merge pull request #8 from opzkit/revert-incomplete-version-change
Browse files Browse the repository at this point in the history
fix: revert incomplete version change
  • Loading branch information
argoyle authored Oct 18, 2024
2 parents 2c97389 + c7574a5 commit fd0a272
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.2'
version: '2.15.1'
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.2"
version = "2.15.1"
}

output "addons" {
Expand Down

0 comments on commit fd0a272

Please sign in to comment.