From 76f9395f43b2da0425c3c1870ca272b25227b869 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 12 Dec 2021 22:54:43 +0700 Subject: [PATCH] fix: fix incorrect k8up chart name --- external/{k8up => k8up-operator}/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename external/{k8up => k8up-operator}/Chart.yaml (70%) diff --git a/external/k8up/Chart.yaml b/external/k8up-operator/Chart.yaml similarity index 70% rename from external/k8up/Chart.yaml rename to external/k8up-operator/Chart.yaml index acdddc61..9645b6d5 100644 --- a/external/k8up/Chart.yaml +++ b/external/k8up-operator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 -name: k8up-operator +name: k8up version: 0.0.0 dependencies: -- name: k8up-operator +- name: k8up version: 2.0.2 repository: https://charts.appuio.ch