From cef5c805e3349e728a615ecb4b3992ee26b3532c Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Thu, 19 Oct 2023 18:07:12 -0400 Subject: [PATCH] feat(odoo) move odoo stable (#13769) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** add the default creds and move to stable ⚒️ Fixes # **⚙️ Type of change** - [X] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [X] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- charts/{incubator => stable}/odoo/.helmignore | 0 charts/{incubator => stable}/odoo/CHANGELOG.md | 0 charts/{incubator => stable}/odoo/Chart.yaml | 6 +++--- charts/{incubator => stable}/odoo/README.md | 0 charts/stable/odoo/docs/credentials.md | 4 ++++ charts/{incubator => stable}/odoo/icon.png | Bin charts/{incubator => stable}/odoo/questions.yaml | 0 .../{incubator => stable}/odoo/templates/NOTES.txt | 0 .../odoo/templates/_configmap.tpl | 0 .../odoo/templates/common.yaml | 0 charts/{incubator => stable}/odoo/values.yaml | 0 11 files changed, 7 insertions(+), 3 deletions(-) rename charts/{incubator => stable}/odoo/.helmignore (100%) rename charts/{incubator => stable}/odoo/CHANGELOG.md (100%) rename charts/{incubator => stable}/odoo/Chart.yaml (83%) rename charts/{incubator => stable}/odoo/README.md (100%) create mode 100644 charts/stable/odoo/docs/credentials.md rename charts/{incubator => stable}/odoo/icon.png (100%) rename charts/{incubator => stable}/odoo/questions.yaml (100%) rename charts/{incubator => stable}/odoo/templates/NOTES.txt (100%) rename charts/{incubator => stable}/odoo/templates/_configmap.tpl (100%) rename charts/{incubator => stable}/odoo/templates/common.yaml (100%) rename charts/{incubator => stable}/odoo/values.yaml (100%) 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