chore(deps): update container image docker.io/odoo to v18.0@3b4bd94 by renovate (#27435)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/odoo | major | `17.0` -> `18.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTAuNCIsInVwZGF0ZWRJblZlciI6IjM4LjExMC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==--> --------- Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
co-authored by
alfi0812
parent
069a8b63a2
commit
21bc86d266
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 17.0.0
|
||||
appVersion: 18.0.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.0.0
|
||||
@@ -38,4 +38,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/odoo
|
||||
- https://hub.docker.com/_/odoo
|
||||
type: application
|
||||
version: 19.2.1
|
||||
version: 20.0.0
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
image:
|
||||
repository: docker.io/odoo
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 17.0@sha256:0777c7443e0912725b54be341ba84620576b65c15ab9090d3f07d59701cf2711
|
||||
tag: 18.0@sha256:3b4bd94d6f06cd90c88509431dea01f756d5260e81377e681b426cead79501d4
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 101
|
||||
runAsGroup: 101
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user