diff --git a/stable/homepage/4.0.23/app-changelog.md b/stable/homepage/4.0.23/app-changelog.md deleted file mode 100644 index bfcd8c7c230..00000000000 --- a/stable/homepage/4.0.23/app-changelog.md +++ /dev/null @@ -1,12 +0,0 @@ - - -## [homepage-4.0.23](https://github.com/truecharts/charts/compare/homepage-4.0.22...homepage-4.0.23) (2023-12-03) - -### Chore - -- bump everything to ensure catalog has latest versions - - fix annotations again - - update annotations - - cleanup chart.yaml and add min-max scale version - - \ No newline at end of file diff --git a/stable/homepage/4.0.23/CHANGELOG.md b/stable/homepage/4.0.24/CHANGELOG.md similarity index 89% rename from stable/homepage/4.0.23/CHANGELOG.md rename to stable/homepage/4.0.24/CHANGELOG.md index 11e11ad2a27..1f1d059a0dd 100644 --- a/stable/homepage/4.0.23/CHANGELOG.md +++ b/stable/homepage/4.0.24/CHANGELOG.md @@ -4,6 +4,15 @@ +## [homepage-4.0.24](https://github.com/truecharts/charts/compare/homepage-4.0.23...homepage-4.0.24) (2023-12-10) + +### Chore + +- update container image ghcr.io/gethomepage/homepage to v0.8.3[@4214f13](https://github.com/4214f13) ([#15946](https://github.com/truecharts/charts/issues/15946)) + + + + ## [homepage-4.0.23](https://github.com/truecharts/charts/compare/homepage-4.0.22...homepage-4.0.23) (2023-12-03) ### Chore @@ -88,12 +97,3 @@ ### Chore - update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287)) - - - - -## [homepage-4.0.14](https://github.com/truecharts/charts/compare/homepage-4.0.13...homepage-4.0.14) (2023-10-29) - -### Chore - -- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693)) diff --git a/stable/homepage/4.0.23/Chart.yaml b/stable/homepage/4.0.24/Chart.yaml similarity index 96% rename from stable/homepage/4.0.23/Chart.yaml rename to stable/homepage/4.0.24/Chart.yaml index 5f5218b2013..b149fc5cbb5 100644 --- a/stable/homepage/4.0.23/Chart.yaml +++ b/stable/homepage/4.0.24/Chart.yaml @@ -1,8 +1,8 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: homepage -version: 4.0.23 -appVersion: 0.8.2 +version: 4.0.24 +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 diff --git a/stable/homepage/4.0.23/README.md b/stable/homepage/4.0.24/README.md similarity index 100% rename from stable/homepage/4.0.23/README.md rename to stable/homepage/4.0.24/README.md diff --git a/stable/homepage/4.0.24/app-changelog.md b/stable/homepage/4.0.24/app-changelog.md new file mode 100644 index 00000000000..e477bba8ec1 --- /dev/null +++ b/stable/homepage/4.0.24/app-changelog.md @@ -0,0 +1,9 @@ + + +## [homepage-4.0.24](https://github.com/truecharts/charts/compare/homepage-4.0.23...homepage-4.0.24) (2023-12-10) + +### Chore + +- update container image ghcr.io/gethomepage/homepage to v0.8.3[@4214f13](https://github.com/4214f13) ([#15946](https://github.com/truecharts/charts/issues/15946)) + + \ No newline at end of file diff --git a/stable/homepage/4.0.23/app-readme.md b/stable/homepage/4.0.24/app-readme.md similarity index 100% rename from stable/homepage/4.0.23/app-readme.md rename to stable/homepage/4.0.24/app-readme.md diff --git a/stable/homepage/4.0.23/charts/common-14.3.5.tgz b/stable/homepage/4.0.24/charts/common-14.3.5.tgz similarity index 100% rename from stable/homepage/4.0.23/charts/common-14.3.5.tgz rename to stable/homepage/4.0.24/charts/common-14.3.5.tgz diff --git a/stable/homepage/4.0.23/ix_values.yaml b/stable/homepage/4.0.24/ix_values.yaml similarity index 93% rename from stable/homepage/4.0.23/ix_values.yaml rename to stable/homepage/4.0.24/ix_values.yaml index 39cfe6f2368..cb1abc9167e 100644 --- a/stable/homepage/4.0.23/ix_values.yaml +++ b/stable/homepage/4.0.24/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/gethomepage/homepage - tag: v0.8.2@sha256:5e8e784be1b0d08634a0bc71cf987508598a19858c8843f1f640abc8811200b0 + tag: v0.8.3@sha256:4214f13b534aa4b214665a41b50d60fe0f04ff41cddb8e72fe92811e1eed0112 pullPolicy: IfNotPresent service: main: diff --git a/stable/homepage/4.0.23/questions.yaml b/stable/homepage/4.0.24/questions.yaml similarity index 90% rename from stable/homepage/4.0.23/questions.yaml rename to stable/homepage/4.0.24/questions.yaml index b56503d9552..7569b7201ca 100644 --- a/stable/homepage/4.0.23/questions.yaml +++ b/stable/homepage/4.0.24/questions.yaml @@ -228,6 +228,44 @@ questions: schema: type: string required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" - variable: service group: Networking and Services label: Configure Service(s) @@ -535,6 +573,8 @@ questions: description: emptyDir - value: nfs description: NFS Share + - value: iscsi + description: iSCSI Share - variable: server label: NFS Server schema: @@ -547,6 +587,83 @@ questions: show_if: [["type", "=", "nfs"]] type: string default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: autoPermissions label: Automatic Permissions Configuration description: Automatically set permissions @@ -639,7 +756,7 @@ questions: type: string default: "disabled" enum: - - value: "disabled" + - value: disabled description: disabled - value: smb description: smb @@ -753,6 +870,82 @@ questions: show_if: [["type", "=", "nfs"]] type: string default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" - variable: autoPermissions label: Automatic Permissions Configuration description: Automatically set permissions @@ -1001,6 +1194,46 @@ questions: type: string default: "" required: true + - variable: integration + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] - variable: advanced label: Show Advanced Settings description: Advanced settings are not covered by TrueCharts Support @@ -1228,6 +1461,46 @@ questions: type: string show_if: [["certificateIssuer", "=", ""]] default: "" + - variable: integration + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] - variable: entrypoint label: Traefik Entrypoint description: Entrypoint used by Traefik when using Traefik as Ingress Provider diff --git a/stable/homepage/4.0.23/templates/NOTES.txt b/stable/homepage/4.0.24/templates/NOTES.txt similarity index 100% rename from stable/homepage/4.0.23/templates/NOTES.txt rename to stable/homepage/4.0.24/templates/NOTES.txt diff --git a/stable/homepage/4.0.23/templates/common.yaml b/stable/homepage/4.0.24/templates/common.yaml similarity index 100% rename from stable/homepage/4.0.23/templates/common.yaml rename to stable/homepage/4.0.24/templates/common.yaml diff --git a/stable/homepage/4.0.23/values.yaml b/stable/homepage/4.0.24/values.yaml similarity index 100% rename from stable/homepage/4.0.23/values.yaml rename to stable/homepage/4.0.24/values.yaml