diff --git a/enterprise/clusterissuer/4.1.0/app-changelog.md b/enterprise/clusterissuer/4.1.0/app-changelog.md deleted file mode 100644 index 0c9ce9885a1..00000000000 --- a/enterprise/clusterissuer/4.1.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [clusterissuer-4.1.0](https://github.com/truecharts/charts/compare/clusterissuer-4.0.2...clusterissuer-4.1.0) (2023-10-04) - -### Clusterissuer - -- add ACME DNS issuer ([#11483](https://github.com/truecharts/charts/issues/11483)) - - \ No newline at end of file diff --git a/enterprise/clusterissuer/4.1.0/CHANGELOG.md b/enterprise/clusterissuer/4.1.1/CHANGELOG.md similarity index 89% rename from enterprise/clusterissuer/4.1.0/CHANGELOG.md rename to enterprise/clusterissuer/4.1.1/CHANGELOG.md index 974a017f66f..d744c3f10b7 100644 --- a/enterprise/clusterissuer/4.1.0/CHANGELOG.md +++ b/enterprise/clusterissuer/4.1.1/CHANGELOG.md @@ -4,6 +4,15 @@ +## [clusterissuer-4.1.1](https://github.com/truecharts/charts/compare/clusterissuer-4.1.0...clusterissuer-4.1.1) (2023-10-07) + +### Chore + +- update container image tccr.io/truecharts/scratch to latest ([#11380](https://github.com/truecharts/charts/issues/11380)) + + + + ## [clusterissuer-4.1.0](https://github.com/truecharts/charts/compare/clusterissuer-4.0.2...clusterissuer-4.1.0) (2023-10-04) ### Clusterissuer @@ -88,12 +97,3 @@ - -## [clusterissuer-1.0.13](https://github.com/truecharts/charts/compare/clusterissuer-1.0.12...clusterissuer-1.0.13) (2023-07-19) - -### Fix - -- try to deal with the fact cert-manager contains a dash - - - diff --git a/enterprise/clusterissuer/4.1.0/Chart.yaml b/enterprise/clusterissuer/4.1.1/Chart.yaml similarity index 98% rename from enterprise/clusterissuer/4.1.0/Chart.yaml rename to enterprise/clusterissuer/4.1.1/Chart.yaml index cac31c4a984..72423441993 100644 --- a/enterprise/clusterissuer/4.1.0/Chart.yaml +++ b/enterprise/clusterissuer/4.1.1/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/enterprise/clusterissuer - https://cert-manager.io/ type: application -version: 4.1.0 +version: 4.1.1 annotations: truecharts.org/catagories: | - core diff --git a/enterprise/clusterissuer/4.1.0/LICENSE b/enterprise/clusterissuer/4.1.1/LICENSE similarity index 100% rename from enterprise/clusterissuer/4.1.0/LICENSE rename to enterprise/clusterissuer/4.1.1/LICENSE diff --git a/enterprise/clusterissuer/4.1.0/README.md b/enterprise/clusterissuer/4.1.1/README.md similarity index 100% rename from enterprise/clusterissuer/4.1.0/README.md rename to enterprise/clusterissuer/4.1.1/README.md diff --git a/enterprise/clusterissuer/4.1.1/app-changelog.md b/enterprise/clusterissuer/4.1.1/app-changelog.md new file mode 100644 index 00000000000..55f47c68f33 --- /dev/null +++ b/enterprise/clusterissuer/4.1.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [clusterissuer-4.1.1](https://github.com/truecharts/charts/compare/clusterissuer-4.1.0...clusterissuer-4.1.1) (2023-10-07) + +### Chore + +- update container image tccr.io/truecharts/scratch to latest ([#11380](https://github.com/truecharts/charts/issues/11380)) + + \ No newline at end of file diff --git a/enterprise/clusterissuer/4.1.0/app-readme.md b/enterprise/clusterissuer/4.1.1/app-readme.md similarity index 100% rename from enterprise/clusterissuer/4.1.0/app-readme.md rename to enterprise/clusterissuer/4.1.1/app-readme.md diff --git a/enterprise/clusterissuer/4.1.0/charts/common-14.0.1.tgz b/enterprise/clusterissuer/4.1.1/charts/common-14.0.1.tgz similarity index 100% rename from enterprise/clusterissuer/4.1.0/charts/common-14.0.1.tgz rename to enterprise/clusterissuer/4.1.1/charts/common-14.0.1.tgz diff --git a/enterprise/clusterissuer/4.1.0/ix_values.yaml b/enterprise/clusterissuer/4.1.1/ix_values.yaml similarity index 96% rename from enterprise/clusterissuer/4.1.0/ix_values.yaml rename to enterprise/clusterissuer/4.1.1/ix_values.yaml index 4903d7a582f..e4d732ac67f 100644 --- a/enterprise/clusterissuer/4.1.0/ix_values.yaml +++ b/enterprise/clusterissuer/4.1.1/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/scratch - tag: latest@sha256:1a9a10a0a5f5cb5fe4b30ac6d9c56ff87ad47f3f3490bafb6938fc155230131b + tag: latest@sha256:3bf74a004e49495307bf61ade401ccde159ce5f3930992ec42e747877df5d558 pullPolicy: IfNotPresent manifestManager: enabled: true diff --git a/enterprise/clusterissuer/4.1.0/questions.yaml b/enterprise/clusterissuer/4.1.1/questions.yaml similarity index 100% rename from enterprise/clusterissuer/4.1.0/questions.yaml rename to enterprise/clusterissuer/4.1.1/questions.yaml diff --git a/enterprise/clusterissuer/4.1.0/templates/NOTES.txt b/enterprise/clusterissuer/4.1.1/templates/NOTES.txt similarity index 100% rename from enterprise/clusterissuer/4.1.0/templates/NOTES.txt rename to enterprise/clusterissuer/4.1.1/templates/NOTES.txt diff --git a/enterprise/clusterissuer/4.1.0/templates/clusterissuer/_ACME.tpl b/enterprise/clusterissuer/4.1.1/templates/clusterissuer/_ACME.tpl similarity index 100% rename from enterprise/clusterissuer/4.1.0/templates/clusterissuer/_ACME.tpl rename to enterprise/clusterissuer/4.1.1/templates/clusterissuer/_ACME.tpl diff --git a/enterprise/clusterissuer/4.1.0/templates/clusterissuer/_CA.tpl b/enterprise/clusterissuer/4.1.1/templates/clusterissuer/_CA.tpl similarity index 100% rename from enterprise/clusterissuer/4.1.0/templates/clusterissuer/_CA.tpl rename to enterprise/clusterissuer/4.1.1/templates/clusterissuer/_CA.tpl diff --git a/enterprise/clusterissuer/4.1.0/templates/clusterissuer/_selfSigned.tpl b/enterprise/clusterissuer/4.1.1/templates/clusterissuer/_selfSigned.tpl similarity index 100% rename from enterprise/clusterissuer/4.1.0/templates/clusterissuer/_selfSigned.tpl rename to enterprise/clusterissuer/4.1.1/templates/clusterissuer/_selfSigned.tpl diff --git a/enterprise/clusterissuer/4.1.0/templates/common.yaml b/enterprise/clusterissuer/4.1.1/templates/common.yaml similarity index 100% rename from enterprise/clusterissuer/4.1.0/templates/common.yaml rename to enterprise/clusterissuer/4.1.1/templates/common.yaml diff --git a/enterprise/clusterissuer/4.1.0/values.yaml b/enterprise/clusterissuer/4.1.1/values.yaml similarity index 100% rename from enterprise/clusterissuer/4.1.0/values.yaml rename to enterprise/clusterissuer/4.1.1/values.yaml diff --git a/enterprise/metallb-config/3.0.1/app-changelog.md b/enterprise/metallb-config/3.0.1/app-changelog.md deleted file mode 100644 index 3a9b8e44586..00000000000 --- a/enterprise/metallb-config/3.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [metallb-config-3.0.1](https://github.com/truecharts/charts/compare/metallb-config-3.0.0...metallb-config-3.0.1) (2023-09-22) - -### Docs - -- Setup Guide Updates ([#12191](https://github.com/truecharts/charts/issues/12191)) - - \ No newline at end of file diff --git a/enterprise/metallb-config/3.0.1/CHANGELOG.md b/enterprise/metallb-config/3.0.2/CHANGELOG.md similarity index 90% rename from enterprise/metallb-config/3.0.1/CHANGELOG.md rename to enterprise/metallb-config/3.0.2/CHANGELOG.md index b3554f963bd..28ea5b0a28a 100644 --- a/enterprise/metallb-config/3.0.1/CHANGELOG.md +++ b/enterprise/metallb-config/3.0.2/CHANGELOG.md @@ -4,6 +4,15 @@ +## [metallb-config-3.0.2](https://github.com/truecharts/charts/compare/metallb-config-3.0.1...metallb-config-3.0.2) (2023-10-07) + +### Chore + +- update container image tccr.io/truecharts/scratch to latest ([#11380](https://github.com/truecharts/charts/issues/11380)) + + + + ## [metallb-config-3.0.1](https://github.com/truecharts/charts/compare/metallb-config-3.0.0...metallb-config-3.0.1) (2023-09-22) ### Docs @@ -88,12 +97,3 @@ ## [metallb-config-1.1.8](https://github.com/truecharts/charts/compare/metallb-config-1.1.7...metallb-config-1.1.8) (2023-06-13) - -### Feat - -- update metallb docs for operator-based version ([#9587](https://github.com/truecharts/charts/issues/9587)) - - - - -## [metallb-config-1.1.7](https://github.com/truecharts/charts/compare/metallb-config-1.1.6...metallb-config-1.1.7) (2023-06-11) diff --git a/enterprise/metallb-config/3.0.1/Chart.yaml b/enterprise/metallb-config/3.0.2/Chart.yaml similarity index 98% rename from enterprise/metallb-config/3.0.1/Chart.yaml rename to enterprise/metallb-config/3.0.2/Chart.yaml index 92819289f3e..9289a87cfa2 100644 --- a/enterprise/metallb-config/3.0.1/Chart.yaml +++ b/enterprise/metallb-config/3.0.2/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/metallb/metallb - https://metallb.universe.tf type: application -version: 3.0.1 +version: 3.0.2 annotations: truecharts.org/catagories: | - core diff --git a/enterprise/metallb-config/3.0.1/LICENSE b/enterprise/metallb-config/3.0.2/LICENSE similarity index 100% rename from enterprise/metallb-config/3.0.1/LICENSE rename to enterprise/metallb-config/3.0.2/LICENSE diff --git a/enterprise/metallb-config/3.0.1/README.md b/enterprise/metallb-config/3.0.2/README.md similarity index 100% rename from enterprise/metallb-config/3.0.1/README.md rename to enterprise/metallb-config/3.0.2/README.md diff --git a/enterprise/metallb-config/3.0.2/app-changelog.md b/enterprise/metallb-config/3.0.2/app-changelog.md new file mode 100644 index 00000000000..24310e48718 --- /dev/null +++ b/enterprise/metallb-config/3.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [metallb-config-3.0.2](https://github.com/truecharts/charts/compare/metallb-config-3.0.1...metallb-config-3.0.2) (2023-10-07) + +### Chore + +- update container image tccr.io/truecharts/scratch to latest ([#11380](https://github.com/truecharts/charts/issues/11380)) + + \ No newline at end of file diff --git a/enterprise/metallb-config/3.0.1/app-readme.md b/enterprise/metallb-config/3.0.2/app-readme.md similarity index 100% rename from enterprise/metallb-config/3.0.1/app-readme.md rename to enterprise/metallb-config/3.0.2/app-readme.md diff --git a/enterprise/metallb-config/3.0.1/charts/common-14.0.1.tgz b/enterprise/metallb-config/3.0.2/charts/common-14.0.1.tgz similarity index 100% rename from enterprise/metallb-config/3.0.1/charts/common-14.0.1.tgz rename to enterprise/metallb-config/3.0.2/charts/common-14.0.1.tgz diff --git a/enterprise/metallb-config/3.0.1/ix_values.yaml b/enterprise/metallb-config/3.0.2/ix_values.yaml similarity index 94% rename from enterprise/metallb-config/3.0.1/ix_values.yaml rename to enterprise/metallb-config/3.0.2/ix_values.yaml index 54a2571f22b..961bb238497 100644 --- a/enterprise/metallb-config/3.0.1/ix_values.yaml +++ b/enterprise/metallb-config/3.0.2/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/scratch - tag: latest@sha256:1a9a10a0a5f5cb5fe4b30ac6d9c56ff87ad47f3f3490bafb6938fc155230131b + tag: latest@sha256:3bf74a004e49495307bf61ade401ccde159ce5f3930992ec42e747877df5d558 pullPolicy: IfNotPresent manifestManager: enabled: false diff --git a/enterprise/metallb-config/3.0.1/questions.yaml b/enterprise/metallb-config/3.0.2/questions.yaml similarity index 100% rename from enterprise/metallb-config/3.0.1/questions.yaml rename to enterprise/metallb-config/3.0.2/questions.yaml diff --git a/enterprise/metallb-config/3.0.1/templates/NOTES.txt b/enterprise/metallb-config/3.0.2/templates/NOTES.txt similarity index 100% rename from enterprise/metallb-config/3.0.1/templates/NOTES.txt rename to enterprise/metallb-config/3.0.2/templates/NOTES.txt diff --git a/enterprise/metallb-config/3.0.1/templates/_bgpadvertisement.tpl b/enterprise/metallb-config/3.0.2/templates/_bgpadvertisement.tpl similarity index 100% rename from enterprise/metallb-config/3.0.1/templates/_bgpadvertisement.tpl rename to enterprise/metallb-config/3.0.2/templates/_bgpadvertisement.tpl diff --git a/enterprise/metallb-config/3.0.1/templates/_community.tpl b/enterprise/metallb-config/3.0.2/templates/_community.tpl similarity index 100% rename from enterprise/metallb-config/3.0.1/templates/_community.tpl rename to enterprise/metallb-config/3.0.2/templates/_community.tpl diff --git a/enterprise/metallb-config/3.0.1/templates/_ipaddresspool.tpl b/enterprise/metallb-config/3.0.2/templates/_ipaddresspool.tpl similarity index 100% rename from enterprise/metallb-config/3.0.1/templates/_ipaddresspool.tpl rename to enterprise/metallb-config/3.0.2/templates/_ipaddresspool.tpl diff --git a/enterprise/metallb-config/3.0.1/templates/_l2advertisement.tpl b/enterprise/metallb-config/3.0.2/templates/_l2advertisement.tpl similarity index 100% rename from enterprise/metallb-config/3.0.1/templates/_l2advertisement.tpl rename to enterprise/metallb-config/3.0.2/templates/_l2advertisement.tpl diff --git a/enterprise/metallb-config/3.0.1/templates/_peers.tpl b/enterprise/metallb-config/3.0.2/templates/_peers.tpl similarity index 100% rename from enterprise/metallb-config/3.0.1/templates/_peers.tpl rename to enterprise/metallb-config/3.0.2/templates/_peers.tpl diff --git a/enterprise/metallb-config/3.0.1/templates/common.yaml b/enterprise/metallb-config/3.0.2/templates/common.yaml similarity index 100% rename from enterprise/metallb-config/3.0.1/templates/common.yaml rename to enterprise/metallb-config/3.0.2/templates/common.yaml diff --git a/enterprise/metallb-config/3.0.1/values.yaml b/enterprise/metallb-config/3.0.2/values.yaml similarity index 100% rename from enterprise/metallb-config/3.0.1/values.yaml rename to enterprise/metallb-config/3.0.2/values.yaml diff --git a/stable/external-service/10.0.1/CHANGELOG.md b/stable/external-service/10.0.1/CHANGELOG.md new file mode 100644 index 00000000000..db7b00d2141 --- /dev/null +++ b/stable/external-service/10.0.1/CHANGELOG.md @@ -0,0 +1,99 @@ +**Important:** +*for the complete changelog, please refer to the website* + + + + +## [external-service-10.0.1](https://github.com/truecharts/charts/compare/external-service-10.0.0...external-service-10.0.1) (2023-10-07) + +### Chore + +- update container image tccr.io/truecharts/alpine to latest ([#11522](https://github.com/truecharts/charts/issues/11522)) + + + + + +## [external-service-10.0.0](https://github.com/truecharts/charts/compare/external-service-9.0.26...external-service-10.0.0) (2023-07-31) + + + + +## [external-service-9.0.26](https://github.com/truecharts/charts/compare/external-service-9.0.25...external-service-9.0.26) (2023-07-29) + +### Chore + +- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955)) + + + + +## [external-service-9.0.25](https://github.com/truecharts/charts/compare/external-service-9.0.24...external-service-9.0.25) (2023-07-01) + +### Chore + +- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069)) + + + + +## [external-service-9.0.24](https://github.com/truecharts/charts/compare/external-service-9.0.23...external-service-9.0.24) (2023-06-25) + +### Chore + +- update container image tccr.io/truecharts/alpine to latest ([#9901](https://github.com/truecharts/charts/issues/9901)) + + ### Fix + +- add missing `additional_attrs: true` ([#9581](https://github.com/truecharts/charts/issues/9581)) + + + + +## [external-service-9.0.23](https://github.com/truecharts/charts/compare/external-service-9.0.22...external-service-9.0.23) (2023-06-13) + +### Chore + +- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599)) + + + + +## [external-service-9.0.22](https://github.com/truecharts/charts/compare/external-service-9.0.21...external-service-9.0.22) (2023-06-11) + +### Chore + +- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558)) + + + + +## [external-service-9.0.21](https://github.com/truecharts/charts/compare/external-service-9.0.20...external-service-9.0.21) (2023-06-07) + +### Chore + +- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457)) + + + + +## [external-service-9.0.20](https://github.com/truecharts/charts/compare/external-service-9.0.19...external-service-9.0.20) (2023-06-07) + +### Chore + +- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423)) + + + + +## [external-service-9.0.19](https://github.com/truecharts/charts/compare/external-service-9.0.18...external-service-9.0.19) (2023-06-04) + +### Chore + +- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393)) + + ### Feat + +- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203)) + + diff --git a/stable/external-service/10.0.1/Chart.yaml b/stable/external-service/10.0.1/Chart.yaml new file mode 100644 index 00000000000..7f58f8d7304 --- /dev/null +++ b/stable/external-service/10.0.1/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 14.0.1 +deprecated: false +description: Allow external services to be used like Apps. +home: https://truecharts.org/charts/stable/external-service +icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-service.png +keywords: + - external-service + - reverse-proxy +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: external-service +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/external-service +type: application +version: 10.0.1 +annotations: + truecharts.org/catagories: | + - networking + truecharts.org/SCALE-support: "true" diff --git a/stable/external-service/10.0.1/README.md b/stable/external-service/10.0.1/README.md new file mode 100644 index 00000000000..e0a9b8fa8d7 --- /dev/null +++ b/stable/external-service/10.0.1/README.md @@ -0,0 +1,27 @@ +# README + +## General Info + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +*All Rights Reserved - The TrueCharts Project* diff --git a/stable/external-service/10.0.1/app-changelog.md b/stable/external-service/10.0.1/app-changelog.md new file mode 100644 index 00000000000..7e0d926f155 --- /dev/null +++ b/stable/external-service/10.0.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [external-service-10.0.1](https://github.com/truecharts/charts/compare/external-service-10.0.0...external-service-10.0.1) (2023-10-07) + +### Chore + +- update container image tccr.io/truecharts/alpine to latest ([#11522](https://github.com/truecharts/charts/issues/11522)) + + \ No newline at end of file diff --git a/stable/external-service/10.0.1/app-readme.md b/stable/external-service/10.0.1/app-readme.md new file mode 100644 index 00000000000..3b4a7ca6229 --- /dev/null +++ b/stable/external-service/10.0.1/app-readme.md @@ -0,0 +1,8 @@ +Allow external services to be used like Apps. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/external-service](https://truecharts.org/charts/stable/external-service) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/external-service/10.0.1/charts/common-14.0.1.tgz b/stable/external-service/10.0.1/charts/common-14.0.1.tgz new file mode 100644 index 00000000000..656c64047b2 Binary files /dev/null and b/stable/external-service/10.0.1/charts/common-14.0.1.tgz differ diff --git a/stable/external-service/10.0.1/ix_values.yaml b/stable/external-service/10.0.1/ix_values.yaml new file mode 100644 index 00000000000..01c05f3771a --- /dev/null +++ b/stable/external-service/10.0.1/ix_values.yaml @@ -0,0 +1,29 @@ +# Fake external service image +image: + repository: tccr.io/truecharts/alpine + pullPolicy: IfNotPresent + tag: latest@sha256:17cd77e25d3fa829d168caec4db7bb5b52ceeb935d8ca0d1180de6f615553dc4 + +service: + main: + type: ExternalIP + externalIP: "1.1.1.1" + useSlice: false + ports: + main: + protocol: https + port: 10003 + # Target port is the port of the "external service" + # Defaults to "port" if not set + +workload: + main: + enabled: false + podSpec: + containers: + main: + env: {} + +portal: + open: + enabled: true diff --git a/stable/external-service/10.0.1/questions.yaml b/stable/external-service/10.0.1/questions.yaml new file mode 100644 index 00000000000..4f6a9108954 --- /dev/null +++ b/stable/external-service/10.0.1/questions.yaml @@ -0,0 +1,451 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Service Type" + description: "ExternalIP gets connected to using an IP and port, ExternalName gets connected to using a domain name" + schema: + type: string + default: "ExternalIP" + enum: + - value: "ExternalName" + description: "ExternalName" + - value: "ExternalIP" + description: "ExternalIP" + - variable: externalName + label: "External Service Domainname" + description: "Domainname of External service" + schema: + show_if: [["type", "=", "ExternalName"]] + type: string + default: "google.com" + - variable: externalIP + label: "External Service IP" + description: "IP of External service" + schema: + show_if: [["type", "=", "ExternalIP"]] + type: string + default: "1.1.1.1" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true + - variable: protocol + label: "Port Type" + schema: + type: string + default: "http" + enum: + - value: "http" + description: "HTTP" + - value: "https" + description: "HTTPS" + - value: tcp + description: "TCP" + - value: "udp" + description: "UDP" + - variable: port + label: "Service Port" + description: "Both the external service port and internal service port will be the same" + schema: + type: int + default: 10003 + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: annotations + label: "annotations" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: traefik.frontend.passHostHeader + label: "passHostHeader" + schema: + type: string + default: "false" + hidden: true + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + - variable: certificateIssuer + label: Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" + - variable: middlewares + label: Traefik Middlewares + description: Add previously created Traefik Middlewares to this Ingress + schema: + type: list + default: [] + items: + - variable: name + label: Name + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: entrypoint + label: (Advanced) Traefik Entrypoint + description: Entrypoint used by Traefik when using Traefik as Ingress Provider + schema: + type: string + default: websecure + show_if: [["advanced", "=", true]] + required: true + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: clusterIssuer + label: clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["clusterIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: clusterIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["clusterIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["clusterIssuer", "=", ""]] + default: "" + - variable: entrypoint + label: Traefik Entrypoint + description: Entrypoint used by Traefik when using Traefik as Ingress Provider + schema: + type: string + default: websecure + required: true + - variable: middlewares + label: Traefik Middlewares + description: Add previously created Traefik Middlewares to this Ingress + schema: + type: list + default: [] + items: + - variable: name + label: Name + schema: + type: string + default: "" + required: true diff --git a/stable/external-service/10.0.1/templates/NOTES.txt b/stable/external-service/10.0.1/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/external-service/10.0.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/external-service/10.0.1/templates/common.yaml b/stable/external-service/10.0.1/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/external-service/10.0.1/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/external-service/10.0.1/values.yaml b/stable/external-service/10.0.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d