From bf0f8d09f87e1769354c649313522c50eda83fb9 Mon Sep 17 00:00:00 2001 From: balagowda Date: Wed, 23 Oct 2024 11:22:38 +0530 Subject: [PATCH 1/2] Added new project helm-kanvas-snapshot to backend table Signed-off-by: balagowda --- src/sections/Community/Handbook/repo-data.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/sections/Community/Handbook/repo-data.js b/src/sections/Community/Handbook/repo-data.js index e411834aefd5..0621b9e3610d 100644 --- a/src/sections/Community/Handbook/repo-data.js +++ b/src/sections/Community/Handbook/repo-data.js @@ -322,6 +322,16 @@ export const repo_data = [ "Generates visual snapshots of infrastructure as code (e.g., Kubernetes manifests, Helm charts) and delivers them to pull requests for automated review.", repository: "https://github.com/layer5labs/kanvas-snapshot", }, + { + project: "Helm Kanvas Snapshot", + image: meshery, + language: "Golang", + maintainers_name: ["Vacant"], + link: [""], + description: + "A Helm chart for deploying Kanvas, a Meshery component for enhanced observability and management workflows.", + repository: "https://github.com/meshery/helm-kanvas-snapshot", + }, ], }, From b71704fc59a6b0b87130d9b86c57a7c82567e56c Mon Sep 17 00:00:00 2001 From: Sudhanshu Dasgupta Date: Thu, 24 Oct 2024 21:54:40 +0530 Subject: [PATCH 2/2] Update src/sections/Community/Handbook/repo-data.js Signed-off-by: Sudhanshu Dasgupta --- src/sections/Community/Handbook/repo-data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sections/Community/Handbook/repo-data.js b/src/sections/Community/Handbook/repo-data.js index 0621b9e3610d..682dc544d8dd 100644 --- a/src/sections/Community/Handbook/repo-data.js +++ b/src/sections/Community/Handbook/repo-data.js @@ -329,7 +329,7 @@ export const repo_data = [ maintainers_name: ["Vacant"], link: [""], description: - "A Helm chart for deploying Kanvas, a Meshery component for enhanced observability and management workflows.", + "The Kanvas Snapshot Helm Plugin allows users to generate a visual snapshot of their Helm charts directly from the command line.", repository: "https://github.com/meshery/helm-kanvas-snapshot", }, ],