From 996c0c9593032413984899f04ed280b9cd42a604 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Tue, 2 Feb 2021 15:08:17 +0500 Subject: [PATCH] Change common library chart directory structure allowing us to keep different versions of a single library chart --- library/common/{ => 2101.0.0}/.helmignore | 0 library/common/{ => 2101.0.0}/Chart.yaml | 0 library/common/{ => 2101.0.0}/README.md | 0 library/common/{ => 2101.0.0}/templates/_serviceaccount.tpl | 0 library/common/{ => 2101.0.0}/templates/classes/_service.tpl | 0 .../common/{ => 2101.0.0}/templates/classes/_service_ports.tpl | 0 .../common/{ => 2101.0.0}/templates/lib/chart/_annotations.tpl | 0 .../common/{ => 2101.0.0}/templates/lib/chart/_capabilities.tpl | 0 library/common/{ => 2101.0.0}/templates/lib/chart/_labels.tpl | 0 library/common/{ => 2101.0.0}/templates/lib/chart/_names.tpl | 0 .../{ => 2101.0.0}/templates/lib/containers/_environment.tpl | 0 library/common/{ => 2101.0.0}/templates/lib/containers/_image.tpl | 0 library/common/{ => 2101.0.0}/templates/lib/networking/_dns.tpl | 0 library/common/{ => 2101.0.0}/templates/lib/schema/_utils.tpl | 0 .../common/{ => 2101.0.0}/templates/lib/storage/_ixvolumes.tpl | 0 library/common/{ => 2101.0.0}/templates/lib/storage/_volume.tpl | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename library/common/{ => 2101.0.0}/.helmignore (100%) rename library/common/{ => 2101.0.0}/Chart.yaml (100%) rename library/common/{ => 2101.0.0}/README.md (100%) rename library/common/{ => 2101.0.0}/templates/_serviceaccount.tpl (100%) rename library/common/{ => 2101.0.0}/templates/classes/_service.tpl (100%) rename library/common/{ => 2101.0.0}/templates/classes/_service_ports.tpl (100%) rename library/common/{ => 2101.0.0}/templates/lib/chart/_annotations.tpl (100%) rename library/common/{ => 2101.0.0}/templates/lib/chart/_capabilities.tpl (100%) rename library/common/{ => 2101.0.0}/templates/lib/chart/_labels.tpl (100%) rename library/common/{ => 2101.0.0}/templates/lib/chart/_names.tpl (100%) rename library/common/{ => 2101.0.0}/templates/lib/containers/_environment.tpl (100%) rename library/common/{ => 2101.0.0}/templates/lib/containers/_image.tpl (100%) rename library/common/{ => 2101.0.0}/templates/lib/networking/_dns.tpl (100%) rename library/common/{ => 2101.0.0}/templates/lib/schema/_utils.tpl (100%) rename library/common/{ => 2101.0.0}/templates/lib/storage/_ixvolumes.tpl (100%) rename library/common/{ => 2101.0.0}/templates/lib/storage/_volume.tpl (100%) diff --git a/library/common/.helmignore b/library/common/2101.0.0/.helmignore similarity index 100% rename from library/common/.helmignore rename to library/common/2101.0.0/.helmignore diff --git a/library/common/Chart.yaml b/library/common/2101.0.0/Chart.yaml similarity index 100% rename from library/common/Chart.yaml rename to library/common/2101.0.0/Chart.yaml diff --git a/library/common/README.md b/library/common/2101.0.0/README.md similarity index 100% rename from library/common/README.md rename to library/common/2101.0.0/README.md diff --git a/library/common/templates/_serviceaccount.tpl b/library/common/2101.0.0/templates/_serviceaccount.tpl similarity index 100% rename from library/common/templates/_serviceaccount.tpl rename to library/common/2101.0.0/templates/_serviceaccount.tpl diff --git a/library/common/templates/classes/_service.tpl b/library/common/2101.0.0/templates/classes/_service.tpl similarity index 100% rename from library/common/templates/classes/_service.tpl rename to library/common/2101.0.0/templates/classes/_service.tpl diff --git a/library/common/templates/classes/_service_ports.tpl b/library/common/2101.0.0/templates/classes/_service_ports.tpl similarity index 100% rename from library/common/templates/classes/_service_ports.tpl rename to library/common/2101.0.0/templates/classes/_service_ports.tpl diff --git a/library/common/templates/lib/chart/_annotations.tpl b/library/common/2101.0.0/templates/lib/chart/_annotations.tpl similarity index 100% rename from library/common/templates/lib/chart/_annotations.tpl rename to library/common/2101.0.0/templates/lib/chart/_annotations.tpl diff --git a/library/common/templates/lib/chart/_capabilities.tpl b/library/common/2101.0.0/templates/lib/chart/_capabilities.tpl similarity index 100% rename from library/common/templates/lib/chart/_capabilities.tpl rename to library/common/2101.0.0/templates/lib/chart/_capabilities.tpl diff --git a/library/common/templates/lib/chart/_labels.tpl b/library/common/2101.0.0/templates/lib/chart/_labels.tpl similarity index 100% rename from library/common/templates/lib/chart/_labels.tpl rename to library/common/2101.0.0/templates/lib/chart/_labels.tpl diff --git a/library/common/templates/lib/chart/_names.tpl b/library/common/2101.0.0/templates/lib/chart/_names.tpl similarity index 100% rename from library/common/templates/lib/chart/_names.tpl rename to library/common/2101.0.0/templates/lib/chart/_names.tpl diff --git a/library/common/templates/lib/containers/_environment.tpl b/library/common/2101.0.0/templates/lib/containers/_environment.tpl similarity index 100% rename from library/common/templates/lib/containers/_environment.tpl rename to library/common/2101.0.0/templates/lib/containers/_environment.tpl diff --git a/library/common/templates/lib/containers/_image.tpl b/library/common/2101.0.0/templates/lib/containers/_image.tpl similarity index 100% rename from library/common/templates/lib/containers/_image.tpl rename to library/common/2101.0.0/templates/lib/containers/_image.tpl diff --git a/library/common/templates/lib/networking/_dns.tpl b/library/common/2101.0.0/templates/lib/networking/_dns.tpl similarity index 100% rename from library/common/templates/lib/networking/_dns.tpl rename to library/common/2101.0.0/templates/lib/networking/_dns.tpl diff --git a/library/common/templates/lib/schema/_utils.tpl b/library/common/2101.0.0/templates/lib/schema/_utils.tpl similarity index 100% rename from library/common/templates/lib/schema/_utils.tpl rename to library/common/2101.0.0/templates/lib/schema/_utils.tpl diff --git a/library/common/templates/lib/storage/_ixvolumes.tpl b/library/common/2101.0.0/templates/lib/storage/_ixvolumes.tpl similarity index 100% rename from library/common/templates/lib/storage/_ixvolumes.tpl rename to library/common/2101.0.0/templates/lib/storage/_ixvolumes.tpl diff --git a/library/common/templates/lib/storage/_volume.tpl b/library/common/2101.0.0/templates/lib/storage/_volume.tpl similarity index 100% rename from library/common/templates/lib/storage/_volume.tpl rename to library/common/2101.0.0/templates/lib/storage/_volume.tpl