Skip to content

Commit adbd4e2

Browse files
authored
Merge pull request #356 from headlamp-k8s/ai-assistant-add-missing-files
Ai assistant add missing files
2 parents d70001f + e32dc54 commit adbd4e2

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

ai-assistant/artifacthub-pkg.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 0.1.0-alpha
2+
name: headlamp_ai_assistant
3+
displayName: AI Assistant
4+
createdAt: "2025-08-07T14:05:31.237Z"
5+
logoURL: "https://raw.githubusercontent.com/headlamp-k8s/plugins/main/ai-assistant/logo.png"
6+
description: "The AI Assistant plugin for Headlamp provides an AI-powered assistant to help users interact with their Kubernetes clusters more efficiently."
7+
annotations:
8+
headlamp/plugin/archive-url: https://github.com/headlamp-k8s/plugins/releases/download/ai-assistant-0.1.0-alpha/headlamp-k8s-ai-assistant-0.1.0-alpha.tar.gz
9+
headlamp/plugin/archive-checksum: "SHA256:447ea34d932b0cf92fe00ab13f35b1452b8d423539572384887088f315d8cc99"
10+
headlamp/plugin/version-compat: ">=0.22"
11+
headlamp/plugin/distro-compat: in-cluster,web,docker-desktop,desktop

ai-assistant/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"format": "headlamp-plugin format",
99
"lint": "headlamp-plugin lint",
1010
"lint-fix": "headlamp-plugin lint --fix",
11+
"package": "headlamp-plugin package",
1112
"tsc": "headlamp-plugin tsc",
1213
"storybook": "headlamp-plugin storybook",
1314
"storybook-build": "headlamp-plugin storybook-build",

0 commit comments

Comments
 (0)