From 5a08a4aacd22a0e32212938c268a23b46f99a681 Mon Sep 17 00:00:00 2001 From: Kevin Schu Date: Fri, 22 Apr 2022 15:52:21 +0200 Subject: [PATCH] move helm chart to charts/ directory as required by chart releaser --- {helm => charts}/sidecar-cleaner/.helmignore | 0 {helm => charts}/sidecar-cleaner/Chart.yaml | 0 {helm => charts}/sidecar-cleaner/templates/_helpers.tpl | 0 {helm => charts}/sidecar-cleaner/templates/deployment.yaml | 0 {helm => charts}/sidecar-cleaner/templates/role.yaml | 0 {helm => charts}/sidecar-cleaner/templates/rolebinding.yaml | 0 {helm => charts}/sidecar-cleaner/templates/serviceaccount.yaml | 0 {helm => charts}/sidecar-cleaner/values.yaml | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {helm => charts}/sidecar-cleaner/.helmignore (100%) rename {helm => charts}/sidecar-cleaner/Chart.yaml (100%) rename {helm => charts}/sidecar-cleaner/templates/_helpers.tpl (100%) rename {helm => charts}/sidecar-cleaner/templates/deployment.yaml (100%) rename {helm => charts}/sidecar-cleaner/templates/role.yaml (100%) rename {helm => charts}/sidecar-cleaner/templates/rolebinding.yaml (100%) rename {helm => charts}/sidecar-cleaner/templates/serviceaccount.yaml (100%) rename {helm => charts}/sidecar-cleaner/values.yaml (100%) diff --git a/helm/sidecar-cleaner/.helmignore b/charts/sidecar-cleaner/.helmignore similarity index 100% rename from helm/sidecar-cleaner/.helmignore rename to charts/sidecar-cleaner/.helmignore diff --git a/helm/sidecar-cleaner/Chart.yaml b/charts/sidecar-cleaner/Chart.yaml similarity index 100% rename from helm/sidecar-cleaner/Chart.yaml rename to charts/sidecar-cleaner/Chart.yaml diff --git a/helm/sidecar-cleaner/templates/_helpers.tpl b/charts/sidecar-cleaner/templates/_helpers.tpl similarity index 100% rename from helm/sidecar-cleaner/templates/_helpers.tpl rename to charts/sidecar-cleaner/templates/_helpers.tpl diff --git a/helm/sidecar-cleaner/templates/deployment.yaml b/charts/sidecar-cleaner/templates/deployment.yaml similarity index 100% rename from helm/sidecar-cleaner/templates/deployment.yaml rename to charts/sidecar-cleaner/templates/deployment.yaml diff --git a/helm/sidecar-cleaner/templates/role.yaml b/charts/sidecar-cleaner/templates/role.yaml similarity index 100% rename from helm/sidecar-cleaner/templates/role.yaml rename to charts/sidecar-cleaner/templates/role.yaml diff --git a/helm/sidecar-cleaner/templates/rolebinding.yaml b/charts/sidecar-cleaner/templates/rolebinding.yaml similarity index 100% rename from helm/sidecar-cleaner/templates/rolebinding.yaml rename to charts/sidecar-cleaner/templates/rolebinding.yaml diff --git a/helm/sidecar-cleaner/templates/serviceaccount.yaml b/charts/sidecar-cleaner/templates/serviceaccount.yaml similarity index 100% rename from helm/sidecar-cleaner/templates/serviceaccount.yaml rename to charts/sidecar-cleaner/templates/serviceaccount.yaml diff --git a/helm/sidecar-cleaner/values.yaml b/charts/sidecar-cleaner/values.yaml similarity index 100% rename from helm/sidecar-cleaner/values.yaml rename to charts/sidecar-cleaner/values.yaml