From fee2878b98253f2510ae2bc5c746c058a043ef82 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 15 May 2022 22:32:50 +0900 Subject: chore(dev): use .yaml for prevent okteto error --- chart/Chart.yaml | 3 +++ chart/Chart.yml | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 chart/Chart.yaml delete mode 100644 chart/Chart.yml (limited to 'chart') diff --git a/chart/Chart.yaml b/chart/Chart.yaml new file mode 100644 index 0000000000..8f31cf7fb4 --- /dev/null +++ b/chart/Chart.yaml @@ -0,0 +1,3 @@ +apiVersion: v2 +name: misskey +version: 0.0.0 diff --git a/chart/Chart.yml b/chart/Chart.yml deleted file mode 100644 index 8f31cf7fb4..0000000000 --- a/chart/Chart.yml +++ /dev/null @@ -1,3 +0,0 @@ -apiVersion: v2 -name: misskey -version: 0.0.0 -- cgit v1.2.3-freya