From e2cb20df28b6b1fdd0a3ca130238c79d366483f1 Mon Sep 17 00:00:00 2001 From: Marco Kilchhofer Date: Sun, 17 Oct 2021 14:08:28 +0200 Subject: [PATCH] chore(argo-rollouts): Reorganize files in repo (#976) Signed-off-by: Marco Kilchhofer --- charts/argo-rollouts/Chart.yaml | 4 ++-- ...rgo-rollouts-aggregate-roles.yaml => aggregate-roles.yaml} | 0 .../clusterrole.yaml} | 0 .../clusterrolebinding.yaml} | 0 .../deployment.yaml} | 0 .../metrics-service.yaml} | 0 .../{argo-rollouts-role.yaml => controller/role.yaml} | 0 .../rolebinding.yaml} | 0 .../{argo-rollouts-sa.yaml => controller/serviceaccount.yaml} | 0 .../servicemonitor.yaml} | 0 .../templates/dashboard/{sa.yaml => serviceaccount.yaml} | 0 11 files changed, 2 insertions(+), 2 deletions(-) rename charts/argo-rollouts/templates/{argo-rollouts-aggregate-roles.yaml => aggregate-roles.yaml} (100%) rename charts/argo-rollouts/templates/{argo-rollouts-clusterrole.yaml => controller/clusterrole.yaml} (100%) rename charts/argo-rollouts/templates/{argo-rollouts-clusterrolebinding.yaml => controller/clusterrolebinding.yaml} (100%) rename charts/argo-rollouts/templates/{argo-rollouts-deployment.yaml => controller/deployment.yaml} (100%) rename charts/argo-rollouts/templates/{argo-rollouts-metrics-service.yaml => controller/metrics-service.yaml} (100%) rename charts/argo-rollouts/templates/{argo-rollouts-role.yaml => controller/role.yaml} (100%) rename charts/argo-rollouts/templates/{argo-rollouts-rolebinding.yaml => controller/rolebinding.yaml} (100%) rename charts/argo-rollouts/templates/{argo-rollouts-sa.yaml => controller/serviceaccount.yaml} (100%) rename charts/argo-rollouts/templates/{argo-rollouts-service-monitor.yaml => controller/servicemonitor.yaml} (100%) rename charts/argo-rollouts/templates/dashboard/{sa.yaml => serviceaccount.yaml} (100%) diff --git a/charts/argo-rollouts/Chart.yaml b/charts/argo-rollouts/Chart.yaml index 7304f35b..dae0dcbd 100644 --- a/charts/argo-rollouts/Chart.yaml +++ b/charts/argo-rollouts/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "v1.1.0" description: A Helm chart for Argo Rollouts name: argo-rollouts -version: 2.2.0 +version: 2.2.1 icon: https://argoproj.github.io/argo-rollouts/assets/logo.png home: https://github.com/argoproj/argo-helm maintainers: @@ -11,4 +11,4 @@ maintainers: - name: jessesuen annotations: artifacthub.io/changes: | - - "[Changed]: updated rollouts version to 1.1.0 and updated CRDs to reflect the version bump" + - "[Changed]: Reorganize files in repo, move controller-specific things into subfolder." diff --git a/charts/argo-rollouts/templates/argo-rollouts-aggregate-roles.yaml b/charts/argo-rollouts/templates/aggregate-roles.yaml similarity index 100% rename from charts/argo-rollouts/templates/argo-rollouts-aggregate-roles.yaml rename to charts/argo-rollouts/templates/aggregate-roles.yaml diff --git a/charts/argo-rollouts/templates/argo-rollouts-clusterrole.yaml b/charts/argo-rollouts/templates/controller/clusterrole.yaml similarity index 100% rename from charts/argo-rollouts/templates/argo-rollouts-clusterrole.yaml rename to charts/argo-rollouts/templates/controller/clusterrole.yaml diff --git a/charts/argo-rollouts/templates/argo-rollouts-clusterrolebinding.yaml b/charts/argo-rollouts/templates/controller/clusterrolebinding.yaml similarity index 100% rename from charts/argo-rollouts/templates/argo-rollouts-clusterrolebinding.yaml rename to charts/argo-rollouts/templates/controller/clusterrolebinding.yaml diff --git a/charts/argo-rollouts/templates/argo-rollouts-deployment.yaml b/charts/argo-rollouts/templates/controller/deployment.yaml similarity index 100% rename from charts/argo-rollouts/templates/argo-rollouts-deployment.yaml rename to charts/argo-rollouts/templates/controller/deployment.yaml diff --git a/charts/argo-rollouts/templates/argo-rollouts-metrics-service.yaml b/charts/argo-rollouts/templates/controller/metrics-service.yaml similarity index 100% rename from charts/argo-rollouts/templates/argo-rollouts-metrics-service.yaml rename to charts/argo-rollouts/templates/controller/metrics-service.yaml diff --git a/charts/argo-rollouts/templates/argo-rollouts-role.yaml b/charts/argo-rollouts/templates/controller/role.yaml similarity index 100% rename from charts/argo-rollouts/templates/argo-rollouts-role.yaml rename to charts/argo-rollouts/templates/controller/role.yaml diff --git a/charts/argo-rollouts/templates/argo-rollouts-rolebinding.yaml b/charts/argo-rollouts/templates/controller/rolebinding.yaml similarity index 100% rename from charts/argo-rollouts/templates/argo-rollouts-rolebinding.yaml rename to charts/argo-rollouts/templates/controller/rolebinding.yaml diff --git a/charts/argo-rollouts/templates/argo-rollouts-sa.yaml b/charts/argo-rollouts/templates/controller/serviceaccount.yaml similarity index 100% rename from charts/argo-rollouts/templates/argo-rollouts-sa.yaml rename to charts/argo-rollouts/templates/controller/serviceaccount.yaml diff --git a/charts/argo-rollouts/templates/argo-rollouts-service-monitor.yaml b/charts/argo-rollouts/templates/controller/servicemonitor.yaml similarity index 100% rename from charts/argo-rollouts/templates/argo-rollouts-service-monitor.yaml rename to charts/argo-rollouts/templates/controller/servicemonitor.yaml diff --git a/charts/argo-rollouts/templates/dashboard/sa.yaml b/charts/argo-rollouts/templates/dashboard/serviceaccount.yaml similarity index 100% rename from charts/argo-rollouts/templates/dashboard/sa.yaml rename to charts/argo-rollouts/templates/dashboard/serviceaccount.yaml