diff --git a/charts/stable/odoo/.helmignore b/charts/incubator/odoo/.helmignore similarity index 100% rename from charts/stable/odoo/.helmignore rename to charts/incubator/odoo/.helmignore diff --git a/charts/stable/odoo/CHANGELOG.md b/charts/incubator/odoo/CHANGELOG.md similarity index 100% rename from charts/stable/odoo/CHANGELOG.md rename to charts/incubator/odoo/CHANGELOG.md diff --git a/charts/stable/odoo/Chart.yaml b/charts/incubator/odoo/Chart.yaml similarity index 83% rename from charts/stable/odoo/Chart.yaml rename to charts/incubator/odoo/Chart.yaml index 6f896076fc6..e7c3ae0e213 100644 --- a/charts/stable/odoo/Chart.yaml +++ b/charts/incubator/odoo/Chart.yaml @@ -1,11 +1,11 @@ apiVersion: v2 appVersion: "15.0" -version: 13.0.0 +version: 13.0.1 kubeVersion: ">=1.16.0-0" name: odoo description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. type: application -home: https://truecharts.org/charts/stable/odoo +home: https://truecharts.org/charts/incubator/odoo icon: https://truecharts.org/img/hotlink-ok/chart-icons/odoo.png keywords: - odoo @@ -16,7 +16,7 @@ keywords: - mrp - marketing sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/odoo + - https://github.com/truecharts/charts/tree/master/charts/incubator/odoo - https://www.odoo.com/ dependencies: - name: common diff --git a/charts/stable/odoo/README.md b/charts/incubator/odoo/README.md similarity index 100% rename from charts/stable/odoo/README.md rename to charts/incubator/odoo/README.md diff --git a/charts/stable/odoo/icon.png b/charts/incubator/odoo/icon.png similarity index 100% rename from charts/stable/odoo/icon.png rename to charts/incubator/odoo/icon.png diff --git a/charts/stable/odoo/questions.yaml b/charts/incubator/odoo/questions.yaml similarity index 100% rename from charts/stable/odoo/questions.yaml rename to charts/incubator/odoo/questions.yaml diff --git a/charts/stable/odoo/templates/NOTES.txt b/charts/incubator/odoo/templates/NOTES.txt similarity index 100% rename from charts/stable/odoo/templates/NOTES.txt rename to charts/incubator/odoo/templates/NOTES.txt diff --git a/charts/stable/odoo/templates/common.yaml b/charts/incubator/odoo/templates/common.yaml similarity index 100% rename from charts/stable/odoo/templates/common.yaml rename to charts/incubator/odoo/templates/common.yaml diff --git a/charts/stable/odoo/values.yaml b/charts/incubator/odoo/values.yaml similarity index 100% rename from charts/stable/odoo/values.yaml rename to charts/incubator/odoo/values.yaml