Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-12-25 19:30:17 +00:00
parent 01e9f94b87
commit f7a03e3826
12 changed files with 35 additions and 19 deletions

View File

@@ -1,9 +0,0 @@
## [homepage-6.0.0](https://github.com/truecharts/charts/compare/homepage-5.0.12...homepage-6.0.0) (2023-12-25)
### Chore
- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532))

View File

@@ -4,6 +4,15 @@
## [homepage-6.1.0](https://github.com/truecharts/charts/compare/homepage-6.0.0...homepage-6.1.0) (2023-12-25)
### Feat
- always enable kubernetes config ([#16537](https://github.com/truecharts/charts/issues/16537))
## [homepage-6.0.0](https://github.com/truecharts/charts/compare/homepage-5.0.12...homepage-6.0.0) (2023-12-25)
### Chore
@@ -88,12 +97,3 @@
## [homepage-5.0.4](https://github.com/truecharts/charts/compare/homepage-5.0.3...homepage-5.0.4) (2023-12-21)
### Fix
- bump to release middleware fix
## [homepage-5.0.3](https://github.com/truecharts/charts/compare/homepage-5.0.2...homepage-5.0.3) (2023-12-21)
### Chore

View File

@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: homepage
version: 6.0.0
version: 6.1.0
appVersion: 0.8.3
description: A highly customizable homepage
home: https://truecharts.org/charts/stable/homepage

View File

@@ -0,0 +1,9 @@
## [homepage-6.1.0](https://github.com/truecharts/charts/compare/homepage-6.0.0...homepage-6.1.0) (2023-12-25)
### Feat
- always enable kubernetes config ([#16537](https://github.com/truecharts/charts/issues/16537))

View File

@@ -13,6 +13,14 @@ persistence:
config:
enabled: true
mountPath: /app/config
kubernetes-config:
enabled: true
mountPath: /app/config/kubernetes.yaml
subPath: kubernetes.yaml
readOnly: true
type: "configmap"
objectName: kubernetes-config
portal:
open:
enabled: true
@@ -26,6 +34,14 @@ podOptions:
options:
- name: ndots
value: "3"
configmap:
kubernetes-config:
enabled: true
data:
kubernetes.yaml: |
mode: cluster
rbac:
main:
enabled: true