diff --git a/charts/incubator/odoo/.helmignore b/charts/stable/odoo/.helmignore similarity index 100% rename from charts/incubator/odoo/.helmignore rename to charts/stable/odoo/.helmignore diff --git a/charts/incubator/odoo/CHANGELOG.md b/charts/stable/odoo/CHANGELOG.md similarity index 100% rename from charts/incubator/odoo/CHANGELOG.md rename to charts/stable/odoo/CHANGELOG.md diff --git a/charts/incubator/odoo/Chart.yaml b/charts/stable/odoo/Chart.yaml similarity index 83% rename from charts/incubator/odoo/Chart.yaml rename to charts/stable/odoo/Chart.yaml index ccf3ad12083..3fc9d75ecdf 100644 --- a/charts/incubator/odoo/Chart.yaml +++ b/charts/stable/odoo/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 14.0.9 deprecated: false description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. -home: https://truecharts.org/charts/incubator/odoo +home: https://truecharts.org/charts/stable/odoo icon: https://truecharts.org/img/hotlink-ok/chart-icons/odoo.png keywords: - odoo @@ -23,10 +23,10 @@ maintainers: url: https://truecharts.org name: odoo sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/odoo + - https://github.com/truecharts/charts/tree/master/charts/stable/odoo - https://github.com/odoo/docker type: application -version: 14.0.4 +version: 14.0.5 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/incubator/odoo/README.md b/charts/stable/odoo/README.md similarity index 100% rename from charts/incubator/odoo/README.md rename to charts/stable/odoo/README.md diff --git a/charts/stable/odoo/docs/credentials.md b/charts/stable/odoo/docs/credentials.md new file mode 100644 index 00000000000..ecc560dd177 --- /dev/null +++ b/charts/stable/odoo/docs/credentials.md @@ -0,0 +1,4 @@ +# Default credentials + +- Username: `admin` +- Password: `admin` diff --git a/charts/incubator/odoo/icon.png b/charts/stable/odoo/icon.png similarity index 100% rename from charts/incubator/odoo/icon.png rename to charts/stable/odoo/icon.png diff --git a/charts/incubator/odoo/questions.yaml b/charts/stable/odoo/questions.yaml similarity index 100% rename from charts/incubator/odoo/questions.yaml rename to charts/stable/odoo/questions.yaml diff --git a/charts/incubator/odoo/templates/NOTES.txt b/charts/stable/odoo/templates/NOTES.txt similarity index 100% rename from charts/incubator/odoo/templates/NOTES.txt rename to charts/stable/odoo/templates/NOTES.txt diff --git a/charts/incubator/odoo/templates/_configmap.tpl b/charts/stable/odoo/templates/_configmap.tpl similarity index 100% rename from charts/incubator/odoo/templates/_configmap.tpl rename to charts/stable/odoo/templates/_configmap.tpl diff --git a/charts/incubator/odoo/templates/common.yaml b/charts/stable/odoo/templates/common.yaml similarity index 100% rename from charts/incubator/odoo/templates/common.yaml rename to charts/stable/odoo/templates/common.yaml diff --git a/charts/incubator/odoo/values.yaml b/charts/stable/odoo/values.yaml similarity index 100% rename from charts/incubator/odoo/values.yaml rename to charts/stable/odoo/values.yaml