Skip to content

Commit ff5d5d0

Browse files
committed
Adds cilium 1.17 and removes 1.12
1 parent 8557354 commit ff5d5d0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

libs/cilium/config.jsonnet

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
local config = import 'jsonnet/config.jsonnet';
22
local versions = [
3-
{ version: '1.12', tag: 'v1.12.19' },
4-
{ version: '1.13', tag: 'v1.13.12' },
5-
{ version: '1.14', tag: 'v1.14.7' },
6-
{ version: '1.15', tag: 'v1.15.1' },
7-
{ version: '1.16', tag: 'v1.16.1' },
3+
{ version: '1.13', tag: 'v1.13.18' },
4+
{ version: '1.14', tag: 'v1.14.19' },
5+
{ version: '1.15', tag: 'v1.15.16' },
6+
{ version: '1.16', tag: 'v1.16.9' },
7+
{ version: '1.17', tag: 'v1.17.3' },
88
];
99

1010
local pathPrefix = 'https://raw.githubusercontent.com/cilium/cilium/%s/pkg/k8s/apis/cilium.io/client/crds/v2/';

0 commit comments

Comments
 (0)