UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
odoo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Currently supported Big Bang Version is 2.51
Show more breadcrumbs
Big Bang
Universe
Community
odoo
Merge requests
!9
Update Odoo to 16.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Update Odoo to 16.0
update-odoo-16.0
into
main
Overview
0
Commits
7
Pipelines
5
Changes
5
Open
Matthew Gunter
requested to merge
update-odoo-16.0
into
main
2 years ago
Overview
0
Commits
7
Pipelines
5
Changes
5
Expand
0
0
Merge request reports
Compare
main
version 4
6f769c99
1 year ago
version 3
cebabbe6
2 years ago
version 2
d2e34571
2 years ago
version 1
7f83400f
2 years ago
main (base)
and
latest version
latest version
f3a0273d
7 commits,
1 year ago
version 4
6f769c99
5 commits,
1 year ago
version 3
cebabbe6
3 commits,
2 years ago
version 2
d2e34571
2 commits,
2 years ago
version 1
7f83400f
1 commit,
2 years ago
5 files
+
22
−
40
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
chart/templates/deployment.yaml
+
6
−
0
Options
@@ -147,8 +147,14 @@ spec:
volumeMounts
:
-
name
:
odoo-data
mountPath
:
/var/lib/odoo
-
name
:
odoo-database-manager
mountPath
:
/etc/odoo
readOnly
:
true
volumes
:
-
name
:
odoo-data
persistentVolumeClaim
:
claimName
:
{{
template "odoo.fullname" .
}}
-data
-
name
:
odoo-database-manager
secret
:
secretName
:
{{
template "odoo.fullname" .
}}
-database-manager
Loading