Skip to content

Commit 2e6f640

Browse files
tompizmorVic Iglesias
authored andcommitted
Rename POSTGRESQL_PORT env var to POSTGRESQL_PORT_NUMBER (helm#1189)
1 parent 10e159e commit 2e6f640

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

stable/odoo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: odoo
2-
version: 0.5.1
2+
version: 0.5.2
33
description: A suite of web based open source business apps.
44
keywords:
55
- odoo

stable/odoo/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
env:
2121
- name: POSTGRESQL_HOST
2222
value: {{ template "postgresql.fullname" . }}
23-
- name: POSTGRESQL_PORT
23+
- name: POSTGRESQL_PORT_NUMBER
2424
value: "5432"
2525
- name: POSTGRESQL_PASSWORD
2626
valueFrom:

stable/odoo/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Bitnami Odoo image version
22
## ref: https://hub.docker.com/r/bitnami/odoo/tags/
33
##
4-
image: bitnami/odoo:10.0.20170515-r1
4+
image: bitnami/odoo:10.0.20170515-r2
55

66
## Specify a imagePullPolicy
77
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

0 commit comments

Comments
 (0)