Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-08-22 12:02:06 +00:00
parent 3e73623d63
commit 70565c9ab3
12 changed files with 2130 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
**Important:**
*for the complete changelog, please refer to the website*
## [metabase-0.0.1]metabase-0.0.1 (2023-08-22)
### Feat
- add metabase ([#11616](https://github.com/truecharts/charts/issues/11616))

View File

@@ -0,0 +1,27 @@
apiVersion: v2
appVersion: "0.47.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.1
deprecated: false
description: "Business intelligence, dashboards, and data visualization tools"
home: https://truecharts.org/charts/incubator/metabase
icon: https://truecharts.org/img/hotlink-ok/chart-icons/metabase.png
keywords:
- metabase
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: metabase
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/metabase
- https://github.com/metabase/metabase
type: application
version: 0.0.1
annotations:
truecharts.org/catagories: |
- reporting
truecharts.org/SCALE-support: "true"

View File

View File

@@ -0,0 +1,9 @@
## [metabase-0.0.1]metabase-0.0.1 (2023-08-22)
### Feat
- add metabase ([#11616](https://github.com/truecharts/charts/issues/11616))

View File

@@ -0,0 +1,8 @@
Business intelligence, dashboards, and data visualization tools
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/metabase](https://truecharts.org/charts/incubator/metabase)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@@ -0,0 +1,61 @@
image:
repository: tccr.io/truecharts/metabase
pullPolicy: IfNotPresent
tag: v0.47.0@sha256:3f82fcefeb7c41d74fd8fd42bf01e0f15defb3f3dcdbe756820f0e9a286e53c7
service:
main:
ports:
main:
protocol: http
targetPort: 3000
port: 13030
persistence:
plugins:
enabled: true
mountPath: "/plugins"
portal:
open:
enabled: true
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
port: "{{ .Values.service.main.ports.main.targetPort }}"
readiness:
type: http
path: /
port: "{{ .Values.service.main.ports.main.targetPort }}"
startup:
type: tcp
path: /
port: "{{ .Values.service.main.ports.main.targetPort }}"
env:
JAVA_TIMEZONE: "{{ .Values.TZ }}"
MB_DB_TYPE: "postgres"
MB_DB_USER: "{{ .Values.cnpg.main.user }}"
MB_DB_DBNAME: "{{ .Values.cnpg.main.database }}"
MB_DB_PORT: 5432
MB_DB_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
MB_DB_PASS:
secretKeyRef:
name: cnpg-main-user
key: password
# Enabled postgres
cnpg:
main:
enabled: true
user: metabase
database: metabase

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File

View File

@@ -0,0 +1,5 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/metabase.png
categories:
- reporting
screenshots: []