diff --git a/bedrock/.helmignore b/chart/bedrock/.helmignore similarity index 100% rename from bedrock/.helmignore rename to chart/bedrock/.helmignore diff --git a/bedrock/Chart.yaml b/chart/bedrock/Chart.yaml similarity index 100% rename from bedrock/Chart.yaml rename to chart/bedrock/Chart.yaml diff --git a/bedrock/templates/NOTES.txt b/chart/bedrock/templates/NOTES.txt similarity index 100% rename from bedrock/templates/NOTES.txt rename to chart/bedrock/templates/NOTES.txt diff --git a/bedrock/templates/_helpers.tpl b/chart/bedrock/templates/_helpers.tpl similarity index 100% rename from bedrock/templates/_helpers.tpl rename to chart/bedrock/templates/_helpers.tpl diff --git a/bedrock/templates/ingress.yaml b/chart/bedrock/templates/ingress.yaml similarity index 100% rename from bedrock/templates/ingress.yaml rename to chart/bedrock/templates/ingress.yaml diff --git a/bedrock/templates/service.yaml b/chart/bedrock/templates/service.yaml similarity index 100% rename from bedrock/templates/service.yaml rename to chart/bedrock/templates/service.yaml diff --git a/bedrock/templates/serviceaccount.yaml b/chart/bedrock/templates/serviceaccount.yaml similarity index 100% rename from bedrock/templates/serviceaccount.yaml rename to chart/bedrock/templates/serviceaccount.yaml diff --git a/bedrock/templates/statefulset.yaml b/chart/bedrock/templates/statefulset.yaml similarity index 100% rename from bedrock/templates/statefulset.yaml rename to chart/bedrock/templates/statefulset.yaml diff --git a/bedrock/templates/tests/test-connection.yaml b/chart/bedrock/templates/tests/test-connection.yaml similarity index 100% rename from bedrock/templates/tests/test-connection.yaml rename to chart/bedrock/templates/tests/test-connection.yaml diff --git a/bedrock/values.yaml b/chart/bedrock/values.yaml similarity index 100% rename from bedrock/values.yaml rename to chart/bedrock/values.yaml