Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
9
stable/homepage/6.1.0/app-changelog.md
Normal file
9
stable/homepage/6.1.0/app-changelog.md
Normal 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))
|
||||
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user