From 2d156190279e1e11d301c9a5a66e7b615cb830c4 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Mon, 19 Dec 2022 05:08:26 +0100 Subject: [PATCH] renaming toolings --- scripts/helmcharts/{utilties => toolings}/.helmignore | 0 scripts/helmcharts/{utilties => toolings}/Chart.yaml | 0 .../helmcharts/{utilties => toolings}/charts/kyverno/Chart.yaml | 0 .../helmcharts/{utilties => toolings}/charts/kyverno/README.md | 0 .../{utilties => toolings}/charts/kyverno/README.md.gotmpl | 0 .../{utilties => toolings}/charts/kyverno/ci/hooks-values.yaml | 0 .../charts/kyverno/ci/imagePullSecrets-values.yaml | 0 .../charts/kyverno/ci/networkpolicy-values.yaml | 0 .../{utilties => toolings}/charts/kyverno/templates/NOTES.txt | 0 .../{utilties => toolings}/charts/kyverno/templates/_helpers.tpl | 0 .../charts/kyverno/templates/aggregateroles.yaml | 0 .../charts/kyverno/templates/clusterrole.yaml | 0 .../charts/kyverno/templates/clusterrolebinding.yaml | 0 .../charts/kyverno/templates/configmap.yaml | 0 .../{utilties => toolings}/charts/kyverno/templates/crds.yaml | 0 .../charts/kyverno/templates/deployment.yaml | 0 .../charts/kyverno/templates/helm-pre-delete-hook.yaml | 0 .../charts/kyverno/templates/imagepullsecret.yaml | 0 .../charts/kyverno/templates/metricsconfigmap.yaml | 0 .../charts/kyverno/templates/networkpolicy.yaml | 0 .../charts/kyverno/templates/poddisruptionbudget.yaml | 0 .../{utilties => toolings}/charts/kyverno/templates/role.yaml | 0 .../charts/kyverno/templates/rolebinding.yaml | 0 .../{utilties => toolings}/charts/kyverno/templates/secret.yaml | 0 .../{utilties => toolings}/charts/kyverno/templates/service.yaml | 0 .../charts/kyverno/templates/serviceaccount.yaml | 0 .../charts/kyverno/templates/servicemonitor.yaml | 0 .../charts/kyverno/templates/tests/test.yaml | 0 .../{utilties => toolings}/charts/kyverno/templates/validate.yaml | 0 .../helmcharts/{utilties => toolings}/charts/kyverno/values.yaml | 0 scripts/helmcharts/{utilties => toolings}/files/cosign.pub | 0 scripts/helmcharts/{utilties => toolings}/templates/kyverno.yaml | 0 32 files changed, 0 insertions(+), 0 deletions(-) rename scripts/helmcharts/{utilties => toolings}/.helmignore (100%) rename scripts/helmcharts/{utilties => toolings}/Chart.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/Chart.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/README.md (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/README.md.gotmpl (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/ci/hooks-values.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/ci/imagePullSecrets-values.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/ci/networkpolicy-values.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/NOTES.txt (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/_helpers.tpl (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/aggregateroles.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/clusterrole.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/clusterrolebinding.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/configmap.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/crds.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/deployment.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/helm-pre-delete-hook.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/imagepullsecret.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/metricsconfigmap.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/networkpolicy.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/poddisruptionbudget.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/role.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/rolebinding.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/secret.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/service.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/serviceaccount.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/servicemonitor.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/tests/test.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/templates/validate.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/charts/kyverno/values.yaml (100%) rename scripts/helmcharts/{utilties => toolings}/files/cosign.pub (100%) rename scripts/helmcharts/{utilties => toolings}/templates/kyverno.yaml (100%) diff --git a/scripts/helmcharts/utilties/.helmignore b/scripts/helmcharts/toolings/.helmignore similarity index 100% rename from scripts/helmcharts/utilties/.helmignore rename to scripts/helmcharts/toolings/.helmignore diff --git a/scripts/helmcharts/utilties/Chart.yaml b/scripts/helmcharts/toolings/Chart.yaml similarity index 100% rename from scripts/helmcharts/utilties/Chart.yaml rename to scripts/helmcharts/toolings/Chart.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/Chart.yaml b/scripts/helmcharts/toolings/charts/kyverno/Chart.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/Chart.yaml rename to scripts/helmcharts/toolings/charts/kyverno/Chart.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/README.md b/scripts/helmcharts/toolings/charts/kyverno/README.md similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/README.md rename to scripts/helmcharts/toolings/charts/kyverno/README.md diff --git a/scripts/helmcharts/utilties/charts/kyverno/README.md.gotmpl b/scripts/helmcharts/toolings/charts/kyverno/README.md.gotmpl similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/README.md.gotmpl rename to scripts/helmcharts/toolings/charts/kyverno/README.md.gotmpl diff --git a/scripts/helmcharts/utilties/charts/kyverno/ci/hooks-values.yaml b/scripts/helmcharts/toolings/charts/kyverno/ci/hooks-values.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/ci/hooks-values.yaml rename to scripts/helmcharts/toolings/charts/kyverno/ci/hooks-values.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/ci/imagePullSecrets-values.yaml b/scripts/helmcharts/toolings/charts/kyverno/ci/imagePullSecrets-values.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/ci/imagePullSecrets-values.yaml rename to scripts/helmcharts/toolings/charts/kyverno/ci/imagePullSecrets-values.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/ci/networkpolicy-values.yaml b/scripts/helmcharts/toolings/charts/kyverno/ci/networkpolicy-values.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/ci/networkpolicy-values.yaml rename to scripts/helmcharts/toolings/charts/kyverno/ci/networkpolicy-values.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/NOTES.txt b/scripts/helmcharts/toolings/charts/kyverno/templates/NOTES.txt similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/NOTES.txt rename to scripts/helmcharts/toolings/charts/kyverno/templates/NOTES.txt diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/_helpers.tpl b/scripts/helmcharts/toolings/charts/kyverno/templates/_helpers.tpl similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/_helpers.tpl rename to scripts/helmcharts/toolings/charts/kyverno/templates/_helpers.tpl diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/aggregateroles.yaml b/scripts/helmcharts/toolings/charts/kyverno/templates/aggregateroles.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/aggregateroles.yaml rename to scripts/helmcharts/toolings/charts/kyverno/templates/aggregateroles.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/clusterrole.yaml b/scripts/helmcharts/toolings/charts/kyverno/templates/clusterrole.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/clusterrole.yaml rename to scripts/helmcharts/toolings/charts/kyverno/templates/clusterrole.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/clusterrolebinding.yaml b/scripts/helmcharts/toolings/charts/kyverno/templates/clusterrolebinding.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/clusterrolebinding.yaml rename to scripts/helmcharts/toolings/charts/kyverno/templates/clusterrolebinding.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/configmap.yaml b/scripts/helmcharts/toolings/charts/kyverno/templates/configmap.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/configmap.yaml rename to scripts/helmcharts/toolings/charts/kyverno/templates/configmap.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/crds.yaml b/scripts/helmcharts/toolings/charts/kyverno/templates/crds.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/crds.yaml rename to scripts/helmcharts/toolings/charts/kyverno/templates/crds.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/deployment.yaml b/scripts/helmcharts/toolings/charts/kyverno/templates/deployment.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/deployment.yaml rename to scripts/helmcharts/toolings/charts/kyverno/templates/deployment.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/helm-pre-delete-hook.yaml b/scripts/helmcharts/toolings/charts/kyverno/templates/helm-pre-delete-hook.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/helm-pre-delete-hook.yaml rename to scripts/helmcharts/toolings/charts/kyverno/templates/helm-pre-delete-hook.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/imagepullsecret.yaml b/scripts/helmcharts/toolings/charts/kyverno/templates/imagepullsecret.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/imagepullsecret.yaml rename to scripts/helmcharts/toolings/charts/kyverno/templates/imagepullsecret.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/metricsconfigmap.yaml b/scripts/helmcharts/toolings/charts/kyverno/templates/metricsconfigmap.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/metricsconfigmap.yaml rename to scripts/helmcharts/toolings/charts/kyverno/templates/metricsconfigmap.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/networkpolicy.yaml b/scripts/helmcharts/toolings/charts/kyverno/templates/networkpolicy.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/networkpolicy.yaml rename to scripts/helmcharts/toolings/charts/kyverno/templates/networkpolicy.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/poddisruptionbudget.yaml b/scripts/helmcharts/toolings/charts/kyverno/templates/poddisruptionbudget.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/poddisruptionbudget.yaml rename to scripts/helmcharts/toolings/charts/kyverno/templates/poddisruptionbudget.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/role.yaml b/scripts/helmcharts/toolings/charts/kyverno/templates/role.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/role.yaml rename to scripts/helmcharts/toolings/charts/kyverno/templates/role.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/rolebinding.yaml b/scripts/helmcharts/toolings/charts/kyverno/templates/rolebinding.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/rolebinding.yaml rename to scripts/helmcharts/toolings/charts/kyverno/templates/rolebinding.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/secret.yaml b/scripts/helmcharts/toolings/charts/kyverno/templates/secret.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/secret.yaml rename to scripts/helmcharts/toolings/charts/kyverno/templates/secret.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/service.yaml b/scripts/helmcharts/toolings/charts/kyverno/templates/service.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/service.yaml rename to scripts/helmcharts/toolings/charts/kyverno/templates/service.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/serviceaccount.yaml b/scripts/helmcharts/toolings/charts/kyverno/templates/serviceaccount.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/serviceaccount.yaml rename to scripts/helmcharts/toolings/charts/kyverno/templates/serviceaccount.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/servicemonitor.yaml b/scripts/helmcharts/toolings/charts/kyverno/templates/servicemonitor.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/servicemonitor.yaml rename to scripts/helmcharts/toolings/charts/kyverno/templates/servicemonitor.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/tests/test.yaml b/scripts/helmcharts/toolings/charts/kyverno/templates/tests/test.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/tests/test.yaml rename to scripts/helmcharts/toolings/charts/kyverno/templates/tests/test.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/templates/validate.yaml b/scripts/helmcharts/toolings/charts/kyverno/templates/validate.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/templates/validate.yaml rename to scripts/helmcharts/toolings/charts/kyverno/templates/validate.yaml diff --git a/scripts/helmcharts/utilties/charts/kyverno/values.yaml b/scripts/helmcharts/toolings/charts/kyverno/values.yaml similarity index 100% rename from scripts/helmcharts/utilties/charts/kyverno/values.yaml rename to scripts/helmcharts/toolings/charts/kyverno/values.yaml diff --git a/scripts/helmcharts/utilties/files/cosign.pub b/scripts/helmcharts/toolings/files/cosign.pub similarity index 100% rename from scripts/helmcharts/utilties/files/cosign.pub rename to scripts/helmcharts/toolings/files/cosign.pub diff --git a/scripts/helmcharts/utilties/templates/kyverno.yaml b/scripts/helmcharts/toolings/templates/kyverno.yaml similarity index 100% rename from scripts/helmcharts/utilties/templates/kyverno.yaml rename to scripts/helmcharts/toolings/templates/kyverno.yaml