diff --git a/keda/kustomization.yaml b/keda/kustomization.yaml index 0990503..3b6129c 100644 --- a/keda/kustomization.yaml +++ b/keda/kustomization.yaml @@ -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 diff --git a/outputs.tf b/outputs.tf index 55cf6ed..4d40ae4 100644 --- a/outputs.tf +++ b/outputs.tf @@ -1,6 +1,6 @@ locals { keda_yaml = file("${path.module}/keda.yaml") - version = "2.15.1" + version = "2.15.2" } output "addons" {