diff --git a/bitnami/odoo/Chart.lock b/bitnami/odoo/Chart.lock index a5b8b235a..389973a5f 100644 --- a/bitnami/odoo/Chart.lock +++ b/bitnami/odoo/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 12.0.0 + version: 12.1.2 - name: common repository: https://charts.bitnami.com/bitnami - version: 2.0.4 -digest: sha256:5ae5346fa00c70cd701d31b92204f00fc2ef4fd7761b4d731c055e7fcefe0565 -generated: "2022-10-28T09:58:09.452422494+02:00" + version: 2.2.0 +digest: sha256:05ba75bec5ee7d375ab353e052993b1c3db95b57c50ada724940de33a4e791ab +generated: "2022-11-18T16:53:23.957437435Z" diff --git a/bitnami/odoo/Chart.yaml b/bitnami/odoo/Chart.yaml index 20d08cb66..91d11a92c 100644 --- a/bitnami/odoo/Chart.yaml +++ b/bitnami/odoo/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: CRM apiVersion: v2 -appVersion: 16.0.20221015 +appVersion: 16.0.20221115 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.1 +version: 23.0.2 diff --git a/bitnami/odoo/README.md b/bitnami/odoo/README.md index 8c8dfa2cc..9f971ed34 100644 --- a/bitnami/odoo/README.md +++ b/bitnami/odoo/README.md @@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and | `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.20221015-debian-11-r0` | +| `image.tag` | Odoo image tag (immutable tags are recommended) | `16.0.20221115-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 | `[]` | @@ -404,4 +404,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. \ No newline at end of file diff --git a/bitnami/odoo/values.yaml b/bitnami/odoo/values.yaml index 1ebc49d35..e0a4f9750 100644 --- a/bitnami/odoo/values.yaml +++ b/bitnami/odoo/values.yaml @@ -69,7 +69,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/odoo - tag: 16.0.20221015-debian-11-r0 + tag: 16.0.20221115-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'