mirror of
https://github.com/truenas/charts.git
synced 2026-04-26 19:42:14 +08:00
* Upgraded catalog item(s)
This commit upgrades minio, homer, mealie, paperless-ngx, prowlarr, omada-controller, jellyfin, jenkins, n8n, planka, actual-budget, homarr, odoo, whoogle catalog item(s).
* revert odoo
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
74 lines
1.4 KiB
YAML
74 lines
1.4 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: minio/minio
|
|
tag: RELEASE.2024-10-29T16-01-48Z
|
|
logSearchImage:
|
|
pullPolicy: IfNotPresent
|
|
repository: minio/operator
|
|
tag: v4.5.4
|
|
logPostgresImage:
|
|
pullPolicy: IfNotPresent
|
|
repository: postgres
|
|
tag: '14.5'
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
podOptions:
|
|
dnsConfig:
|
|
options: []
|
|
|
|
minioConfig:
|
|
rootUser: ''
|
|
rootPassword: ''
|
|
domain: ''
|
|
extraArgs: []
|
|
additionalEnvs: []
|
|
|
|
minioNetwork:
|
|
apiPort: 9000
|
|
consolePort: 9002
|
|
certificateID:
|
|
|
|
minioStorage:
|
|
distributedMode: false
|
|
distributedIps: []
|
|
export:
|
|
type: ixVolume
|
|
mountPath: /export
|
|
ixVolumeConfig:
|
|
datasetName: export
|
|
logSearchApi: false
|
|
logSearchDiskCapacityGB: 5
|
|
pgData:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: pgData
|
|
pgBackup:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: pgBackup
|
|
additionalStorages: []
|
|
|
|
notes:
|
|
custom: |
|
|
{{ if .Values.minioStorage.logSearchApi }}
|
|
## Database
|
|
You can connect to the database using the pgAdmin App from the catalog
|
|
|
|
<details>
|
|
<summary>Database Details</summary>
|
|
|
|
- Database: `logsearchapi`
|
|
- Username: `logsearchapi`
|
|
- Password: `{{ .Values.minioDbPass }}`
|
|
- Host: `{{ .Values.minioDbHost }}.{{ .Release.Namespace }}.svc.cluster.local`
|
|
- Port: `5432`
|
|
|
|
</details>
|
|
{{ end }}
|
|
{{- $_ := unset .Values "haDbPass" }}
|
|
{{- $_ := unset .Values "haDbHost" }}
|