diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa1ec1e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.tgz diff --git a/charts/.keep b/charts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/charts/flyimg/.helmignore b/charts/flyimg/.helmignore new file mode 100644 index 0000000..691fa13 --- /dev/null +++ b/charts/flyimg/.helmignore @@ -0,0 +1,23 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*.orig +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ \ No newline at end of file diff --git a/Chart.yaml b/charts/flyimg/Chart.yaml similarity index 100% rename from Chart.yaml rename to charts/flyimg/Chart.yaml diff --git a/templates/NOTES.txt b/charts/flyimg/templates/NOTES.txt similarity index 100% rename from templates/NOTES.txt rename to charts/flyimg/templates/NOTES.txt diff --git a/templates/_helpers.tpl b/charts/flyimg/templates/_helpers.tpl similarity index 100% rename from templates/_helpers.tpl rename to charts/flyimg/templates/_helpers.tpl diff --git a/templates/deployment.yaml b/charts/flyimg/templates/deployment.yaml similarity index 100% rename from templates/deployment.yaml rename to charts/flyimg/templates/deployment.yaml diff --git a/templates/hpa.yaml b/charts/flyimg/templates/hpa.yaml similarity index 100% rename from templates/hpa.yaml rename to charts/flyimg/templates/hpa.yaml diff --git a/templates/ingress.yaml b/charts/flyimg/templates/ingress.yaml similarity index 100% rename from templates/ingress.yaml rename to charts/flyimg/templates/ingress.yaml diff --git a/templates/service.yaml b/charts/flyimg/templates/service.yaml similarity index 100% rename from templates/service.yaml rename to charts/flyimg/templates/service.yaml diff --git a/templates/serviceaccount.yaml b/charts/flyimg/templates/serviceaccount.yaml similarity index 100% rename from templates/serviceaccount.yaml rename to charts/flyimg/templates/serviceaccount.yaml diff --git a/templates/tests/test-connection.yaml b/charts/flyimg/templates/tests/test-connection.yaml similarity index 100% rename from templates/tests/test-connection.yaml rename to charts/flyimg/templates/tests/test-connection.yaml diff --git a/values.yaml b/charts/flyimg/values.yaml similarity index 100% rename from values.yaml rename to charts/flyimg/values.yaml