diff options
| author | Kohei Ota (inductor) <kela@inductor.me> | 2023-02-14 14:34:59 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-14 14:34:59 +0900 |
| commit | 37b849ad1ff3472ec3a286b07ead4a5a7e797754 (patch) | |
| tree | c2250e74cba18a2e06db876b44f12b7483a7297a /chart | |
| parent | enhance(server): URLプレビュー(summaly)はプロキシを通すよ... (diff) | |
| download | sharkey-37b849ad1ff3472ec3a286b07ead4a5a7e797754.tar.gz sharkey-37b849ad1ff3472ec3a286b07ead4a5a7e797754.tar.bz2 sharkey-37b849ad1ff3472ec3a286b07ead4a5a7e797754.zip | |
Add Description on Chart.yaml (#9928)
Diffstat (limited to 'chart')
| -rw-r--r-- | chart/Chart.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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. |