Skip to content

Commit

Permalink
upgrade postgres-db-init-script
Browse files Browse the repository at this point in the history
  • Loading branch information
zubenkoivan committed Feb 10, 2022
1 parent b4edd11 commit 658edf2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/postgres-db-init/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgres-db-init-script
repository: https://neuro-inc.github.io/helm-charts
version: 1.0.7
digest: sha256:56a7485cd2ce47c17df2c93ee7181e66f5b602aa4d3d002f37709b666a7e8a5f
generated: "2022-02-10T16:10:16.188872+02:00"
version: 1.0.8
digest: sha256:c203839c3f5744c29602cea984645cce455568ffe6186a0f4b192b8b7f699312
generated: "2022-02-10T16:33:40.399086+02:00"
6 changes: 3 additions & 3 deletions charts/postgres-db-init/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
version: 1.2.13
appVersion: 1.2.13
version: 1.2.14
appVersion: 1.2.14
name: postgres-db-init
description: PostgreSQL DB initialization
dependencies:
- name: postgres-db-init-script
version: 1.0.7
version: 1.0.8
repository: https://neuro-inc.github.io/helm-charts
2 changes: 1 addition & 1 deletion charts/postgres-db-init/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
mountPath: /var/lib/postgres_db_init
env:
{{- with .Values.extensions }}
- name: NP_EXTENSIONS
- name: NP_POSTGRES_EXTENSIONS
value: {{ . | join " " | quote }}
{{- end }}
{{- with .Values.adminDsn }}
Expand Down

0 comments on commit 658edf2

Please sign in to comment.