Skip to content

Commit

Permalink
[MOD] bump odoo chart to 0.2.0 and fix lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Nuttinck <[email protected]>
  • Loading branch information
alexnuttinck committed Dec 17, 2024
1 parent 99d90d9 commit f79fa10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
name: odoo
description: An opiniated Helm Chart for deploying Odoo
type: application
version: 0.1.43
version: 0.2.0
appVersion: "16.0"
sources:
- https://github.com/odoo/odoo
Expand Down
6 changes: 3 additions & 3 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ postgresql:
# In this case, we are using the dbfilter option in the odoo section
database: odoo
username: odoo
# password: managed by external secrets
# password: managed by external secrets
password: mySecuredPassword
admin_passwd: mySecuredPassword
existingSecret: odoo-postgresql-secret
Expand Down Expand Up @@ -91,7 +91,7 @@ persistence:
size: 10Gi

# Name of an existing claim
# existingClaim:
# existingClaim:

# Additional environment variables
# extraEnv:
Expand All @@ -107,7 +107,7 @@ podSecurityContext: {}

statefulSetSecurityAnnotations: {}

securityContext:
securityContext:
fsGroup: 101
# capabilities:
# drop:
Expand Down

0 comments on commit f79fa10

Please sign in to comment.