Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [blocky-5.0.7](https://github.com/truecharts/charts/compare/blocky-5.0.6...blocky-5.0.7) (2023-03-07)
|
||||
|
||||
### Feat
|
||||
|
||||
- add support for more query logging options, including postgresql ([#7760](https://github.com/truecharts/charts/issues/7760))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [blocky-5.0.8](https://github.com/truecharts/charts/compare/blocky-5.0.7...blocky-5.0.8) (2023-03-07)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix blocky servicemonitor
|
||||
|
||||
|
||||
|
||||
|
||||
## [blocky-5.0.7](https://github.com/truecharts/charts/compare/blocky-5.0.6...blocky-5.0.7) (2023-03-07)
|
||||
|
||||
### Feat
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
## [blocky-4.0.21](https://github.com/truecharts/charts/compare/blocky-4.0.20...blocky-4.0.21) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
||||
|
||||
|
||||
## [blocky-4.0.20](https://github.com/truecharts/charts/compare/blocky-4.0.19...blocky-4.0.20) (2023-02-03)
|
||||
|
||||
@@ -26,7 +26,7 @@ sources:
|
||||
- https://0xerr0r.github.io/blocky/
|
||||
- https://github.com/0xERR0R/blocky
|
||||
- https://github.com/Mozart409/blocky-frontend
|
||||
version: 5.0.7
|
||||
version: 5.0.8
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
9
enterprise/blocky/5.0.8/app-changelog.md
Normal file
9
enterprise/blocky/5.0.8/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [blocky-5.0.8](https://github.com/truecharts/charts/compare/blocky-5.0.7...blocky-5.0.8) (2023-03-07)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix blocky servicemonitor
|
||||
|
||||
|
||||
@@ -319,7 +319,7 @@ metrics:
|
||||
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
enabled: true
|
||||
type: serviceMonitor
|
||||
type: "servicemonitor"
|
||||
endpoints:
|
||||
- port: main
|
||||
path: /metrics
|
||||
@@ -1405,8 +1405,8 @@ questions:
|
||||
type: string
|
||||
required: true
|
||||
default: Prefix
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
- variable: certificateIssuer
|
||||
label: Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
@@ -1437,7 +1437,7 @@ questions:
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: clusterIssuer
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
Reference in New Issue
Block a user