From f1f48452a94f22da45f90addf61476a71ddf6716 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Mon, 18 Aug 2025 12:42:43 +0800 Subject: [PATCH] chore: remove deprecated Helm chart files for secret operator - Deleted unused files including Chart.yaml, values.yaml, values.prod.yaml, and various templates related to the secret operator. - This cleanup is part of the effort to streamline the Helm chart structure and remove obsolete configurations. Signed-off-by: zhenyus --- .../helm-pkg/{secret-operator => secretOperator}/Chart.yaml | 0 .../{secret-operator => secretOperator}/templates/NOTES.txt | 0 .../{secret-operator => secretOperator}/templates/_helpers.tpl | 0 .../{secret-operator => secretOperator}/templates/crds.yaml | 0 .../{secret-operator => secretOperator}/templates/deployment.yaml | 0 .../{secret-operator => secretOperator}/templates/rbac.yaml | 0 .../{secret-operator => secretOperator}/templates/secret.yaml | 0 .../{secret-operator => secretOperator}/templates/service.yaml | 0 .../templates/serviceaccount.yaml | 0 .../helm-pkg/{secret-operator => secretOperator}/values.prod.yaml | 0 .../helm-pkg/{secret-operator => secretOperator}/values.yaml | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename freeleaps-secret-operator/helm-pkg/{secret-operator => secretOperator}/Chart.yaml (100%) rename freeleaps-secret-operator/helm-pkg/{secret-operator => secretOperator}/templates/NOTES.txt (100%) rename freeleaps-secret-operator/helm-pkg/{secret-operator => secretOperator}/templates/_helpers.tpl (100%) rename freeleaps-secret-operator/helm-pkg/{secret-operator => secretOperator}/templates/crds.yaml (100%) rename freeleaps-secret-operator/helm-pkg/{secret-operator => secretOperator}/templates/deployment.yaml (100%) rename freeleaps-secret-operator/helm-pkg/{secret-operator => secretOperator}/templates/rbac.yaml (100%) rename freeleaps-secret-operator/helm-pkg/{secret-operator => secretOperator}/templates/secret.yaml (100%) rename freeleaps-secret-operator/helm-pkg/{secret-operator => secretOperator}/templates/service.yaml (100%) rename freeleaps-secret-operator/helm-pkg/{secret-operator => secretOperator}/templates/serviceaccount.yaml (100%) rename freeleaps-secret-operator/helm-pkg/{secret-operator => secretOperator}/values.prod.yaml (100%) rename freeleaps-secret-operator/helm-pkg/{secret-operator => secretOperator}/values.yaml (100%) diff --git a/freeleaps-secret-operator/helm-pkg/secret-operator/Chart.yaml b/freeleaps-secret-operator/helm-pkg/secretOperator/Chart.yaml similarity index 100% rename from freeleaps-secret-operator/helm-pkg/secret-operator/Chart.yaml rename to freeleaps-secret-operator/helm-pkg/secretOperator/Chart.yaml diff --git a/freeleaps-secret-operator/helm-pkg/secret-operator/templates/NOTES.txt b/freeleaps-secret-operator/helm-pkg/secretOperator/templates/NOTES.txt similarity index 100% rename from freeleaps-secret-operator/helm-pkg/secret-operator/templates/NOTES.txt rename to freeleaps-secret-operator/helm-pkg/secretOperator/templates/NOTES.txt diff --git a/freeleaps-secret-operator/helm-pkg/secret-operator/templates/_helpers.tpl b/freeleaps-secret-operator/helm-pkg/secretOperator/templates/_helpers.tpl similarity index 100% rename from freeleaps-secret-operator/helm-pkg/secret-operator/templates/_helpers.tpl rename to freeleaps-secret-operator/helm-pkg/secretOperator/templates/_helpers.tpl diff --git a/freeleaps-secret-operator/helm-pkg/secret-operator/templates/crds.yaml b/freeleaps-secret-operator/helm-pkg/secretOperator/templates/crds.yaml similarity index 100% rename from freeleaps-secret-operator/helm-pkg/secret-operator/templates/crds.yaml rename to freeleaps-secret-operator/helm-pkg/secretOperator/templates/crds.yaml diff --git a/freeleaps-secret-operator/helm-pkg/secret-operator/templates/deployment.yaml b/freeleaps-secret-operator/helm-pkg/secretOperator/templates/deployment.yaml similarity index 100% rename from freeleaps-secret-operator/helm-pkg/secret-operator/templates/deployment.yaml rename to freeleaps-secret-operator/helm-pkg/secretOperator/templates/deployment.yaml diff --git a/freeleaps-secret-operator/helm-pkg/secret-operator/templates/rbac.yaml b/freeleaps-secret-operator/helm-pkg/secretOperator/templates/rbac.yaml similarity index 100% rename from freeleaps-secret-operator/helm-pkg/secret-operator/templates/rbac.yaml rename to freeleaps-secret-operator/helm-pkg/secretOperator/templates/rbac.yaml diff --git a/freeleaps-secret-operator/helm-pkg/secret-operator/templates/secret.yaml b/freeleaps-secret-operator/helm-pkg/secretOperator/templates/secret.yaml similarity index 100% rename from freeleaps-secret-operator/helm-pkg/secret-operator/templates/secret.yaml rename to freeleaps-secret-operator/helm-pkg/secretOperator/templates/secret.yaml diff --git a/freeleaps-secret-operator/helm-pkg/secret-operator/templates/service.yaml b/freeleaps-secret-operator/helm-pkg/secretOperator/templates/service.yaml similarity index 100% rename from freeleaps-secret-operator/helm-pkg/secret-operator/templates/service.yaml rename to freeleaps-secret-operator/helm-pkg/secretOperator/templates/service.yaml diff --git a/freeleaps-secret-operator/helm-pkg/secret-operator/templates/serviceaccount.yaml b/freeleaps-secret-operator/helm-pkg/secretOperator/templates/serviceaccount.yaml similarity index 100% rename from freeleaps-secret-operator/helm-pkg/secret-operator/templates/serviceaccount.yaml rename to freeleaps-secret-operator/helm-pkg/secretOperator/templates/serviceaccount.yaml diff --git a/freeleaps-secret-operator/helm-pkg/secret-operator/values.prod.yaml b/freeleaps-secret-operator/helm-pkg/secretOperator/values.prod.yaml similarity index 100% rename from freeleaps-secret-operator/helm-pkg/secret-operator/values.prod.yaml rename to freeleaps-secret-operator/helm-pkg/secretOperator/values.prod.yaml diff --git a/freeleaps-secret-operator/helm-pkg/secret-operator/values.yaml b/freeleaps-secret-operator/helm-pkg/secretOperator/values.yaml similarity index 100% rename from freeleaps-secret-operator/helm-pkg/secret-operator/values.yaml rename to freeleaps-secret-operator/helm-pkg/secretOperator/values.yaml