diff --git a/yonote-chart/Chart.lock b/yonote-chart/Chart.lock index e151c95..2584b69 100644 --- a/yonote-chart/Chart.lock +++ b/yonote-chart/Chart.lock @@ -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" diff --git a/yonote-chart/charts/app-0.3.15.tgz b/yonote-chart/charts/app-0.3.15.tgz new file mode 100644 index 0000000..b7125eb Binary files /dev/null and b/yonote-chart/charts/app-0.3.15.tgz differ diff --git a/yonote-chart/charts/postgresql-11.6.6.tgz b/yonote-chart/charts/postgresql-11.6.6.tgz new file mode 100644 index 0000000..b743d2b Binary files /dev/null and b/yonote-chart/charts/postgresql-11.6.6.tgz differ diff --git a/yonote-chart/charts/redis-16.12.1.tgz b/yonote-chart/charts/redis-16.12.1.tgz new file mode 100644 index 0000000..8be70f6 Binary files /dev/null and b/yonote-chart/charts/redis-16.12.1.tgz differ diff --git a/yonote-chart/values.yaml b/yonote-chart/values.yaml index e5cff36..1ad38e3 100644 --- a/yonote-chart/values.yaml +++ b/yonote-chart/values.yaml @@ -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"