Removing oci storage and helmops from experimental features

This commit is contained in:
hridyesh bisht 2025-06-20 14:30:54 +05:30
parent 9742e44de9
commit 3aac572954
No known key found for this signature in database
GPG Key ID: 7E30EC522B3FCFBB
1 changed files with 3 additions and 3 deletions

View File

@ -49,6 +49,8 @@ module.exports = {
{type:'doc', id:'imagescan'}, {type:'doc', id:'imagescan'},
{type:'doc', id:'bundle-add'}, {type:'doc', id:'bundle-add'},
{type:'doc', id:'observability'}, {type:'doc', id:'observability'},
{type:'doc', id:'oci-storage'},
{type:'doc', id:'helm-ops'}
], ],
}, },
{ {
@ -101,9 +103,7 @@ module.exports = {
label: 'Experimental Features', label: 'Experimental Features',
collapsed: false, collapsed: false,
items:[ items:[
'enableexperimental', 'enableexperimental'
'oci-storage',
'helm-ops',
], ],
}, },
], ],