Skip to content

Commit

Permalink
feat: Add Karpenter 0.37, 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishforbes committed Sep 2, 2024
1 parent 2ffb318 commit 090898a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libs/karpenter/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ local versions = [
{ output: '0.33', version: '0.33.0' },
{ output: '0.34', version: '0.34.0' },
{ output: '0.35', version: '0.35.0' },
{ output: '0.37', version: '0.37.0' },
{ output: '1.0', version: '1.0.0' },
];
local getURL(v) =
if std.objectHas(v, 'url')
then v.url
else 'https://raw.githubusercontent.com/aws/karpenter/v%s/pkg/apis/crds' % v.version;
else 'https://raw.githubusercontent.com/aws/karpenter-provider-aws/v%s/pkg/apis/crds' % v.version;

config.new(
name='karpenter',
Expand Down

0 comments on commit 090898a

Please sign in to comment.