Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-12-24 00:14:31 +00:00
parent 806043525d
commit 22750d9766
12 changed files with 37 additions and 24 deletions

View File

@ -4,6 +4,15 @@
## [homepage-5.0.10](https://github.com/truecharts/charts/compare/homepage-5.0.9...homepage-5.0.10) (2023-12-24)
### Fix
- set ndots to 3 to ensure it can render svc without .cluster.local
## [homepage-5.0.9](https://github.com/truecharts/charts/compare/homepage-5.0.8...homepage-5.0.9) (2023-12-23)
### Chore
@ -88,12 +97,3 @@
## [homepage-5.0.0](https://github.com/truecharts/charts/compare/homepage-4.0.27...homepage-5.0.0) (2023-12-20)
### Chore
- update helm general major by renovate (major) ([#14631](https://github.com/truecharts/charts/issues/14631))
## [homepage-4.0.27](https://github.com/truecharts/charts/compare/homepage-4.0.26...homepage-4.0.27) (2023-12-20)
### Chore

View File

@ -1,16 +1,16 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: homepage
version: 5.0.9
version: 5.0.10
appVersion: 0.8.3
description: A highly customizable homepage
home: https://truecharts.org/charts/stable/homepage
icon: https://truecharts.org/img/hotlink-ok/chart-icons/homepage.png
deprecated: false
sources:
- https://ghcr.io/gethomepage/homepage
- https://github.com/benphelps/homepage
- https://github.com/truecharts/charts/tree/master/charts/stable/homepage
- https://ghcr.io/gethomepage/homepage
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -0,0 +1,9 @@
## [homepage-5.0.10](https://github.com/truecharts/charts/compare/homepage-5.0.9...homepage-5.0.10) (2023-12-24)
### Fix
- set ndots to 3 to ensure it can render svc without .cluster.local

View File

@ -20,6 +20,12 @@ serviceAccount:
main:
enabled: true
primary: true
podOptions:
dnsConfig:
options:
- name: ndots
value: "3"
rbac:
main:
enabled: true

View File

@ -1269,15 +1269,22 @@ questions:
type: boolean
default: false
- variable: name
label: Name
description: defaults to chartname
label: Name (Optional)
description: Defaults to chart name
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: description
label: Description
description: defaults to chart description
label: Description (Optional)
description: Defaults to chart description
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: icon
label: Icon (Optional)
description: Defaults to chart icon
schema:
type: string
default: ""

View File

@ -1,9 +0,0 @@
## [homepage-5.0.9](https://github.com/truecharts/charts/compare/homepage-5.0.8...homepage-5.0.9) (2023-12-23)
### Chore
- update helm general non-major by renovate ([#16373](https://github.com/truecharts/charts/issues/16373))