chore(helm): Updating frontend image release (#1166)

* chore(helm): Updating frontend image release

* fix(helm): PG custom port

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>

---------

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2023-04-14 17:07:03 +02:00 committed by rjshrjndrn
parent 5147a01b1b
commit ffd9318de7
2 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ spec:
- name: pg_host
value: '{{ .Values.global.postgresql.postgresqlHost }}'
- name: pg_port
value: "5432"
value: '{{ .Values.global.postgresql.postgresqlPort }}'
- name: pg_dbname
value: "{{ .Values.global.postgresql.postgresqlDatabase }}"
- name: ch_host

View file

@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (frontends://semver.org/)
version: 0.1.7
version: 0.1.9
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
AppVersion: "v1.11.6"
AppVersion: "v1.11.8"