Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
13
incubator/metabase/0.0.1/CHANGELOG.md
Normal file
13
incubator/metabase/0.0.1/CHANGELOG.md
Normal 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))
|
||||
|
||||
|
||||
27
incubator/metabase/0.0.1/Chart.yaml
Normal file
27
incubator/metabase/0.0.1/Chart.yaml
Normal 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"
|
||||
0
incubator/metabase/0.0.1/README.md
Normal file
0
incubator/metabase/0.0.1/README.md
Normal file
9
incubator/metabase/0.0.1/app-changelog.md
Normal file
9
incubator/metabase/0.0.1/app-changelog.md
Normal 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))
|
||||
|
||||
|
||||
8
incubator/metabase/0.0.1/app-readme.md
Normal file
8
incubator/metabase/0.0.1/app-readme.md
Normal 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!
|
||||
BIN
incubator/metabase/0.0.1/charts/common-14.0.1.tgz
Normal file
BIN
incubator/metabase/0.0.1/charts/common-14.0.1.tgz
Normal file
Binary file not shown.
61
incubator/metabase/0.0.1/ix_values.yaml
Normal file
61
incubator/metabase/0.0.1/ix_values.yaml
Normal 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
|
||||
2005
incubator/metabase/0.0.1/questions.yaml
Normal file
2005
incubator/metabase/0.0.1/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
incubator/metabase/0.0.1/templates/NOTES.txt
Normal file
1
incubator/metabase/0.0.1/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
1
incubator/metabase/0.0.1/templates/common.yaml
Normal file
1
incubator/metabase/0.0.1/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
0
incubator/metabase/0.0.1/values.yaml
Normal file
0
incubator/metabase/0.0.1/values.yaml
Normal file
5
incubator/metabase/item.yaml
Normal file
5
incubator/metabase/item.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/metabase.png
|
||||
categories:
|
||||
- reporting
|
||||
|
||||
screenshots: []
|
||||
Reference in New Issue
Block a user