Update
This commit is contained in:
parent
9e75835634
commit
fcaec2b232
|
@ -1,6 +1,24 @@
|
|||
dependencies:
|
||||
- name: app
|
||||
repository: https://artifacts.wilix.dev/repository/helm-dysnix
|
||||
repository: https://dysnix.github.io/charts
|
||||
version: 0.3.15
|
||||
digest: sha256:6985fbb96cac8e45b5378e68b0362afcd0d0c70457ba0c7f8f6bc861029deb5e
|
||||
generated: "2024-01-23T15:14:18.270104458+03:00"
|
||||
- name: app
|
||||
repository: https://dysnix.github.io/charts
|
||||
version: 0.3.15
|
||||
- name: app
|
||||
repository: https://dysnix.github.io/charts
|
||||
version: 0.3.15
|
||||
- name: app
|
||||
repository: https://dysnix.github.io/charts
|
||||
version: 0.3.15
|
||||
- name: app
|
||||
repository: https://dysnix.github.io/charts
|
||||
version: 0.3.15
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 11.6.6
|
||||
- name: redis
|
||||
repository: https://artifacts.wilix.dev/repository/helm-bitnami
|
||||
version: 16.12.1
|
||||
digest: sha256:b235eee18e9704d2eccffe52ea8a37d5431039378ae03ef2e2b738661f2a5711
|
||||
generated: "2024-07-11T17:41:36.715623176+03:00"
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -69,6 +69,9 @@ global:
|
|||
SMTP_SECURE: "" #connection will be upgraded: https://nodemailer.com/smtp/
|
||||
SMTP_REQUIRE_TLS: ""
|
||||
|
||||
secret:
|
||||
stringData:
|
||||
DATABASE_URL: 'postgres://{{ .Values.global.postgresql.auth.username }}:{{ .Values.global.postgresql.auth.password }}@yonote-db/{{ .Values.global.postgresql.auth.database }}'
|
||||
|
||||
yonote_cron_calendar_events:
|
||||
cron_enabled: "true"
|
||||
|
|
Loading…
Reference in New Issue