From 37b849ad1ff3472ec3a286b07ead4a5a7e797754 Mon Sep 17 00:00:00 2001 From: "Kohei Ota (inductor)" Date: Tue, 14 Feb 2023 14:34:59 +0900 Subject: [PATCH] Add Description on Chart.yaml (#9928) --- chart/Chart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 8f31cf7fb4..d151f1dd17 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,4 @@ apiVersion: v2 name: misskey version: 0.0.0 +description: This chart is created for the purpose of previewing Pull Requests. Do not use this for production use.