Skip to content

Commit

Permalink
feat(Odoo): update Odoo to 16.0-20230210
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Miglinci <pmig@glasskube.eu>
  • Loading branch information
pmig committed Feb 20, 2023
1 parent 811014b commit 479d40b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class OdooDeployment : CRUDKubernetesDependentResource<Deployment, Odoo>(Deploym
containers = listOf(
container {
name = "odoo"
image = "glasskube/odoo:16.0.20230109"
image = "glasskube/odoo:16.0.20230210"
imagePullPolicy = "IfNotPresent"
env {
envVar("HOST", "${primary.dbName}-rw")
Expand Down

0 comments on commit 479d40b

Please sign in to comment.