Skip to content

Commit

Permalink
docuemntso
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelhintermann committed Nov 8, 2024
1 parent 07858ff commit 4d90f23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/documenso/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: documenso
description: The OS for your personal finances
type: application
version: 0.1.2
version: 0.1.3
appVersion: "v1.7.0"
home: https://documenso.com/
icon: https://github.com/documenso/documenso/blob/main/apps/marketing/public/android-chrome-192x192.png?raw=true
Expand Down
2 changes: 1 addition & 1 deletion charts/documenso/chart/templates/secret-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ metadata:
type: Opaque
stringData:
url: |
postgresql://{{ .Values.postgresql.auth.username }}:{{ include "chart.secretValue" (dict "secretName" "postgresql" "key" "postgres-password" "defaultValue" (randAlphaNum 32) "Release" .Release) }}@{{ .Values.postgresql.auth.host }}:{{ .Values.postgresql.auth.port }}/{{ .Values.postgresql.auth.database }}
postgresql://{{ .Values.postgresql.auth.username }}:{{ include "chart.secretValue" (dict "secretName" "postgresql" "key" "postgres-password" "defaultValue" (randAlphaNum 32) "Release" .Release) | b64dec }}@{{ .Values.postgresql.auth.host }}:{{ .Values.postgresql.auth.port }}/{{ .Values.postgresql.auth.database }}
---
2 changes: 1 addition & 1 deletion charts/documenso/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ postgresql:
auth:
host: "postgresql-documenso"
database: "documentsoku"
username: "postgres"
username: "postgresql"
port: 5432
password: ""
existingSecret: "postgresql"
Expand Down

0 comments on commit 4d90f23

Please sign in to comment.