Skip to content

Commit

Permalink
chore(keda): update versions (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrRibeiro authored Mar 31, 2024
1 parent 9e41a9d commit a3d84b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/keda/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ local versions = [
{ 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.0' },
{ output: '2.12', version: '2.12.1' },
{ output: '2.13', version: '2.13.1' },
];

config.new(
Expand Down

0 comments on commit a3d84b9

Please sign in to comment.