From 05bf52cc858763653520e6f0432c8d4e3774d953 Mon Sep 17 00:00:00 2001 From: Parikshit Samant <99033865+pns-nirmata@users.noreply.github.com> Date: Mon, 24 Apr 2023 16:11:16 +0530 Subject: [PATCH] fix: fix chart releaser errors due to duplicate charts (#60) --- {chartstmp => charts}/pod-security-restricted/Chart.yaml | 0 .../pols/disallow-capabilities-strict.yaml | 0 .../pols/disallow-privilege-escalation.yaml | 0 .../pols/require-run-as-non-root-user.yaml | 0 .../pod-security-restricted/pols/require-run-as-nonroot.yaml | 0 .../pod-security-restricted/pols/restrict-seccomp-strict.yaml | 0 .../pod-security-restricted/pols/restrict-volume-types.yaml | 0 .../pod-security-restricted/templates/club-pols.yaml | 0 {chartstmp => charts}/pod-security-restricted/values.yaml | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {chartstmp => charts}/pod-security-restricted/Chart.yaml (100%) rename {chartstmp => charts}/pod-security-restricted/pols/disallow-capabilities-strict.yaml (100%) rename {chartstmp => charts}/pod-security-restricted/pols/disallow-privilege-escalation.yaml (100%) rename {chartstmp => charts}/pod-security-restricted/pols/require-run-as-non-root-user.yaml (100%) rename {chartstmp => charts}/pod-security-restricted/pols/require-run-as-nonroot.yaml (100%) rename {chartstmp => charts}/pod-security-restricted/pols/restrict-seccomp-strict.yaml (100%) rename {chartstmp => charts}/pod-security-restricted/pols/restrict-volume-types.yaml (100%) rename {chartstmp => charts}/pod-security-restricted/templates/club-pols.yaml (100%) rename {chartstmp => charts}/pod-security-restricted/values.yaml (100%) diff --git a/chartstmp/pod-security-restricted/Chart.yaml b/charts/pod-security-restricted/Chart.yaml similarity index 100% rename from chartstmp/pod-security-restricted/Chart.yaml rename to charts/pod-security-restricted/Chart.yaml diff --git a/chartstmp/pod-security-restricted/pols/disallow-capabilities-strict.yaml b/charts/pod-security-restricted/pols/disallow-capabilities-strict.yaml similarity index 100% rename from chartstmp/pod-security-restricted/pols/disallow-capabilities-strict.yaml rename to charts/pod-security-restricted/pols/disallow-capabilities-strict.yaml diff --git a/chartstmp/pod-security-restricted/pols/disallow-privilege-escalation.yaml b/charts/pod-security-restricted/pols/disallow-privilege-escalation.yaml similarity index 100% rename from chartstmp/pod-security-restricted/pols/disallow-privilege-escalation.yaml rename to charts/pod-security-restricted/pols/disallow-privilege-escalation.yaml diff --git a/chartstmp/pod-security-restricted/pols/require-run-as-non-root-user.yaml b/charts/pod-security-restricted/pols/require-run-as-non-root-user.yaml similarity index 100% rename from chartstmp/pod-security-restricted/pols/require-run-as-non-root-user.yaml rename to charts/pod-security-restricted/pols/require-run-as-non-root-user.yaml diff --git a/chartstmp/pod-security-restricted/pols/require-run-as-nonroot.yaml b/charts/pod-security-restricted/pols/require-run-as-nonroot.yaml similarity index 100% rename from chartstmp/pod-security-restricted/pols/require-run-as-nonroot.yaml rename to charts/pod-security-restricted/pols/require-run-as-nonroot.yaml diff --git a/chartstmp/pod-security-restricted/pols/restrict-seccomp-strict.yaml b/charts/pod-security-restricted/pols/restrict-seccomp-strict.yaml similarity index 100% rename from chartstmp/pod-security-restricted/pols/restrict-seccomp-strict.yaml rename to charts/pod-security-restricted/pols/restrict-seccomp-strict.yaml diff --git a/chartstmp/pod-security-restricted/pols/restrict-volume-types.yaml b/charts/pod-security-restricted/pols/restrict-volume-types.yaml similarity index 100% rename from chartstmp/pod-security-restricted/pols/restrict-volume-types.yaml rename to charts/pod-security-restricted/pols/restrict-volume-types.yaml diff --git a/chartstmp/pod-security-restricted/templates/club-pols.yaml b/charts/pod-security-restricted/templates/club-pols.yaml similarity index 100% rename from chartstmp/pod-security-restricted/templates/club-pols.yaml rename to charts/pod-security-restricted/templates/club-pols.yaml diff --git a/chartstmp/pod-security-restricted/values.yaml b/charts/pod-security-restricted/values.yaml similarity index 100% rename from chartstmp/pod-security-restricted/values.yaml rename to charts/pod-security-restricted/values.yaml