onprem-yonote-v2 #2

Merged
artem.drozdov merged 18 commits from onprem-yonote-v2 into main 2024-07-19 06:07:57 +00:00
5 changed files with 24 additions and 3 deletions
Showing only changes of commit fcaec2b232 - Show all commits

View File

@ -1,6 +1,24 @@
dependencies: dependencies:
- name: app - name: app
repository: https://artifacts.wilix.dev/repository/helm-dysnix repository: https://dysnix.github.io/charts
version: 0.3.15 version: 0.3.15
digest: sha256:6985fbb96cac8e45b5378e68b0362afcd0d0c70457ba0c7f8f6bc861029deb5e - name: app
generated: "2024-01-23T15:14:18.270104458+03:00" 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.

View File

@ -69,6 +69,9 @@ global:
SMTP_SECURE: "" #connection will be upgraded: https://nodemailer.com/smtp/ SMTP_SECURE: "" #connection will be upgraded: https://nodemailer.com/smtp/
SMTP_REQUIRE_TLS: "" 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: yonote_cron_calendar_events:
cron_enabled: "true" cron_enabled: "true"