We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a27d99 commit fe9d5deCopy full SHA for fe9d5de
libs/cilium/config.jsonnet
@@ -1,14 +1,13 @@
1
local config = import 'jsonnet/config.jsonnet';
2
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' },
+ { version: '1.16', tag: 'v1.16.18' },
+ { version: '1.17', tag: 'v1.17.11' },
+ { version: '1.18', tag: 'v1.18.5' },
8
];
9
10
local pathPrefix = 'https://raw.githubusercontent.com/cilium/cilium/%s/pkg/k8s/apis/cilium.io/client/crds/v2/';
11
local crdFiles = [
+ 'ciliumcidrgroups.yaml',
12
'ciliumclusterwideenvoyconfigs.yaml',
13
'ciliumclusterwidenetworkpolicies.yaml',
14
'ciliumegressgatewaypolicies.yaml',
0 commit comments