We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f980a0 commit 7a94655Copy full SHA for 7a94655
libs/litmus-chaos/config.jsonnet
@@ -1,6 +1,6 @@
1
# libs/<name>/config.jsonnet
2
local config = (import 'jsonnet/config.jsonnet');
3
-local versions = ['2.8.0', '2.9.0', '2.10.0'];
+local versions = ['2.8.0', '2.9.0', '2.10.0', '3.20.0'];
4
local crdFilesOperator = ['chaosengine_crd.yaml','chaosexperiment_crd.yaml','chaosresults_crd.yaml'];
5
local crdFilesScheduler = ['chaosschedule_crd.yaml'];
6
0 commit comments