From 56538af8e79458e41cd25d88479490b6bbeb5b8e Mon Sep 17 00:00:00 2001 From: Fabio Rauber Date: Wed, 8 Jul 2020 16:26:47 -0300 Subject: [PATCH] Correct error in keepalived version --- charts/keepalived/{v2.2.0 => v2.0.20}/.helmignore | 0 charts/keepalived/{v2.2.0 => v2.0.20}/Chart.yaml | 2 +- charts/keepalived/{v2.2.0 => v2.0.20}/README.md | 0 charts/keepalived/{v2.2.0 => v2.0.20}/app-readme.md | 0 charts/keepalived/{v2.2.0 => v2.0.20}/questions.yaml | 0 charts/keepalived/{v2.2.0 => v2.0.20}/templates/NOTES.txt | 0 charts/keepalived/{v2.2.0 => v2.0.20}/templates/_helpers.tpl | 0 charts/keepalived/{v2.2.0 => v2.0.20}/templates/deployment.yaml | 0 charts/keepalived/{v2.2.0 => v2.0.20}/values.yaml | 0 9 files changed, 1 insertion(+), 1 deletion(-) rename charts/keepalived/{v2.2.0 => v2.0.20}/.helmignore (100%) rename charts/keepalived/{v2.2.0 => v2.0.20}/Chart.yaml (98%) rename charts/keepalived/{v2.2.0 => v2.0.20}/README.md (100%) rename charts/keepalived/{v2.2.0 => v2.0.20}/app-readme.md (100%) rename charts/keepalived/{v2.2.0 => v2.0.20}/questions.yaml (100%) rename charts/keepalived/{v2.2.0 => v2.0.20}/templates/NOTES.txt (100%) rename charts/keepalived/{v2.2.0 => v2.0.20}/templates/_helpers.tpl (100%) rename charts/keepalived/{v2.2.0 => v2.0.20}/templates/deployment.yaml (100%) rename charts/keepalived/{v2.2.0 => v2.0.20}/values.yaml (100%) diff --git a/charts/keepalived/v2.2.0/.helmignore b/charts/keepalived/v2.0.20/.helmignore similarity index 100% rename from charts/keepalived/v2.2.0/.helmignore rename to charts/keepalived/v2.0.20/.helmignore diff --git a/charts/keepalived/v2.2.0/Chart.yaml b/charts/keepalived/v2.0.20/Chart.yaml similarity index 98% rename from charts/keepalived/v2.2.0/Chart.yaml rename to charts/keepalived/v2.0.20/Chart.yaml index b5856b8..f8cb066 100644 --- a/charts/keepalived/v2.2.0/Chart.yaml +++ b/charts/keepalived/v2.0.20/Chart.yaml @@ -20,6 +20,6 @@ version: 0.3.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 # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 2.2.0 +appVersion: 2.0.20 icon: https://beopen.bplaced.net/wp-content/uploads/2016/11/Keepalived-logo.png diff --git a/charts/keepalived/v2.2.0/README.md b/charts/keepalived/v2.0.20/README.md similarity index 100% rename from charts/keepalived/v2.2.0/README.md rename to charts/keepalived/v2.0.20/README.md diff --git a/charts/keepalived/v2.2.0/app-readme.md b/charts/keepalived/v2.0.20/app-readme.md similarity index 100% rename from charts/keepalived/v2.2.0/app-readme.md rename to charts/keepalived/v2.0.20/app-readme.md diff --git a/charts/keepalived/v2.2.0/questions.yaml b/charts/keepalived/v2.0.20/questions.yaml similarity index 100% rename from charts/keepalived/v2.2.0/questions.yaml rename to charts/keepalived/v2.0.20/questions.yaml diff --git a/charts/keepalived/v2.2.0/templates/NOTES.txt b/charts/keepalived/v2.0.20/templates/NOTES.txt similarity index 100% rename from charts/keepalived/v2.2.0/templates/NOTES.txt rename to charts/keepalived/v2.0.20/templates/NOTES.txt diff --git a/charts/keepalived/v2.2.0/templates/_helpers.tpl b/charts/keepalived/v2.0.20/templates/_helpers.tpl similarity index 100% rename from charts/keepalived/v2.2.0/templates/_helpers.tpl rename to charts/keepalived/v2.0.20/templates/_helpers.tpl diff --git a/charts/keepalived/v2.2.0/templates/deployment.yaml b/charts/keepalived/v2.0.20/templates/deployment.yaml similarity index 100% rename from charts/keepalived/v2.2.0/templates/deployment.yaml rename to charts/keepalived/v2.0.20/templates/deployment.yaml diff --git a/charts/keepalived/v2.2.0/values.yaml b/charts/keepalived/v2.0.20/values.yaml similarity index 100% rename from charts/keepalived/v2.2.0/values.yaml rename to charts/keepalived/v2.0.20/values.yaml