From 0e01406359972769a90cb30f66bb88ed24eee9d1 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Mon, 10 May 2021 12:45:40 +0500 Subject: [PATCH] Bump library chart version --- library/common/{2104.0.0 => 2105.0.0}/.helmignore | 0 library/common/{2104.0.0 => 2105.0.0}/Chart.yaml | 2 +- library/common/{2104.0.0 => 2105.0.0}/README.md | 0 .../common/{2104.0.0 => 2105.0.0}/templates/_serviceaccount.tpl | 0 .../{2104.0.0 => 2105.0.0}/templates/classes/_service.tpl | 0 .../{2104.0.0 => 2105.0.0}/templates/classes/_service_ports.tpl | 0 .../{2104.0.0 => 2105.0.0}/templates/lib/chart/_annotations.tpl | 0 .../templates/lib/chart/_capabilities.tpl | 0 .../{2104.0.0 => 2105.0.0}/templates/lib/chart/_labels.tpl | 0 .../{2104.0.0 => 2105.0.0}/templates/lib/chart/_names.tpl | 0 .../templates/lib/containers/_environment.tpl | 0 .../{2104.0.0 => 2105.0.0}/templates/lib/containers/_image.tpl | 0 .../templates/lib/containers/_resource.tpl | 0 .../{2104.0.0 => 2105.0.0}/templates/lib/deployments/_utils.tpl | 0 .../{2104.0.0 => 2105.0.0}/templates/lib/networking/_dns.tpl | 0 .../{2104.0.0 => 2105.0.0}/templates/lib/resources/_certs.tpl | 0 .../{2104.0.0 => 2105.0.0}/templates/lib/schema/_utils.tpl | 0 .../templates/lib/storage/_appStorage.tpl | 0 .../{2104.0.0 => 2105.0.0}/templates/lib/storage/_ixvolumes.tpl | 0 19 files changed, 1 insertion(+), 1 deletion(-) rename library/common/{2104.0.0 => 2105.0.0}/.helmignore (100%) rename library/common/{2104.0.0 => 2105.0.0}/Chart.yaml (98%) rename library/common/{2104.0.0 => 2105.0.0}/README.md (100%) rename library/common/{2104.0.0 => 2105.0.0}/templates/_serviceaccount.tpl (100%) rename library/common/{2104.0.0 => 2105.0.0}/templates/classes/_service.tpl (100%) rename library/common/{2104.0.0 => 2105.0.0}/templates/classes/_service_ports.tpl (100%) rename library/common/{2104.0.0 => 2105.0.0}/templates/lib/chart/_annotations.tpl (100%) rename library/common/{2104.0.0 => 2105.0.0}/templates/lib/chart/_capabilities.tpl (100%) rename library/common/{2104.0.0 => 2105.0.0}/templates/lib/chart/_labels.tpl (100%) rename library/common/{2104.0.0 => 2105.0.0}/templates/lib/chart/_names.tpl (100%) rename library/common/{2104.0.0 => 2105.0.0}/templates/lib/containers/_environment.tpl (100%) rename library/common/{2104.0.0 => 2105.0.0}/templates/lib/containers/_image.tpl (100%) rename library/common/{2104.0.0 => 2105.0.0}/templates/lib/containers/_resource.tpl (100%) rename library/common/{2104.0.0 => 2105.0.0}/templates/lib/deployments/_utils.tpl (100%) rename library/common/{2104.0.0 => 2105.0.0}/templates/lib/networking/_dns.tpl (100%) rename library/common/{2104.0.0 => 2105.0.0}/templates/lib/resources/_certs.tpl (100%) rename library/common/{2104.0.0 => 2105.0.0}/templates/lib/schema/_utils.tpl (100%) rename library/common/{2104.0.0 => 2105.0.0}/templates/lib/storage/_appStorage.tpl (100%) rename library/common/{2104.0.0 => 2105.0.0}/templates/lib/storage/_ixvolumes.tpl (100%) diff --git a/library/common/2104.0.0/.helmignore b/library/common/2105.0.0/.helmignore similarity index 100% rename from library/common/2104.0.0/.helmignore rename to library/common/2105.0.0/.helmignore diff --git a/library/common/2104.0.0/Chart.yaml b/library/common/2105.0.0/Chart.yaml similarity index 98% rename from library/common/2104.0.0/Chart.yaml rename to library/common/2105.0.0/Chart.yaml index e7f3876268..300110574f 100644 --- a/library/common/2104.0.0/Chart.yaml +++ b/library/common/2105.0.0/Chart.yaml @@ -15,7 +15,7 @@ type: library # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2104.0.0 +version: 2105.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/library/common/2104.0.0/README.md b/library/common/2105.0.0/README.md similarity index 100% rename from library/common/2104.0.0/README.md rename to library/common/2105.0.0/README.md diff --git a/library/common/2104.0.0/templates/_serviceaccount.tpl b/library/common/2105.0.0/templates/_serviceaccount.tpl similarity index 100% rename from library/common/2104.0.0/templates/_serviceaccount.tpl rename to library/common/2105.0.0/templates/_serviceaccount.tpl diff --git a/library/common/2104.0.0/templates/classes/_service.tpl b/library/common/2105.0.0/templates/classes/_service.tpl similarity index 100% rename from library/common/2104.0.0/templates/classes/_service.tpl rename to library/common/2105.0.0/templates/classes/_service.tpl diff --git a/library/common/2104.0.0/templates/classes/_service_ports.tpl b/library/common/2105.0.0/templates/classes/_service_ports.tpl similarity index 100% rename from library/common/2104.0.0/templates/classes/_service_ports.tpl rename to library/common/2105.0.0/templates/classes/_service_ports.tpl diff --git a/library/common/2104.0.0/templates/lib/chart/_annotations.tpl b/library/common/2105.0.0/templates/lib/chart/_annotations.tpl similarity index 100% rename from library/common/2104.0.0/templates/lib/chart/_annotations.tpl rename to library/common/2105.0.0/templates/lib/chart/_annotations.tpl diff --git a/library/common/2104.0.0/templates/lib/chart/_capabilities.tpl b/library/common/2105.0.0/templates/lib/chart/_capabilities.tpl similarity index 100% rename from library/common/2104.0.0/templates/lib/chart/_capabilities.tpl rename to library/common/2105.0.0/templates/lib/chart/_capabilities.tpl diff --git a/library/common/2104.0.0/templates/lib/chart/_labels.tpl b/library/common/2105.0.0/templates/lib/chart/_labels.tpl similarity index 100% rename from library/common/2104.0.0/templates/lib/chart/_labels.tpl rename to library/common/2105.0.0/templates/lib/chart/_labels.tpl diff --git a/library/common/2104.0.0/templates/lib/chart/_names.tpl b/library/common/2105.0.0/templates/lib/chart/_names.tpl similarity index 100% rename from library/common/2104.0.0/templates/lib/chart/_names.tpl rename to library/common/2105.0.0/templates/lib/chart/_names.tpl diff --git a/library/common/2104.0.0/templates/lib/containers/_environment.tpl b/library/common/2105.0.0/templates/lib/containers/_environment.tpl similarity index 100% rename from library/common/2104.0.0/templates/lib/containers/_environment.tpl rename to library/common/2105.0.0/templates/lib/containers/_environment.tpl diff --git a/library/common/2104.0.0/templates/lib/containers/_image.tpl b/library/common/2105.0.0/templates/lib/containers/_image.tpl similarity index 100% rename from library/common/2104.0.0/templates/lib/containers/_image.tpl rename to library/common/2105.0.0/templates/lib/containers/_image.tpl diff --git a/library/common/2104.0.0/templates/lib/containers/_resource.tpl b/library/common/2105.0.0/templates/lib/containers/_resource.tpl similarity index 100% rename from library/common/2104.0.0/templates/lib/containers/_resource.tpl rename to library/common/2105.0.0/templates/lib/containers/_resource.tpl diff --git a/library/common/2104.0.0/templates/lib/deployments/_utils.tpl b/library/common/2105.0.0/templates/lib/deployments/_utils.tpl similarity index 100% rename from library/common/2104.0.0/templates/lib/deployments/_utils.tpl rename to library/common/2105.0.0/templates/lib/deployments/_utils.tpl diff --git a/library/common/2104.0.0/templates/lib/networking/_dns.tpl b/library/common/2105.0.0/templates/lib/networking/_dns.tpl similarity index 100% rename from library/common/2104.0.0/templates/lib/networking/_dns.tpl rename to library/common/2105.0.0/templates/lib/networking/_dns.tpl diff --git a/library/common/2104.0.0/templates/lib/resources/_certs.tpl b/library/common/2105.0.0/templates/lib/resources/_certs.tpl similarity index 100% rename from library/common/2104.0.0/templates/lib/resources/_certs.tpl rename to library/common/2105.0.0/templates/lib/resources/_certs.tpl diff --git a/library/common/2104.0.0/templates/lib/schema/_utils.tpl b/library/common/2105.0.0/templates/lib/schema/_utils.tpl similarity index 100% rename from library/common/2104.0.0/templates/lib/schema/_utils.tpl rename to library/common/2105.0.0/templates/lib/schema/_utils.tpl diff --git a/library/common/2104.0.0/templates/lib/storage/_appStorage.tpl b/library/common/2105.0.0/templates/lib/storage/_appStorage.tpl similarity index 100% rename from library/common/2104.0.0/templates/lib/storage/_appStorage.tpl rename to library/common/2105.0.0/templates/lib/storage/_appStorage.tpl diff --git a/library/common/2104.0.0/templates/lib/storage/_ixvolumes.tpl b/library/common/2105.0.0/templates/lib/storage/_ixvolumes.tpl similarity index 100% rename from library/common/2104.0.0/templates/lib/storage/_ixvolumes.tpl rename to library/common/2105.0.0/templates/lib/storage/_ixvolumes.tpl