[bitnami/odoo] Release 23.0.10 (#15658)

* [bitnami/odoo] Release 23.0.10 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* [bitnami/odoo] Fix Cypress test

Signed-off-by: Michiel <michield@vmware.com>
This commit is contained in:
Bitnami Bot
2023-03-28 18:11:45 +02:00
committed by GitHub
parent 7b41196013
commit cfcd6be690
5 changed files with 38 additions and 31 deletions

View File

@@ -10,6 +10,13 @@ it('allows installing/uninstalling an application and inviting new users', () =>
});
cy.reload();
// Perform the second login only if the #login selector is visible
cy.get("body").then(($body) => {
if ($body.text().includes('Log in')) {
cy.login();
}
})
cy.get('[title="Home Menu"]').click();
cy.contains('Settings').click();
cy.fixture('users').then((user) => {
@@ -22,15 +29,15 @@ it('allows installing/uninstalling an application and inviting new users', () =>
cy.get('[title="Home Menu"]').click();
cy.contains('a', 'Apps').click();
cy.get('[role="searchbox"]').type('Discuss {enter}');
cy.get('[role="searchbox"]').type('Invoicing {enter}');
cy.contains('1-1');
cy.contains('[role="article"]', 'Discuss').within(() => {
cy.contains('[role="article"]', 'Invoicing').within(() => {
cy.get('button[class*="dropdown-toggle"]').click({ force: true });
});
cy.contains('Uninstall').click({ force: true });
cy.get('button[name="action_uninstall"]').click();
cy.get('[name*="uninstall"]').click();
cy.reload();
cy.get('[title="Home Menu"]').click();
cy.contains('a', 'Discuss').should('not.exist');
cy.contains('a', 'Invoicing').should('not.exist');
});

View File

@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.2.2
version: 12.2.5
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.3
digest: sha256:294e0f941a382f665a3e758df7f352676bbd0dcff7868bb1ba4e21e939168471
generated: "2023-03-01T11:50:27.210525322Z"
version: 2.2.4
digest: sha256:cf432bf2ca41c2544ace69033c0cbf8590b5a61dd34fb23e1caadfca5bf52acf
generated: "2023-03-21T17:21:01.441020565Z"

View File

@@ -2,7 +2,7 @@ annotations:
category: CRM
licenses: Apache-2.0
apiVersion: v2
appVersion: 16.0.20221115
appVersion: 16.0.20230315
dependencies:
- condition: postgresql.enabled
name: postgresql
@@ -29,4 +29,4 @@ name: odoo
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/odoo
- https://www.odoo.com/
version: 23.0.9
version: 23.0.10

View File

@@ -66,25 +66,25 @@ The command removes all the Kubernetes components associated with the chart and
### Common parameters
| Name | Description | Value |
| ------------------------ | ---------------------------------------------------------------------------------------------------- | ----------------------------- |
| `kubeVersion` | Override Kubernetes version | `""` |
| `nameOverride` | String to partially override common.names.fullname | `""` |
| `fullnameOverride` | String to fully override common.names.fullname | `""` |
| `commonLabels` | Labels to add to all deployed objects | `{}` |
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
| `clusterDomain` | Default Kubernetes cluster domain | `cluster.local` |
| `extraDeploy` | Array of extra objects to deploy with the release | `[]` |
| `diagnosticMode.enabled` | Enable diagnostic mode (all probes will be disabled and the command will be overridden) | `false` |
| `diagnosticMode.command` | Command to override all containers in the the statefulset | `["sleep"]` |
| `diagnosticMode.args` | Args to override all containers in the the statefulset | `["infinity"]` |
| `image.registry` | Odoo image registry | `docker.io` |
| `image.repository` | Odoo image repository | `bitnami/odoo` |
| `image.tag` | Odoo image tag (immutable tags are recommended) | `16.0.20221115-debian-11-r34` |
| `image.digest` | Odoo image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Odoo image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Odoo image pull secrets | `[]` |
| `image.debug` | Enable image debug mode | `false` |
| Name | Description | Value |
| ------------------------ | ---------------------------------------------------------------------------------------------------- | ---------------------------- |
| `kubeVersion` | Override Kubernetes version | `""` |
| `nameOverride` | String to partially override common.names.fullname | `""` |
| `fullnameOverride` | String to fully override common.names.fullname | `""` |
| `commonLabels` | Labels to add to all deployed objects | `{}` |
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
| `clusterDomain` | Default Kubernetes cluster domain | `cluster.local` |
| `extraDeploy` | Array of extra objects to deploy with the release | `[]` |
| `diagnosticMode.enabled` | Enable diagnostic mode (all probes will be disabled and the command will be overridden) | `false` |
| `diagnosticMode.command` | Command to override all containers in the the statefulset | `["sleep"]` |
| `diagnosticMode.args` | Args to override all containers in the the statefulset | `["infinity"]` |
| `image.registry` | Odoo image registry | `docker.io` |
| `image.repository` | Odoo image repository | `bitnami/odoo` |
| `image.tag` | Odoo image tag (immutable tags are recommended) | `16.0.20230315-debian-11-r0` |
| `image.digest` | Odoo image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Odoo image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Odoo image pull secrets | `[]` |
| `image.debug` | Enable image debug mode | `false` |
### Odoo Configuration parameters
@@ -393,4 +393,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

View File

@@ -69,7 +69,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/odoo
tag: 16.0.20221115-debian-11-r34
tag: 16.0.20230315-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'