diff --git a/helm-webapp/.helmignore b/weather-webapp/.helmignore similarity index 100% rename from helm-webapp/.helmignore rename to weather-webapp/.helmignore diff --git a/helm-webapp/Chart.yaml b/weather-webapp/Chart.yaml similarity index 100% rename from helm-webapp/Chart.yaml rename to weather-webapp/Chart.yaml diff --git a/helm-webapp/templates/NOTES.txt b/weather-webapp/templates/NOTES.txt similarity index 100% rename from helm-webapp/templates/NOTES.txt rename to weather-webapp/templates/NOTES.txt diff --git a/helm-webapp/templates/configmap.yaml b/weather-webapp/templates/configmap.yaml similarity index 100% rename from helm-webapp/templates/configmap.yaml rename to weather-webapp/templates/configmap.yaml diff --git a/helm-webapp/templates/deployment.yaml b/weather-webapp/templates/deployment.yaml similarity index 100% rename from helm-webapp/templates/deployment.yaml rename to weather-webapp/templates/deployment.yaml diff --git a/helm-webapp/templates/service.yaml b/weather-webapp/templates/service.yaml similarity index 100% rename from helm-webapp/templates/service.yaml rename to weather-webapp/templates/service.yaml diff --git a/helm-webapp/values-dev.yaml b/weather-webapp/values-dev.yaml similarity index 100% rename from helm-webapp/values-dev.yaml rename to weather-webapp/values-dev.yaml diff --git a/helm-webapp/values-prod.yaml b/weather-webapp/values-prod.yaml similarity index 100% rename from helm-webapp/values-prod.yaml rename to weather-webapp/values-prod.yaml diff --git a/helm-webapp/values.yaml b/weather-webapp/values.yaml similarity index 100% rename from helm-webapp/values.yaml rename to weather-webapp/values.yaml