Skip to content

Commit

Permalink
Add keda 2.14+ and 2.15+. Also dropped some older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vtomasr5 committed Sep 5, 2024
1 parent 91eace2 commit e4a4542
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions libs/keda/config.jsonnet
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
local config = import 'jsonnet/config.jsonnet';

local versions = [
{ output: '2.6', version: '2.6.1' },
{ output: '2.7', version: '2.7.1' },
{ output: '2.8', version: '2.8.2' },
{ output: '2.9', version: '2.9.3' },
{ output: '2.10', version: '2.10.1' },
{ output: '2.11', version: '2.11.2' },
{ output: '2.12', version: '2.12.1' },
{ output: '2.13', version: '2.13.1' },
{ output: '2.14', version: '2.14.1' },
{ output: '2.15', version: '2.15.1' },
];

config.new(
Expand Down

0 comments on commit e4a4542

Please sign in to comment.