Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-12-26 18:50:17 +00:00
parent 724d30f7ce
commit 0d171adce0
12 changed files with 32 additions and 27 deletions

View File

@ -1,4 +0,0 @@
## [homepage-6.2.1](https://github.com/truecharts/charts/compare/homepage-6.2.0...homepage-6.2.1) (2023-12-26)

View File

@ -4,6 +4,15 @@
## [homepage-6.2.2](https://github.com/truecharts/charts/compare/homepage-6.2.1...homepage-6.2.2) (2023-12-26)
### Fix
- temproary fix due to common rendering issue
## [homepage-6.2.1](https://github.com/truecharts/charts/compare/homepage-6.2.0...homepage-6.2.1) (2023-12-26)
@ -88,12 +97,3 @@
## [homepage-5.0.8](https://github.com/truecharts/charts/compare/homepage-5.0.7...homepage-5.0.8) (2023-12-23)
### Chore
- update helm general non-major by renovate ([#16369](https://github.com/truecharts/charts/issues/16369))

View File

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

View File

@ -0,0 +1,9 @@
## [homepage-6.2.2](https://github.com/truecharts/charts/compare/homepage-6.2.1...homepage-6.2.2) (2023-12-26)
### Fix
- temproary fix due to common rendering issue

View File

@ -9,7 +9,7 @@ workload:
automountServiceAccountToken: true
initContainers:
init-config:
enabled: "{{ if not .Values.forceConfigFromValues}}true{{ else }}false{{ end }}"
enabled: true
type: init
imageSelector: alpineImage
command:
@ -71,7 +71,7 @@ persistence:
objectName: config
bookmarks-config:
# Only enable when not using homepageConfig
enabled: "{{ if not .Values.forceConfigFromValues}}true{{ else }}false{{ end }}"
enabled: true
mountPath: /dummy-config/bookmarks.yaml
subPath: bookmarks.yaml
readOnly: true
@ -82,7 +82,7 @@ persistence:
init-config: {}
force-bookmarks-config:
# Only enable when not using homepageConfig
enabled: "{{ .Values.forceConfigFromValues }}"
enabled: false
mountPath: /app/config/bookmarks.yaml
subPath: bookmarks.yaml
readOnly: true
@ -90,7 +90,7 @@ persistence:
objectName: config
settings-config:
# Only enable when not using homepageConfig
enabled: "{{ if not .Values.forceConfigFromValues}}true{{ else }}false{{ end }}"
enabled: true
mountPath: /dummy-config/settings.yaml
subPath: settings.yaml
readOnly: true
@ -101,7 +101,7 @@ persistence:
init-config: {}
force-settings-config:
# Only enable when not using homepageConfig
enabled: "{{ .Values.forceConfigFromValues }}"
enabled: false
mountPath: /app/config/settings.yaml
subPath: settings.yaml
readOnly: true
@ -109,7 +109,7 @@ persistence:
objectName: config
services-config:
# Only enable when not using homepageConfig
enabled: "{{ if not .Values.forceConfigFromValues}}true{{ else }}false{{ end }}"
enabled: true
mountPath: /dummy-config/services.yaml
subPath: services.yaml
readOnly: true
@ -120,7 +120,7 @@ persistence:
init-config: {}
force-services-config:
# Only enable when not using homepageConfig
enabled: "{{ .Values.forceConfigFromValues }}"
enabled: false
mountPath: /app/services/services.yaml
subPath: services.yaml
readOnly: true
@ -128,7 +128,7 @@ persistence:
objectName: config
widgets-config:
# Only enable when not using homepageConfig
enabled: "{{ if not .Values.forceConfigFromValues}}true{{ else }}false{{ end }}"
enabled: true
mountPath: /dummy-config/widgets.yaml
subPath: widgets.yaml
readOnly: true
@ -139,7 +139,7 @@ persistence:
init-config: {}
force-widgets-config:
# Only enable when not using homepageConfig
enabled: "{{ .Values.forceConfigFromValues }}"
enabled: false
mountPath: /app/config/widgets.yaml
subPath: widgets.yaml
readOnly: true
@ -147,7 +147,7 @@ persistence:
objectName: config
custom-css-config:
# Only enable when not using homepageConfig
enabled: "{{ if not .Values.forceConfigFromValues}}true{{ else }}false{{ end }}"
enabled: true
mountPath: /dummy-config/custom.css
subPath: custom.css
readOnly: true
@ -158,7 +158,7 @@ persistence:
init-config: {}
force-custom-css-config:
# Only enable when not using homepageConfig
enabled: "{{ .Values.forceConfigFromValues }}"
enabled: false
mountPath: /app/config/custom.css
subPath: custom.css
readOnly: true
@ -166,7 +166,7 @@ persistence:
objectName: config
custom-js-config:
# Only enable when not using homepageConfig
enabled: "{{ if not .Values.forceConfigFromValues}}true{{ else }}false{{ end }}"
enabled: true
mountPath: /dummy-config/custom.js
subPath: custom.js
readOnly: true
@ -177,7 +177,7 @@ persistence:
init-config: {}
force-custom-js-config:
# Only enable when not using homepageConfig
enabled: "{{ .Values.forceConfigFromValues }}"
enabled: false
mountPath: /app/config/custom.js
subPath: custom.js
readOnly: true