We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8557354 commit ff5d5d0Copy full SHA for ff5d5d0
1 file changed
libs/cilium/config.jsonnet
@@ -1,10 +1,10 @@
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.13', tag: 'v1.13.18' },
+ { version: '1.14', tag: 'v1.14.19' },
+ { version: '1.15', tag: 'v1.15.16' },
+ { version: '1.16', tag: 'v1.16.9' },
+ { version: '1.17', tag: 'v1.17.3' },
8
];
9
10
local pathPrefix = 'https://raw.githubusercontent.com/cilium/cilium/%s/pkg/k8s/apis/cilium.io/client/crds/v2/';
0 commit comments