mirror of
https://github.com/truenas/charts.git
synced 2026-04-08 21:28:46 +08:00
* Upgraded catalog item(s)
This commit upgrades pgadmin, joplin, searxng, firefly-iii, n8n, homarr, odoo catalog item(s).
* undo 2 apps
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
66 lines
1.4 KiB
YAML
66 lines
1.4 KiB
YAML
image:
|
|
repository: fireflyiii/core
|
|
pullPolicy: IfNotPresent
|
|
tag: version-6.0.30
|
|
|
|
importerImage:
|
|
repository: fireflyiii/data-importer
|
|
pullPolicy: IfNotPresent
|
|
tag: version-1.3.12
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
fireflyConfig:
|
|
appUrl: http://localhost:30064
|
|
additionalEnvs: []
|
|
enableImporter: false
|
|
additionalImporterEnvs: []
|
|
|
|
fireflyNetwork:
|
|
webPort: 30064
|
|
importerPort: 30065
|
|
hostNetwork: false
|
|
|
|
fireflyStorage:
|
|
uploads:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: uploads
|
|
pgData:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: pgData
|
|
pgBackup:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: pgBackup
|
|
additionalStorages: []
|
|
|
|
|
|
notes:
|
|
custom: |
|
|
{{- if .Values.fireflyConfig.enableImporter }}
|
|
## Data Importer
|
|
|
|
You can reach data importer at http://<ip>:{{ .Values.fireflyNetwork.importerPort }}
|
|
{{- end }}
|
|
|
|
## Database
|
|
You can connect to the database using the pgAdmin App from the catalog
|
|
|
|
<details>
|
|
<summary>Database Details</summary>
|
|
|
|
- Database: `firefly`
|
|
- Username: `firefly`
|
|
- Password: `{{ .Values.fireflyDbPass }}`
|
|
- Host: `{{ .Values.fireflyDbHost }}.{{ .Release.Namespace }}.svc.cluster.local`
|
|
- Port: `5432`
|
|
|
|
</details>
|
|
{{- $_ := unset .Values "fireflyDbPass" }}
|
|
{{- $_ := unset .Values "fireflyDbHost" }}
|