Skip to content

Commit 055272b

Browse files
added helm walkthrough
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
1 parent 97f23a5 commit 055272b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

images/walkthrough/helm.gif

2.02 MB
Loading

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,6 +1424,18 @@
14241424
"onCommand:openshift.componentType.newComponent"
14251425
]
14261426
},
1427+
{
1428+
"id": "helmChart",
1429+
"title": "Work with Helm Charts",
1430+
"description": "Browse the catalog to discover and install Helm Charts.\n[Browse Helm Chart](command:openshift.componentTypesView.registry.openHelmChartsInView)",
1431+
"media": {
1432+
"image": "images/walkthrough/helm.gif",
1433+
"altText": "helm chart"
1434+
},
1435+
"completionEvents": [
1436+
"onCommand:openshift.componentTypesView.registry.openHelmChartsInView"
1437+
]
1438+
},
14271439
{
14281440
"id": "importFromGit",
14291441
"title": "Create a Component from git repository",

0 commit comments

Comments
 (0)