Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [metabase-0.0.12](https://github.com/truecharts/charts/compare/metabase-0.0.11...metabase-0.0.12) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [metabase-0.0.13](https://github.com/truecharts/charts/compare/metabase-0.0.12...metabase-0.0.13) (2023-11-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/metabase to v0.47.7 ([#14431](https://github.com/truecharts/charts/issues/14431))
|
||||
|
||||
|
||||
|
||||
|
||||
## [metabase-0.0.12](https://github.com/truecharts/charts/compare/metabase-0.0.11...metabase-0.0.12) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
|
||||
## [metabase-0.0.3](https://github.com/truecharts/charts/compare/metabase-0.0.2...metabase-0.0.3) (2023-09-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/metabase to v0.47.1 ([#12388](https://github.com/truecharts/charts/issues/12388))
|
||||
|
||||
|
||||
|
||||
|
||||
## [metabase-0.0.2](https://github.com/truecharts/charts/compare/metabase-0.0.1...metabase-0.0.2) (2023-08-29)
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: "0.47.6"
|
||||
appVersion: "0.47.7"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
@@ -20,7 +20,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/metabase
|
||||
- https://github.com/metabase/metabase
|
||||
type: application
|
||||
version: 0.0.12
|
||||
version: 0.0.13
|
||||
annotations:
|
||||
truecharts.org/category: reporting
|
||||
truecharts.org/SCALE-support: "true"
|
||||
9
stable/metabase/0.0.13/app-changelog.md
Normal file
9
stable/metabase/0.0.13/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [metabase-0.0.13](https://github.com/truecharts/charts/compare/metabase-0.0.12...metabase-0.0.13) (2023-11-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/metabase to v0.47.7 ([#14431](https://github.com/truecharts/charts/issues/14431))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/metabase
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.47.6@sha256:a6ec7e8f7ec375299f598230f7f1710f2467f7f6976e387a1a8855d69bbc904f
|
||||
tag: v0.47.7@sha256:c41e500932c697d639734047f49d44846f829082067e3527c80e30b7352233d7
|
||||
|
||||
service:
|
||||
main:
|
||||
@@ -996,7 +996,7 @@ questions:
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
@@ -1025,7 +1025,7 @@ questions:
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
@@ -1034,13 +1034,13 @@ questions:
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
||||
Reference in New Issue
Block a user