From 6fa10ef6d56a9d03bfceefc691833dfb19082809 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 25 Nov 2023 22:34:38 +0100 Subject: [PATCH] very old rename? --- {uncloud_v3 => k8s}/helm/.helmignore | 0 {uncloud_v3 => k8s}/helm/Chart.yaml | 0 {uncloud_v3 => k8s}/helm/templates/NOTES.txt | 0 {uncloud_v3 => k8s}/helm/templates/_helpers.tpl | 0 {uncloud_v3 => k8s}/helm/templates/deployment.yaml | 0 {uncloud_v3 => k8s}/helm/templates/hpa.yaml | 0 {uncloud_v3 => k8s}/helm/templates/ingress.yaml | 0 {uncloud_v3 => k8s}/helm/templates/service.yaml | 0 {uncloud_v3 => k8s}/helm/templates/serviceaccount.yaml | 0 {uncloud_v3 => k8s}/helm/templates/tests/test-connection.yaml | 0 {uncloud_v3 => k8s}/helm/values.yaml | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {uncloud_v3 => k8s}/helm/.helmignore (100%) rename {uncloud_v3 => k8s}/helm/Chart.yaml (100%) rename {uncloud_v3 => k8s}/helm/templates/NOTES.txt (100%) rename {uncloud_v3 => k8s}/helm/templates/_helpers.tpl (100%) rename {uncloud_v3 => k8s}/helm/templates/deployment.yaml (100%) rename {uncloud_v3 => k8s}/helm/templates/hpa.yaml (100%) rename {uncloud_v3 => k8s}/helm/templates/ingress.yaml (100%) rename {uncloud_v3 => k8s}/helm/templates/service.yaml (100%) rename {uncloud_v3 => k8s}/helm/templates/serviceaccount.yaml (100%) rename {uncloud_v3 => k8s}/helm/templates/tests/test-connection.yaml (100%) rename {uncloud_v3 => k8s}/helm/values.yaml (100%) diff --git a/uncloud_v3/helm/.helmignore b/k8s/helm/.helmignore similarity index 100% rename from uncloud_v3/helm/.helmignore rename to k8s/helm/.helmignore diff --git a/uncloud_v3/helm/Chart.yaml b/k8s/helm/Chart.yaml similarity index 100% rename from uncloud_v3/helm/Chart.yaml rename to k8s/helm/Chart.yaml diff --git a/uncloud_v3/helm/templates/NOTES.txt b/k8s/helm/templates/NOTES.txt similarity index 100% rename from uncloud_v3/helm/templates/NOTES.txt rename to k8s/helm/templates/NOTES.txt diff --git a/uncloud_v3/helm/templates/_helpers.tpl b/k8s/helm/templates/_helpers.tpl similarity index 100% rename from uncloud_v3/helm/templates/_helpers.tpl rename to k8s/helm/templates/_helpers.tpl diff --git a/uncloud_v3/helm/templates/deployment.yaml b/k8s/helm/templates/deployment.yaml similarity index 100% rename from uncloud_v3/helm/templates/deployment.yaml rename to k8s/helm/templates/deployment.yaml diff --git a/uncloud_v3/helm/templates/hpa.yaml b/k8s/helm/templates/hpa.yaml similarity index 100% rename from uncloud_v3/helm/templates/hpa.yaml rename to k8s/helm/templates/hpa.yaml diff --git a/uncloud_v3/helm/templates/ingress.yaml b/k8s/helm/templates/ingress.yaml similarity index 100% rename from uncloud_v3/helm/templates/ingress.yaml rename to k8s/helm/templates/ingress.yaml diff --git a/uncloud_v3/helm/templates/service.yaml b/k8s/helm/templates/service.yaml similarity index 100% rename from uncloud_v3/helm/templates/service.yaml rename to k8s/helm/templates/service.yaml diff --git a/uncloud_v3/helm/templates/serviceaccount.yaml b/k8s/helm/templates/serviceaccount.yaml similarity index 100% rename from uncloud_v3/helm/templates/serviceaccount.yaml rename to k8s/helm/templates/serviceaccount.yaml diff --git a/uncloud_v3/helm/templates/tests/test-connection.yaml b/k8s/helm/templates/tests/test-connection.yaml similarity index 100% rename from uncloud_v3/helm/templates/tests/test-connection.yaml rename to k8s/helm/templates/tests/test-connection.yaml diff --git a/uncloud_v3/helm/values.yaml b/k8s/helm/values.yaml similarity index 100% rename from uncloud_v3/helm/values.yaml rename to k8s/helm/values.yaml