mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Rename POSTGRESQL_PORT env var to POSTGRESQL_PORT_NUMBER (#1189)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: odoo
|
||||
version: 0.5.1
|
||||
version: 0.5.2
|
||||
description: A suite of web based open source business apps.
|
||||
keywords:
|
||||
- odoo
|
||||
|
||||
@@ -20,7 +20,7 @@ spec:
|
||||
env:
|
||||
- name: POSTGRESQL_HOST
|
||||
value: {{ template "postgresql.fullname" . }}
|
||||
- name: POSTGRESQL_PORT
|
||||
- name: POSTGRESQL_PORT_NUMBER
|
||||
value: "5432"
|
||||
- name: POSTGRESQL_PASSWORD
|
||||
valueFrom:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## Bitnami Odoo image version
|
||||
## ref: https://hub.docker.com/r/bitnami/odoo/tags/
|
||||
##
|
||||
image: bitnami/odoo:10.0.20170515-r1
|
||||
image: bitnami/odoo:10.0.20170515-r2
|
||||
|
||||
## Specify a imagePullPolicy
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
Reference in New Issue
Block a user