diff --git a/charts/stable/postgresql/.helmignore b/charts/incubator/postgresql/.helmignore similarity index 100% rename from charts/stable/postgresql/.helmignore rename to charts/incubator/postgresql/.helmignore diff --git a/charts/stable/postgresql/CHANGELOG.md b/charts/incubator/postgresql/CHANGELOG.md similarity index 100% rename from charts/stable/postgresql/CHANGELOG.md rename to charts/incubator/postgresql/CHANGELOG.md diff --git a/charts/stable/postgresql/Chart.yaml b/charts/incubator/postgresql/Chart.yaml similarity index 81% rename from charts/stable/postgresql/Chart.yaml rename to charts/incubator/postgresql/Chart.yaml index 213640a46b4..a85b70bdea6 100644 --- a/charts/stable/postgresql/Chart.yaml +++ b/charts/incubator/postgresql/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 14.0.1 deprecated: false description: PostgresSQL -home: https://truecharts.org/charts/stable/postgresql +home: https://truecharts.org/charts/incubator/postgresql icon: https://truecharts.org/img/hotlink-ok/chart-icons/postgresql.png keywords: - postgres @@ -20,7 +20,7 @@ maintainers: url: https://truecharts.org name: postgresql sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/postgresql + - https://github.com/truecharts/charts/tree/master/charts/incubator/postgresql - https://www.postgresql.org/ type: application version: 14.0.0 diff --git a/charts/stable/postgresql/README.md b/charts/incubator/postgresql/README.md similarity index 100% rename from charts/stable/postgresql/README.md rename to charts/incubator/postgresql/README.md diff --git a/charts/stable/postgresql/icon.png b/charts/incubator/postgresql/icon.png similarity index 100% rename from charts/stable/postgresql/icon.png rename to charts/incubator/postgresql/icon.png diff --git a/charts/stable/postgresql/questions.yaml b/charts/incubator/postgresql/questions.yaml similarity index 100% rename from charts/stable/postgresql/questions.yaml rename to charts/incubator/postgresql/questions.yaml diff --git a/charts/stable/postgresql/templates/NOTES.txt b/charts/incubator/postgresql/templates/NOTES.txt similarity index 100% rename from charts/stable/postgresql/templates/NOTES.txt rename to charts/incubator/postgresql/templates/NOTES.txt diff --git a/charts/stable/postgresql/templates/common.yaml b/charts/incubator/postgresql/templates/common.yaml similarity index 100% rename from charts/stable/postgresql/templates/common.yaml rename to charts/incubator/postgresql/templates/common.yaml diff --git a/charts/stable/postgresql/values.yaml b/charts/incubator/postgresql/values.yaml similarity index 100% rename from charts/stable/postgresql/values.yaml rename to charts/incubator/postgresql/values.yaml