Skip to content

Commit fe9d5de

Browse files
authored
chore: Cilium version bump (#588)
- updated versions - added CIDR Group CRD
1 parent 0a27d99 commit fe9d5de

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

libs/cilium/config.jsonnet

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
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.16', tag: 'v1.16.18' },
4+
{ version: '1.17', tag: 'v1.17.11' },
5+
{ version: '1.18', tag: 'v1.18.5' },
86
];
97

108
local pathPrefix = 'https://raw.githubusercontent.com/cilium/cilium/%s/pkg/k8s/apis/cilium.io/client/crds/v2/';
119
local crdFiles = [
10+
'ciliumcidrgroups.yaml',
1211
'ciliumclusterwideenvoyconfigs.yaml',
1312
'ciliumclusterwidenetworkpolicies.yaml',
1413
'ciliumegressgatewaypolicies.yaml',

0 commit comments

Comments
 (0)