diff --git a/charts/ClusterSecret/.helmignore b/charts/cluster-secret/.helmignore similarity index 100% rename from charts/ClusterSecret/.helmignore rename to charts/cluster-secret/.helmignore diff --git a/charts/ClusterSecret/Chart.yaml b/charts/cluster-secret/Chart.yaml similarity index 88% rename from charts/ClusterSecret/Chart.yaml rename to charts/cluster-secret/Chart.yaml index 57c5e3f..2ef871f 100755 --- a/charts/ClusterSecret/Chart.yaml +++ b/charts/cluster-secret/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -name: ClusterSecret +name: cluster-secret description: ClusterSecret Operator kubeVersion: '>= 1.16.0-0' type: application -version: 0.1.1 +version: 0.2.0 icon: https://clustersecret.io/assets/csninjasmall.png sources: - https://github.com/zakkg3/ClusterSecret diff --git a/charts/ClusterSecret/README.md b/charts/cluster-secret/README.md similarity index 100% rename from charts/ClusterSecret/README.md rename to charts/cluster-secret/README.md diff --git a/charts/ClusterSecret/templates/_helpers.tpl b/charts/cluster-secret/templates/_helpers.tpl similarity index 100% rename from charts/ClusterSecret/templates/_helpers.tpl rename to charts/cluster-secret/templates/_helpers.tpl diff --git a/charts/ClusterSecret/templates/clustersecret-crd.yaml b/charts/cluster-secret/templates/clustersecret-crd.yaml similarity index 100% rename from charts/ClusterSecret/templates/clustersecret-crd.yaml rename to charts/cluster-secret/templates/clustersecret-crd.yaml diff --git a/charts/ClusterSecret/templates/deployment.yaml b/charts/cluster-secret/templates/deployment.yaml similarity index 100% rename from charts/ClusterSecret/templates/deployment.yaml rename to charts/cluster-secret/templates/deployment.yaml diff --git a/charts/ClusterSecret/templates/role-cluster-rbac.yaml b/charts/cluster-secret/templates/role-cluster-rbac.yaml similarity index 100% rename from charts/ClusterSecret/templates/role-cluster-rbac.yaml rename to charts/cluster-secret/templates/role-cluster-rbac.yaml diff --git a/charts/ClusterSecret/templates/role-namespaced-rbac.yaml b/charts/cluster-secret/templates/role-namespaced-rbac.yaml similarity index 100% rename from charts/ClusterSecret/templates/role-namespaced-rbac.yaml rename to charts/cluster-secret/templates/role-namespaced-rbac.yaml diff --git a/charts/ClusterSecret/templates/rolebinding-cluster-rbac.yaml b/charts/cluster-secret/templates/rolebinding-cluster-rbac.yaml similarity index 100% rename from charts/ClusterSecret/templates/rolebinding-cluster-rbac.yaml rename to charts/cluster-secret/templates/rolebinding-cluster-rbac.yaml diff --git a/charts/ClusterSecret/templates/rolebinding-namespaced-rbac.yaml b/charts/cluster-secret/templates/rolebinding-namespaced-rbac.yaml similarity index 100% rename from charts/ClusterSecret/templates/rolebinding-namespaced-rbac.yaml rename to charts/cluster-secret/templates/rolebinding-namespaced-rbac.yaml diff --git a/charts/ClusterSecret/values.yaml b/charts/cluster-secret/values.yaml similarity index 100% rename from charts/ClusterSecret/values.yaml rename to charts/cluster-secret/values.yaml diff --git a/docs/index.html b/docs/index.html index 7d53259..853b025 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,9 +1,9 @@
-Point Helm at this repo to see charts.