diff --git a/stable/airdcpp-webclient/6.0.9/CHANGELOG.md b/stable/airdcpp-webclient/6.0.10/CHANGELOG.md similarity index 89% rename from stable/airdcpp-webclient/6.0.9/CHANGELOG.md rename to stable/airdcpp-webclient/6.0.10/CHANGELOG.md index eebf5de2d7..c9672aaf3f 100644 --- a/stable/airdcpp-webclient/6.0.9/CHANGELOG.md +++ b/stable/airdcpp-webclient/6.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [airdcpp-webclient-6.0.10](https://github.com/truecharts/charts/compare/airdcpp-webclient-6.0.9...airdcpp-webclient-6.0.10) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/airdcpp-webclient to v2.11.4 ([#8433](https://github.com/truecharts/charts/issues/8433)) + + + + ## [airdcpp-webclient-6.0.9](https://github.com/truecharts/charts/compare/airdcpp-webclient-6.0.8...airdcpp-webclient-6.0.9) (2023-04-25) ### Chore @@ -88,12 +97,3 @@ - BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900)) - - -## [airdcpp-webclient-5.0.9](https://github.com/truecharts/charts/compare/airdcpp-webclient-5.0.8...airdcpp-webclient-5.0.9) (2023-02-10) - -### Fix - -- ensure new helm deps repo is used in latest releases as well. - - diff --git a/stable/airdcpp-webclient/6.0.9/Chart.yaml b/stable/airdcpp-webclient/6.0.10/Chart.yaml similarity index 96% rename from stable/airdcpp-webclient/6.0.9/Chart.yaml rename to stable/airdcpp-webclient/6.0.10/Chart.yaml index de69c661fc..a678906c5b 100644 --- a/stable/airdcpp-webclient/6.0.9/Chart.yaml +++ b/stable/airdcpp-webclient/6.0.10/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.11.3" +appVersion: "2.11.4" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -23,7 +23,7 @@ sources: - https://airdcpp-web.github.io/ - https://github.com/airdcpp-web/airdcpp-webclient type: application -version: 6.0.9 +version: 6.0.10 annotations: truecharts.org/catagories: | - media diff --git a/stable/airdcpp-webclient/6.0.9/README.md b/stable/airdcpp-webclient/6.0.10/README.md similarity index 100% rename from stable/airdcpp-webclient/6.0.9/README.md rename to stable/airdcpp-webclient/6.0.10/README.md diff --git a/stable/airdcpp-webclient/6.0.10/app-changelog.md b/stable/airdcpp-webclient/6.0.10/app-changelog.md new file mode 100644 index 0000000000..53be4aed58 --- /dev/null +++ b/stable/airdcpp-webclient/6.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [airdcpp-webclient-6.0.10](https://github.com/truecharts/charts/compare/airdcpp-webclient-6.0.9...airdcpp-webclient-6.0.10) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/airdcpp-webclient to v2.11.4 ([#8433](https://github.com/truecharts/charts/issues/8433)) + + \ No newline at end of file diff --git a/stable/airdcpp-webclient/6.0.9/app-readme.md b/stable/airdcpp-webclient/6.0.10/app-readme.md similarity index 100% rename from stable/airdcpp-webclient/6.0.9/app-readme.md rename to stable/airdcpp-webclient/6.0.10/app-readme.md diff --git a/stable/airdcpp-webclient/6.0.9/charts/common-12.6.1.tgz b/stable/airdcpp-webclient/6.0.10/charts/common-12.6.1.tgz similarity index 100% rename from stable/airdcpp-webclient/6.0.9/charts/common-12.6.1.tgz rename to stable/airdcpp-webclient/6.0.10/charts/common-12.6.1.tgz diff --git a/stable/airdcpp-webclient/6.0.9/ix_values.yaml b/stable/airdcpp-webclient/6.0.10/ix_values.yaml similarity index 92% rename from stable/airdcpp-webclient/6.0.9/ix_values.yaml rename to stable/airdcpp-webclient/6.0.10/ix_values.yaml index ad342fabe9..d1ef377aaa 100644 --- a/stable/airdcpp-webclient/6.0.9/ix_values.yaml +++ b/stable/airdcpp-webclient/6.0.10/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/airdcpp-webclient pullPolicy: IfNotPresent - tag: 2.11.3@sha256:517455edfda62b11eb6f6246e87244ef104bbdf6b51c83c2e470c917b54400c8 + tag: 2.11.4@sha256:afdd4b9fcfd9ee3939fb41935f616f49697be1504ae334a8f26b4c8a13186fb8 workload: main: diff --git a/stable/airdcpp-webclient/6.0.9/questions.yaml b/stable/airdcpp-webclient/6.0.10/questions.yaml similarity index 99% rename from stable/airdcpp-webclient/6.0.9/questions.yaml rename to stable/airdcpp-webclient/6.0.10/questions.yaml index ff76c08eb0..dbb0e08faf 100644 --- a/stable/airdcpp-webclient/6.0.9/questions.yaml +++ b/stable/airdcpp-webclient/6.0.10/questions.yaml @@ -1072,7 +1072,7 @@ questions: description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps schema: type: int - show_if: [["runAsUser", "=", "0"]] + show_if: [["runAsUser", "=", 0]] default: 568 - variable: UMASK label: UMASK diff --git a/stable/airdcpp-webclient/6.0.9/templates/NOTES.txt b/stable/airdcpp-webclient/6.0.10/templates/NOTES.txt similarity index 100% rename from stable/airdcpp-webclient/6.0.9/templates/NOTES.txt rename to stable/airdcpp-webclient/6.0.10/templates/NOTES.txt diff --git a/stable/airdcpp-webclient/6.0.9/templates/common.yaml b/stable/airdcpp-webclient/6.0.10/templates/common.yaml similarity index 100% rename from stable/airdcpp-webclient/6.0.9/templates/common.yaml rename to stable/airdcpp-webclient/6.0.10/templates/common.yaml diff --git a/stable/airdcpp-webclient/6.0.9/values.yaml b/stable/airdcpp-webclient/6.0.10/values.yaml similarity index 100% rename from stable/airdcpp-webclient/6.0.9/values.yaml rename to stable/airdcpp-webclient/6.0.10/values.yaml diff --git a/stable/airdcpp-webclient/6.0.9/app-changelog.md b/stable/airdcpp-webclient/6.0.9/app-changelog.md deleted file mode 100644 index 9d7d4c36e9..0000000000 --- a/stable/airdcpp-webclient/6.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [airdcpp-webclient-6.0.9](https://github.com/truecharts/charts/compare/airdcpp-webclient-6.0.8...airdcpp-webclient-6.0.9) (2023-04-25) - -### Chore - -- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153)) - - \ No newline at end of file diff --git a/stable/calibre-web/14.0.11/CHANGELOG.md b/stable/calibre-web/14.0.11/CHANGELOG.md new file mode 100644 index 0000000000..8c6ba65b11 --- /dev/null +++ b/stable/calibre-web/14.0.11/CHANGELOG.md @@ -0,0 +1,99 @@ +**Important:** +*for the complete changelog, please refer to the website* + + + + +## [calibre-web-14.0.11](https://github.com/truecharts/charts/compare/calibre-web-14.0.10...calibre-web-14.0.11) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/calibre-web to v0.6.20 ([#8437](https://github.com/truecharts/charts/issues/8437)) + + + + +## [calibre-web-14.0.10](https://github.com/truecharts/charts/compare/calibre-web-14.0.9...calibre-web-14.0.10) (2023-04-26) + +### Chore + +- update container image tccr.io/truecharts/calibre-web to v ([#8185](https://github.com/truecharts/charts/issues/8185)) + + + + +## [calibre-web-14.0.9](https://github.com/truecharts/charts/compare/calibre-web-14.0.8...calibre-web-14.0.9) (2023-04-25) + +### Chore + +- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153)) + + + + +## [calibre-web-14.0.8](https://github.com/truecharts/charts/compare/calibre-web-14.0.7...calibre-web-14.0.8) (2023-04-25) + +### Chore + +- update helm general non-major ([#8145](https://github.com/truecharts/charts/issues/8145)) + + + + +## [calibre-web-14.0.7](https://github.com/truecharts/charts/compare/calibre-web-14.0.6...calibre-web-14.0.7) (2023-04-20) + +### Chore + +- update helm general non-major ([#8087](https://github.com/truecharts/charts/issues/8087)) + + + + +## [calibre-web-14.0.6](https://github.com/truecharts/charts/compare/calibre-web-14.0.5...calibre-web-14.0.6) (2023-04-16) + +### Chore + +- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071)) + + + + +## [calibre-web-14.0.5](https://github.com/truecharts/charts/compare/calibre-web-14.0.4...calibre-web-14.0.5) (2023-04-16) + +### Chore + +- update helm general non-major ([#8061](https://github.com/truecharts/charts/issues/8061)) + + + + +## [calibre-web-14.0.4](https://github.com/truecharts/charts/compare/calibre-web-14.0.3...calibre-web-14.0.4) (2023-04-15) + +### Chore + +- update helm general non-major ([#7998](https://github.com/truecharts/charts/issues/7998)) + + + + +## [calibre-web-14.0.3](https://github.com/truecharts/charts/compare/calibre-web-14.0.2...calibre-web-14.0.3) (2023-04-14) + + + + +## [calibre-web-14.0.2](https://github.com/truecharts/charts/compare/calibre-web-14.0.1...calibre-web-14.0.2) (2023-04-12) + +### Chore + +- bump common on the 222 ([#7959](https://github.com/truecharts/charts/issues/7959)) + + + + +## [calibre-web-14.0.1](https://github.com/truecharts/charts/compare/calibre-web-14.0.0...calibre-web-14.0.1) (2023-04-11) + +### Fix + +- bump common on the 222 ([#7927](https://github.com/truecharts/charts/issues/7927)) + + diff --git a/stable/calibre-web/14.0.11/Chart.yaml b/stable/calibre-web/14.0.11/Chart.yaml new file mode 100644 index 0000000000..a5016195ba --- /dev/null +++ b/stable/calibre-web/14.0.11/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "0.6.20" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 12.6.1 +deprecated: false +description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. +home: https://truecharts.org/charts/stable/calibre-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre-web.png +keywords: + - calibre-web + - calibre + - ebook +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: calibre-web +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web + - https://github.com/janeczku/calibre-web +type: application +version: 14.0.11 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" diff --git a/stable/domoticz/5.0.0/README.md b/stable/calibre-web/14.0.11/README.md similarity index 100% rename from stable/domoticz/5.0.0/README.md rename to stable/calibre-web/14.0.11/README.md diff --git a/stable/calibre-web/14.0.11/app-changelog.md b/stable/calibre-web/14.0.11/app-changelog.md new file mode 100644 index 0000000000..8131ee6d22 --- /dev/null +++ b/stable/calibre-web/14.0.11/app-changelog.md @@ -0,0 +1,9 @@ + + +## [calibre-web-14.0.11](https://github.com/truecharts/charts/compare/calibre-web-14.0.10...calibre-web-14.0.11) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/calibre-web to v0.6.20 ([#8437](https://github.com/truecharts/charts/issues/8437)) + + \ No newline at end of file diff --git a/stable/calibre-web/14.0.11/app-readme.md b/stable/calibre-web/14.0.11/app-readme.md new file mode 100644 index 0000000000..339588b8b4 --- /dev/null +++ b/stable/calibre-web/14.0.11/app-readme.md @@ -0,0 +1,8 @@ +Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/calibre-web](https://truecharts.org/charts/stable/calibre-web) + +--- + +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/domoticz/5.0.0/charts/common-12.6.1.tgz b/stable/calibre-web/14.0.11/charts/common-12.6.1.tgz similarity index 100% rename from stable/domoticz/5.0.0/charts/common-12.6.1.tgz rename to stable/calibre-web/14.0.11/charts/common-12.6.1.tgz diff --git a/stable/calibre-web/14.0.11/ix_values.yaml b/stable/calibre-web/14.0.11/ix_values.yaml new file mode 100644 index 0000000000..8191595ed7 --- /dev/null +++ b/stable/calibre-web/14.0.11/ix_values.yaml @@ -0,0 +1,45 @@ +image: + repository: tccr.io/truecharts/calibre-web + pullPolicy: IfNotPresent + tag: 0.6.20@sha256:caf3bb3ee2fc75008cff461a3605ac75d54d4eb081bc6c6b517476de9d3a4a0c + +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 8083 + protocol: http + targetPort: 8083 + +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: {} + +persistence: + config: + enabled: true + mountPath: /config + +portal: + open: + enabled: true diff --git a/stable/calibre-web/14.0.11/questions.yaml b/stable/calibre-web/14.0.11/questions.yaml new file mode 100644 index 0000000000..d564dd9858 --- /dev/null +++ b/stable/calibre-web/14.0.11/questions.yaml @@ -0,0 +1,1854 @@ +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: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - 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: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - 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: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8083 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + group: Networking and Services + label: Host-Networking (Complicated) + schema: + hidden: true + type: boolean + default: false + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - 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: 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: 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: tls + label: TLS-Settings + schema: + type: list + show_if: [["certificateIssuer", "=", ""]] + 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: entrypoint + label: (Advanced) Traefik Entrypoint + description: Entrypoint used by Traefik when using Traefik as Ingress Provider + schema: + type: string + default: websecure + required: true + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + 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: 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 + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + - variable: scaleGPU + label: GPU Configuration + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: scaleGPUEntry + label: GPU + schema: + additional_attrs: true + type: dict + attrs: + # Specify GPU configuration + - variable: gpu + label: Select GPU + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: workaround + label: "Workaround" + schema: + type: string + default: workaround + hidden: true +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/domoticz/5.0.0/templates/NOTES.txt b/stable/calibre-web/14.0.11/templates/NOTES.txt similarity index 100% rename from stable/domoticz/5.0.0/templates/NOTES.txt rename to stable/calibre-web/14.0.11/templates/NOTES.txt diff --git a/stable/domoticz/5.0.0/templates/common.yaml b/stable/calibre-web/14.0.11/templates/common.yaml similarity index 100% rename from stable/domoticz/5.0.0/templates/common.yaml rename to stable/calibre-web/14.0.11/templates/common.yaml diff --git a/stable/domoticz/5.0.0/values.yaml b/stable/calibre-web/14.0.11/values.yaml similarity index 100% rename from stable/domoticz/5.0.0/values.yaml rename to stable/calibre-web/14.0.11/values.yaml diff --git a/stable/domoticz/5.0.0/app-changelog.md b/stable/domoticz/5.0.0/app-changelog.md deleted file mode 100644 index 096f0c864e..0000000000 --- a/stable/domoticz/5.0.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [domoticz-5.0.0](https://github.com/truecharts/charts/compare/domoticz-4.0.20...domoticz-5.0.0) (2023-04-29) - -### Feat - -- BREAKING CHANGE migrate to new common part 3 ([#8151](https://github.com/truecharts/charts/issues/8151)) - - \ No newline at end of file diff --git a/stable/domoticz/5.0.0/CHANGELOG.md b/stable/domoticz/5.0.1/CHANGELOG.md similarity index 89% rename from stable/domoticz/5.0.0/CHANGELOG.md rename to stable/domoticz/5.0.1/CHANGELOG.md index 76d788b877..2f8228a3df 100644 --- a/stable/domoticz/5.0.0/CHANGELOG.md +++ b/stable/domoticz/5.0.1/CHANGELOG.md @@ -4,6 +4,15 @@ +## [domoticz-5.0.1](https://github.com/truecharts/charts/compare/domoticz-5.0.0...domoticz-5.0.1) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/domoticz to v2023.1.20230427 ([#8442](https://github.com/truecharts/charts/issues/8442)) + + + + ## [domoticz-5.0.0](https://github.com/truecharts/charts/compare/domoticz-4.0.20...domoticz-5.0.0) (2023-04-29) ### Feat @@ -88,12 +97,3 @@ ## [domoticz-4.0.12](https://github.com/truecharts/charts/compare/domoticz-4.0.11...domoticz-4.0.12) (2022-12-26) ### Chore - -- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839)) - - - - -## [domoticz-4.0.11](https://github.com/truecharts/charts/compare/domoticz-4.0.10...domoticz-4.0.11) (2022-12-25) - -### Chore diff --git a/stable/domoticz/5.0.0/Chart.yaml b/stable/domoticz/5.0.1/Chart.yaml similarity index 98% rename from stable/domoticz/5.0.0/Chart.yaml rename to stable/domoticz/5.0.1/Chart.yaml index 3ab98add3c..86fcca69af 100644 --- a/stable/domoticz/5.0.0/Chart.yaml +++ b/stable/domoticz/5.0.1/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: domoticz -version: 5.0.0 +version: 5.0.1 appVersion: "2023.1.202" description: "Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more." type: application diff --git a/stable/flaresolverr/9.0.7/README.md b/stable/domoticz/5.0.1/README.md similarity index 100% rename from stable/flaresolverr/9.0.7/README.md rename to stable/domoticz/5.0.1/README.md diff --git a/stable/domoticz/5.0.1/app-changelog.md b/stable/domoticz/5.0.1/app-changelog.md new file mode 100644 index 0000000000..625fe571f8 --- /dev/null +++ b/stable/domoticz/5.0.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [domoticz-5.0.1](https://github.com/truecharts/charts/compare/domoticz-5.0.0...domoticz-5.0.1) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/domoticz to v2023.1.20230427 ([#8442](https://github.com/truecharts/charts/issues/8442)) + + \ No newline at end of file diff --git a/stable/domoticz/5.0.0/app-readme.md b/stable/domoticz/5.0.1/app-readme.md similarity index 100% rename from stable/domoticz/5.0.0/app-readme.md rename to stable/domoticz/5.0.1/app-readme.md diff --git a/stable/flaresolverr/9.0.7/charts/common-12.6.1.tgz b/stable/domoticz/5.0.1/charts/common-12.6.1.tgz similarity index 100% rename from stable/flaresolverr/9.0.7/charts/common-12.6.1.tgz rename to stable/domoticz/5.0.1/charts/common-12.6.1.tgz diff --git a/stable/domoticz/5.0.0/ix_values.yaml b/stable/domoticz/5.0.1/ix_values.yaml similarity index 90% rename from stable/domoticz/5.0.0/ix_values.yaml rename to stable/domoticz/5.0.1/ix_values.yaml index 279ab09197..4b45527a58 100644 --- a/stable/domoticz/5.0.0/ix_values.yaml +++ b/stable/domoticz/5.0.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/domoticz pullPolicy: IfNotPresent - tag: 2023.1.20230220@sha256:17a4a304da063f445f0b46ca79e4b8827d885b4754b664f8026e11608ea25062 + tag: 2023.1.20230427@sha256:526cbc2f76de65c9d27e426f2557e12ccc9a78fab7bd7a241a525da79e8f2efe securityContext: container: diff --git a/stable/domoticz/5.0.0/questions.yaml b/stable/domoticz/5.0.1/questions.yaml similarity index 100% rename from stable/domoticz/5.0.0/questions.yaml rename to stable/domoticz/5.0.1/questions.yaml diff --git a/stable/flaresolverr/9.0.7/templates/NOTES.txt b/stable/domoticz/5.0.1/templates/NOTES.txt similarity index 100% rename from stable/flaresolverr/9.0.7/templates/NOTES.txt rename to stable/domoticz/5.0.1/templates/NOTES.txt diff --git a/stable/flaresolverr/9.0.7/templates/common.yaml b/stable/domoticz/5.0.1/templates/common.yaml similarity index 100% rename from stable/flaresolverr/9.0.7/templates/common.yaml rename to stable/domoticz/5.0.1/templates/common.yaml diff --git a/stable/flaresolverr/9.0.7/values.yaml b/stable/domoticz/5.0.1/values.yaml similarity index 100% rename from stable/flaresolverr/9.0.7/values.yaml rename to stable/domoticz/5.0.1/values.yaml diff --git a/stable/flaresolverr/9.0.7/app-changelog.md b/stable/flaresolverr/9.0.7/app-changelog.md deleted file mode 100644 index 35ee4b93f9..0000000000 --- a/stable/flaresolverr/9.0.7/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [flaresolverr-9.0.7](https://github.com/truecharts/charts/compare/flaresolverr-9.0.6...flaresolverr-9.0.7) (2023-04-25) - -### Chore - -- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153)) - - \ No newline at end of file diff --git a/stable/flaresolverr/9.0.7/CHANGELOG.md b/stable/flaresolverr/9.0.8/CHANGELOG.md similarity index 90% rename from stable/flaresolverr/9.0.7/CHANGELOG.md rename to stable/flaresolverr/9.0.8/CHANGELOG.md index dcdab4188a..a0b9670311 100644 --- a/stable/flaresolverr/9.0.7/CHANGELOG.md +++ b/stable/flaresolverr/9.0.8/CHANGELOG.md @@ -4,6 +4,15 @@ +## [flaresolverr-9.0.8](https://github.com/truecharts/charts/compare/flaresolverr-9.0.7...flaresolverr-9.0.8) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/flaresolverr to v3.0.3 ([#8446](https://github.com/truecharts/charts/issues/8446)) + + + + ## [flaresolverr-9.0.7](https://github.com/truecharts/charts/compare/flaresolverr-9.0.6...flaresolverr-9.0.7) (2023-04-25) ### Chore @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/flaresolverr to v3.0.2 - - -## [flaresolverr-8.0.7](https://github.com/truecharts/charts/compare/flaresolverr-8.0.6...flaresolverr-8.0.7) (2022-12-27) - -### Chore - -- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856)) - - diff --git a/stable/flaresolverr/9.0.7/Chart.yaml b/stable/flaresolverr/9.0.8/Chart.yaml similarity index 95% rename from stable/flaresolverr/9.0.7/Chart.yaml rename to stable/flaresolverr/9.0.8/Chart.yaml index 8522f00ad9..789825b061 100644 --- a/stable/flaresolverr/9.0.7/Chart.yaml +++ b/stable/flaresolverr/9.0.8/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "3.0.2" +appVersion: "3.0.3" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -19,7 +19,7 @@ name: flaresolverr sources: - https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr - https://github.com/FlareSolverr/FlareSolverr -version: 9.0.7 +version: 9.0.8 annotations: truecharts.org/catagories: | - media diff --git a/stable/homepage/3.0.9/README.md b/stable/flaresolverr/9.0.8/README.md similarity index 100% rename from stable/homepage/3.0.9/README.md rename to stable/flaresolverr/9.0.8/README.md diff --git a/stable/flaresolverr/9.0.8/app-changelog.md b/stable/flaresolverr/9.0.8/app-changelog.md new file mode 100644 index 0000000000..cbb58db030 --- /dev/null +++ b/stable/flaresolverr/9.0.8/app-changelog.md @@ -0,0 +1,9 @@ + + +## [flaresolverr-9.0.8](https://github.com/truecharts/charts/compare/flaresolverr-9.0.7...flaresolverr-9.0.8) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/flaresolverr to v3.0.3 ([#8446](https://github.com/truecharts/charts/issues/8446)) + + \ No newline at end of file diff --git a/stable/flaresolverr/9.0.7/app-readme.md b/stable/flaresolverr/9.0.8/app-readme.md similarity index 100% rename from stable/flaresolverr/9.0.7/app-readme.md rename to stable/flaresolverr/9.0.8/app-readme.md diff --git a/stable/homepage/3.0.9/charts/common-12.6.1.tgz b/stable/flaresolverr/9.0.8/charts/common-12.6.1.tgz similarity index 100% rename from stable/homepage/3.0.9/charts/common-12.6.1.tgz rename to stable/flaresolverr/9.0.8/charts/common-12.6.1.tgz diff --git a/stable/flaresolverr/9.0.7/ix_values.yaml b/stable/flaresolverr/9.0.8/ix_values.yaml similarity index 82% rename from stable/flaresolverr/9.0.7/ix_values.yaml rename to stable/flaresolverr/9.0.8/ix_values.yaml index 0487f33621..fdbfa00ecb 100644 --- a/stable/flaresolverr/9.0.7/ix_values.yaml +++ b/stable/flaresolverr/9.0.8/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/flaresolverr pullPolicy: IfNotPresent - tag: 3.0.2@sha256:615e77295ddc6c4c204c59695f5ffd6fc9859d7de2204253434193f0d64aedaa + tag: 3.0.3@sha256:dc1f51602b650844b127db2e6a4a6fe94ec1ce0151c59456624a85ff15c69005 securityContext: container: diff --git a/stable/flaresolverr/9.0.7/questions.yaml b/stable/flaresolverr/9.0.8/questions.yaml similarity index 99% rename from stable/flaresolverr/9.0.7/questions.yaml rename to stable/flaresolverr/9.0.8/questions.yaml index 1b9c6b2843..553c513b36 100644 --- a/stable/flaresolverr/9.0.7/questions.yaml +++ b/stable/flaresolverr/9.0.8/questions.yaml @@ -922,7 +922,7 @@ questions: description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps schema: type: int - show_if: [["runAsUser", "=", "0"]] + show_if: [["runAsUser", "=", 0]] default: 568 - variable: UMASK label: UMASK diff --git a/stable/homepage/3.0.9/templates/NOTES.txt b/stable/flaresolverr/9.0.8/templates/NOTES.txt similarity index 100% rename from stable/homepage/3.0.9/templates/NOTES.txt rename to stable/flaresolverr/9.0.8/templates/NOTES.txt diff --git a/stable/homepage/3.0.9/templates/common.yaml b/stable/flaresolverr/9.0.8/templates/common.yaml similarity index 100% rename from stable/homepage/3.0.9/templates/common.yaml rename to stable/flaresolverr/9.0.8/templates/common.yaml diff --git a/stable/homepage/3.0.9/values.yaml b/stable/flaresolverr/9.0.8/values.yaml similarity index 100% rename from stable/homepage/3.0.9/values.yaml rename to stable/flaresolverr/9.0.8/values.yaml diff --git a/stable/homepage/3.0.9/CHANGELOG.md b/stable/homepage/3.0.10/CHANGELOG.md similarity index 90% rename from stable/homepage/3.0.9/CHANGELOG.md rename to stable/homepage/3.0.10/CHANGELOG.md index 6f230703d1..a5db5e06a7 100644 --- a/stable/homepage/3.0.9/CHANGELOG.md +++ b/stable/homepage/3.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [homepage-3.0.10](https://github.com/truecharts/charts/compare/homepage-3.0.9...homepage-3.0.10) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/homepage to v0.6.16 ([#8454](https://github.com/truecharts/charts/issues/8454)) + + + + ## [homepage-3.0.9](https://github.com/truecharts/charts/compare/homepage-3.0.8...homepage-3.0.9) (2023-04-25) ### Chore @@ -88,12 +97,3 @@ - BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900)) - - -## [homepage-2.0.24](https://github.com/truecharts/charts/compare/homepage-2.0.23...homepage-2.0.24) (2023-02-21) - -### Chore - -- update container image tccr.io/truecharts/homepage to v0.6.9 - - diff --git a/stable/homepage/3.0.9/Chart.yaml b/stable/homepage/3.0.10/Chart.yaml similarity index 94% rename from stable/homepage/3.0.9/Chart.yaml rename to stable/homepage/3.0.10/Chart.yaml index 285582e680..dde152943e 100644 --- a/stable/homepage/3.0.9/Chart.yaml +++ b/stable/homepage/3.0.10/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.6.9" +appVersion: "0.6.16" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -18,7 +18,7 @@ name: homepage sources: - https://github.com/truecharts/charts/tree/master/charts/stable/homepage - https://github.com/benphelps/homepage -version: 3.0.9 +version: 3.0.10 annotations: truecharts.org/catagories: | - dashboard diff --git a/stable/jupyter/4.0.11/README.md b/stable/homepage/3.0.10/README.md similarity index 100% rename from stable/jupyter/4.0.11/README.md rename to stable/homepage/3.0.10/README.md diff --git a/stable/homepage/3.0.10/app-changelog.md b/stable/homepage/3.0.10/app-changelog.md new file mode 100644 index 0000000000..5d59f32cb9 --- /dev/null +++ b/stable/homepage/3.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [homepage-3.0.10](https://github.com/truecharts/charts/compare/homepage-3.0.9...homepage-3.0.10) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/homepage to v0.6.16 ([#8454](https://github.com/truecharts/charts/issues/8454)) + + \ No newline at end of file diff --git a/stable/homepage/3.0.9/app-readme.md b/stable/homepage/3.0.10/app-readme.md similarity index 100% rename from stable/homepage/3.0.9/app-readme.md rename to stable/homepage/3.0.10/app-readme.md diff --git a/stable/jupyter/4.0.11/charts/common-12.6.1.tgz b/stable/homepage/3.0.10/charts/common-12.6.1.tgz similarity index 100% rename from stable/jupyter/4.0.11/charts/common-12.6.1.tgz rename to stable/homepage/3.0.10/charts/common-12.6.1.tgz diff --git a/stable/homepage/3.0.9/ix_values.yaml b/stable/homepage/3.0.10/ix_values.yaml similarity index 76% rename from stable/homepage/3.0.9/ix_values.yaml rename to stable/homepage/3.0.10/ix_values.yaml index d64a7a8313..a353106d54 100644 --- a/stable/homepage/3.0.9/ix_values.yaml +++ b/stable/homepage/3.0.10/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/homepage - tag: 0.6.9@sha256:906adeec83ce48459c89224e6b5a6c362f417fb1b88597ae64d06ad3958f6302 + tag: 0.6.16@sha256:fdd59256c7cdc79dbda1d7b6a7f13c9bd8ae1de0f89eaaf8481f633419a44049 pullPolicy: IfNotPresent service: main: diff --git a/stable/homepage/3.0.9/questions.yaml b/stable/homepage/3.0.10/questions.yaml similarity index 99% rename from stable/homepage/3.0.9/questions.yaml rename to stable/homepage/3.0.10/questions.yaml index 6511150f61..a0534fa2af 100644 --- a/stable/homepage/3.0.9/questions.yaml +++ b/stable/homepage/3.0.10/questions.yaml @@ -924,7 +924,7 @@ questions: description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps schema: type: int - show_if: [["runAsUser", "=", "0"]] + show_if: [["runAsUser", "=", 0]] default: 568 - variable: UMASK label: UMASK diff --git a/stable/jupyter/4.0.11/templates/NOTES.txt b/stable/homepage/3.0.10/templates/NOTES.txt similarity index 100% rename from stable/jupyter/4.0.11/templates/NOTES.txt rename to stable/homepage/3.0.10/templates/NOTES.txt diff --git a/stable/jupyter/4.0.11/templates/common.yaml b/stable/homepage/3.0.10/templates/common.yaml similarity index 100% rename from stable/jupyter/4.0.11/templates/common.yaml rename to stable/homepage/3.0.10/templates/common.yaml diff --git a/stable/jupyter/4.0.11/values.yaml b/stable/homepage/3.0.10/values.yaml similarity index 100% rename from stable/jupyter/4.0.11/values.yaml rename to stable/homepage/3.0.10/values.yaml diff --git a/stable/homepage/3.0.9/app-changelog.md b/stable/homepage/3.0.9/app-changelog.md deleted file mode 100644 index 7a945273a2..0000000000 --- a/stable/homepage/3.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [homepage-3.0.9](https://github.com/truecharts/charts/compare/homepage-3.0.8...homepage-3.0.9) (2023-04-25) - -### Chore - -- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153)) - - \ No newline at end of file diff --git a/stable/jupyter/4.0.11/app-changelog.md b/stable/jupyter/4.0.11/app-changelog.md deleted file mode 100644 index 06e546cbf4..0000000000 --- a/stable/jupyter/4.0.11/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [jupyter-4.0.11](https://github.com/truecharts/charts/compare/jupyter-4.0.10...jupyter-4.0.11) (2023-04-27) - -### Chore - -- update jupyter to v2023-04 (minor) ([#8282](https://github.com/truecharts/charts/issues/8282)) - - \ No newline at end of file diff --git a/stable/jupyter/4.0.11/CHANGELOG.md b/stable/jupyter/4.0.12/CHANGELOG.md similarity index 91% rename from stable/jupyter/4.0.11/CHANGELOG.md rename to stable/jupyter/4.0.12/CHANGELOG.md index 7ecc721b20..bc94a7dadc 100644 --- a/stable/jupyter/4.0.11/CHANGELOG.md +++ b/stable/jupyter/4.0.12/CHANGELOG.md @@ -4,6 +4,15 @@ +## [jupyter-4.0.12](https://github.com/truecharts/charts/compare/jupyter-4.0.11...jupyter-4.0.12) (2023-04-29) + +### Chore + +- update jupyter ([#8425](https://github.com/truecharts/charts/issues/8425)) + + + + ## [jupyter-4.0.11](https://github.com/truecharts/charts/compare/jupyter-4.0.10...jupyter-4.0.11) (2023-04-27) ### Chore @@ -88,12 +97,3 @@ - bump common on the 222 ([#7959](https://github.com/truecharts/charts/issues/7959)) - - -## [jupyter-4.0.1](https://github.com/truecharts/charts/compare/jupyter-4.0.0...jupyter-4.0.1) (2023-04-11) - -### Fix - -- bump common on the 222 ([#7927](https://github.com/truecharts/charts/issues/7927)) - - diff --git a/stable/jupyter/4.0.11/Chart.yaml b/stable/jupyter/4.0.12/Chart.yaml similarity index 97% rename from stable/jupyter/4.0.11/Chart.yaml rename to stable/jupyter/4.0.12/Chart.yaml index 848d985f58..91ce6ba56e 100644 --- a/stable/jupyter/4.0.11/Chart.yaml +++ b/stable/jupyter/4.0.12/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jupyter - https://github.com/jupyter/docker-stacks type: application -version: 4.0.11 +version: 4.0.12 annotations: truecharts.org/catagories: | - Cloud diff --git a/stable/shlink-web-client/6.0.9/README.md b/stable/jupyter/4.0.12/README.md similarity index 100% rename from stable/shlink-web-client/6.0.9/README.md rename to stable/jupyter/4.0.12/README.md diff --git a/stable/jupyter/4.0.12/app-changelog.md b/stable/jupyter/4.0.12/app-changelog.md new file mode 100644 index 0000000000..ef210bd021 --- /dev/null +++ b/stable/jupyter/4.0.12/app-changelog.md @@ -0,0 +1,9 @@ + + +## [jupyter-4.0.12](https://github.com/truecharts/charts/compare/jupyter-4.0.11...jupyter-4.0.12) (2023-04-29) + +### Chore + +- update jupyter ([#8425](https://github.com/truecharts/charts/issues/8425)) + + \ No newline at end of file diff --git a/stable/jupyter/4.0.11/app-readme.md b/stable/jupyter/4.0.12/app-readme.md similarity index 100% rename from stable/jupyter/4.0.11/app-readme.md rename to stable/jupyter/4.0.12/app-readme.md diff --git a/stable/shlink-web-client/6.0.9/charts/common-12.6.1.tgz b/stable/jupyter/4.0.12/charts/common-12.6.1.tgz similarity index 100% rename from stable/shlink-web-client/6.0.9/charts/common-12.6.1.tgz rename to stable/jupyter/4.0.12/charts/common-12.6.1.tgz diff --git a/stable/jupyter/4.0.11/ix_values.yaml b/stable/jupyter/4.0.12/ix_values.yaml similarity index 69% rename from stable/jupyter/4.0.11/ix_values.yaml rename to stable/jupyter/4.0.12/ix_values.yaml index 9e8112b5b7..dede0be3a8 100644 --- a/stable/jupyter/4.0.11/ix_values.yaml +++ b/stable/jupyter/4.0.12/ix_values.yaml @@ -1,35 +1,35 @@ image: repository: tccr.io/truecharts/jupyter-base pullPolicy: IfNotPresent - tag: v2023-04@sha256:4870dd23fb4bfeb7bf9514e677906c3da849ea7e7ec5f9d94f16951461f69317 + tag: v2023-04@sha256:212839ba1371ad984616b6eef64f6ad8cdc9b5a40b028d12089bfa9643f57fa1 minimalImage: repository: tccr.io/truecharts/jupyter-minimal pullPolicy: IfNotPresent - tag: v2023-04@sha256:33ee1fcaafc2b72694d6497ca65ab70d02c65d7fe4ab4a71544c283b20a5c3ee + tag: v2023-04@sha256:37ca0f339d701b053e2c41684c83489598d25ce55205a79dee4ba2b74e57f07a rImage: repository: tccr.io/truecharts/jupyter-r pullPolicy: IfNotPresent - tag: v2023-04@sha256:de8de0ffcb89fd839bd11c6a57a41fbd675123917e9f0b5e16a033d5e1a031a1 + tag: v2023-04@sha256:814e8937bc36d1a4cef5ed621d5c06d6157564eece8435143d53036f43202fac scipyImage: repository: tccr.io/truecharts/jupyter-scipy pullPolicy: IfNotPresent - tag: v2023-04@sha256:46515e070c2bf29e56456df5357a2a209c3ca336b57df990d39923cac2b8a18e + tag: v2023-04@sha256:5b98277b003af729af43bdd8612d8a9542d3a7f56630d2488f529b8987893b9a tensorflowImage: repository: tccr.io/truecharts/jupyter-tensorflow pullPolicy: IfNotPresent - tag: v2023-04@sha256:061890ceca00c97c6231f68d6dd8f24799e78d49e04b19b9d4ac9d6d2a6986bd + tag: v2023-04@sha256:e2b79e33f89a816d73e220fe62fa3776a625bd3fad6f29a2ef6ca780ae5da909 datascienceImage: repository: tccr.io/truecharts/jupyter-datascience pullPolicy: IfNotPresent - tag: v2023-04@sha256:3386ec7210b037d071bb82319e812734dff6a67facd2a9838ad07d9d676a760f + tag: v2023-04@sha256:dcaa17fcdb680b10883e876f75bf0fd67c841bccfb6941d2fc6fb341b35ccbd2 pysparkImage: repository: tccr.io/truecharts/jupyter-pyspark pullPolicy: IfNotPresent - tag: v2023-04@sha256:473c17d167f992bd0fb78554968370c76aa794e70a85e04607bcf9ad4c512aa0 + tag: v2023-04@sha256:a3dcca7496b0d06da2ae35d21c31bee7e5dfcce1cb380854e43a44e10fb43dd6 allsparkImage: repository: tccr.io/truecharts/jupyter-all-spark pullPolicy: IfNotPresent - tag: v2023-04@sha256:eb7d2a9085fbbaba743df92e4b810c2e3ab899db153fc793b638edf47c5afd55 + tag: v2023-04@sha256:6b878d12a56bbcfbea04610c5bf9780a1fd6fd3db66a80e56201378af1b6829d jupyter: jupyter_cmd: lab restartable: true diff --git a/stable/jupyter/4.0.11/questions.yaml b/stable/jupyter/4.0.12/questions.yaml similarity index 99% rename from stable/jupyter/4.0.11/questions.yaml rename to stable/jupyter/4.0.12/questions.yaml index 737272bd28..4ec753f6fd 100644 --- a/stable/jupyter/4.0.11/questions.yaml +++ b/stable/jupyter/4.0.12/questions.yaml @@ -974,7 +974,7 @@ questions: description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps schema: type: int - show_if: [["runAsUser", "=", "0"]] + show_if: [["runAsUser", "=", 0]] default: 568 - variable: UMASK label: UMASK diff --git a/stable/shlink-web-client/6.0.9/templates/NOTES.txt b/stable/jupyter/4.0.12/templates/NOTES.txt similarity index 100% rename from stable/shlink-web-client/6.0.9/templates/NOTES.txt rename to stable/jupyter/4.0.12/templates/NOTES.txt diff --git a/stable/shlink-web-client/6.0.9/templates/common.yaml b/stable/jupyter/4.0.12/templates/common.yaml similarity index 100% rename from stable/shlink-web-client/6.0.9/templates/common.yaml rename to stable/jupyter/4.0.12/templates/common.yaml diff --git a/stable/shlink-web-client/6.0.9/values.yaml b/stable/jupyter/4.0.12/values.yaml similarity index 100% rename from stable/shlink-web-client/6.0.9/values.yaml rename to stable/jupyter/4.0.12/values.yaml diff --git a/stable/shlink-web-client/6.0.9/CHANGELOG.md b/stable/shlink-web-client/6.0.10/CHANGELOG.md similarity index 89% rename from stable/shlink-web-client/6.0.9/CHANGELOG.md rename to stable/shlink-web-client/6.0.10/CHANGELOG.md index c32743b5b2..4c0782945b 100644 --- a/stable/shlink-web-client/6.0.9/CHANGELOG.md +++ b/stable/shlink-web-client/6.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [shlink-web-client-6.0.10](https://github.com/truecharts/charts/compare/shlink-web-client-6.0.9...shlink-web-client-6.0.10) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/shlink-web-client to v3.10.1 ([#8257](https://github.com/truecharts/charts/issues/8257)) + + + + ## [shlink-web-client-6.0.9](https://github.com/truecharts/charts/compare/shlink-web-client-6.0.8...shlink-web-client-6.0.9) (2023-04-25) ### Chore @@ -88,12 +97,3 @@ - BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900)) - - -## [shlink-web-client-5.0.13](https://github.com/truecharts/charts/compare/shlink-web-client-5.0.12...shlink-web-client-5.0.13) (2023-02-10) - -### Fix - -- ensure new helm deps repo is used in latest releases as well. - - diff --git a/stable/shlink-web-client/6.0.9/Chart.yaml b/stable/shlink-web-client/6.0.10/Chart.yaml similarity index 95% rename from stable/shlink-web-client/6.0.9/Chart.yaml rename to stable/shlink-web-client/6.0.10/Chart.yaml index a094197296..2414a10b51 100644 --- a/stable/shlink-web-client/6.0.9/Chart.yaml +++ b/stable/shlink-web-client/6.0.10/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "3.9.1" +appVersion: "3.10.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/shlink-web-client - https://github.com/shlinkio/shlink-web-client type: application -version: 6.0.9 +version: 6.0.10 annotations: truecharts.org/catagories: | - utilities diff --git a/stable/synclounge/5.0.9/README.md b/stable/shlink-web-client/6.0.10/README.md similarity index 100% rename from stable/synclounge/5.0.9/README.md rename to stable/shlink-web-client/6.0.10/README.md diff --git a/stable/shlink-web-client/6.0.10/app-changelog.md b/stable/shlink-web-client/6.0.10/app-changelog.md new file mode 100644 index 0000000000..a20039d537 --- /dev/null +++ b/stable/shlink-web-client/6.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [shlink-web-client-6.0.10](https://github.com/truecharts/charts/compare/shlink-web-client-6.0.9...shlink-web-client-6.0.10) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/shlink-web-client to v3.10.1 ([#8257](https://github.com/truecharts/charts/issues/8257)) + + \ No newline at end of file diff --git a/stable/shlink-web-client/6.0.9/app-readme.md b/stable/shlink-web-client/6.0.10/app-readme.md similarity index 100% rename from stable/shlink-web-client/6.0.9/app-readme.md rename to stable/shlink-web-client/6.0.10/app-readme.md diff --git a/stable/synclounge/5.0.9/charts/common-12.6.1.tgz b/stable/shlink-web-client/6.0.10/charts/common-12.6.1.tgz similarity index 100% rename from stable/synclounge/5.0.9/charts/common-12.6.1.tgz rename to stable/shlink-web-client/6.0.10/charts/common-12.6.1.tgz diff --git a/stable/shlink-web-client/6.0.9/ix_values.yaml b/stable/shlink-web-client/6.0.10/ix_values.yaml similarity index 86% rename from stable/shlink-web-client/6.0.9/ix_values.yaml rename to stable/shlink-web-client/6.0.10/ix_values.yaml index 161a172351..fdb1091f62 100644 --- a/stable/shlink-web-client/6.0.9/ix_values.yaml +++ b/stable/shlink-web-client/6.0.10/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/shlink-web-client pullPolicy: IfNotPresent - tag: 3.9.1@sha256:d7f9dc1e6c0364f762d89bcb36d9265f2b59e06e6ba5a266e8d629339ef2d226 + tag: 3.10.1@sha256:72b034b7a90a2044990a552a2628f4af7b2f1bab39f54877a582497f2016c643 service: main: diff --git a/stable/shlink-web-client/6.0.9/questions.yaml b/stable/shlink-web-client/6.0.10/questions.yaml similarity index 99% rename from stable/shlink-web-client/6.0.9/questions.yaml rename to stable/shlink-web-client/6.0.10/questions.yaml index 5dece8d2a6..8b927078e5 100644 --- a/stable/shlink-web-client/6.0.9/questions.yaml +++ b/stable/shlink-web-client/6.0.10/questions.yaml @@ -871,7 +871,7 @@ questions: description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps schema: type: int - show_if: [["runAsUser", "=", "0"]] + show_if: [["runAsUser", "=", 0]] default: 568 - variable: UMASK label: UMASK diff --git a/stable/synclounge/5.0.9/templates/NOTES.txt b/stable/shlink-web-client/6.0.10/templates/NOTES.txt similarity index 100% rename from stable/synclounge/5.0.9/templates/NOTES.txt rename to stable/shlink-web-client/6.0.10/templates/NOTES.txt diff --git a/stable/synclounge/5.0.9/templates/common.yaml b/stable/shlink-web-client/6.0.10/templates/common.yaml similarity index 100% rename from stable/synclounge/5.0.9/templates/common.yaml rename to stable/shlink-web-client/6.0.10/templates/common.yaml diff --git a/stable/synclounge/5.0.9/values.yaml b/stable/shlink-web-client/6.0.10/values.yaml similarity index 100% rename from stable/synclounge/5.0.9/values.yaml rename to stable/shlink-web-client/6.0.10/values.yaml diff --git a/stable/shlink-web-client/6.0.9/app-changelog.md b/stable/shlink-web-client/6.0.9/app-changelog.md deleted file mode 100644 index 491538c73a..0000000000 --- a/stable/shlink-web-client/6.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [shlink-web-client-6.0.9](https://github.com/truecharts/charts/compare/shlink-web-client-6.0.8...shlink-web-client-6.0.9) (2023-04-25) - -### Chore - -- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153)) - - \ No newline at end of file diff --git a/stable/synclounge/5.0.9/CHANGELOG.md b/stable/synclounge/5.0.10/CHANGELOG.md similarity index 90% rename from stable/synclounge/5.0.9/CHANGELOG.md rename to stable/synclounge/5.0.10/CHANGELOG.md index b82f6cf9ab..8bac3a109d 100644 --- a/stable/synclounge/5.0.9/CHANGELOG.md +++ b/stable/synclounge/5.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [synclounge-5.0.10](https://github.com/truecharts/charts/compare/synclounge-5.0.9...synclounge-5.0.10) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/synclounge to 5.2.5 ([#8394](https://github.com/truecharts/charts/issues/8394)) + + + + ## [synclounge-5.0.9](https://github.com/truecharts/charts/compare/synclounge-5.0.8...synclounge-5.0.9) (2023-04-25) ### Chore @@ -88,12 +97,3 @@ - BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900)) - - -## [synclounge-4.0.16](https://github.com/truecharts/charts/compare/synclounge-4.0.15...synclounge-4.0.16) (2023-02-26) - -### Chore - -- update container image tccr.io/truecharts/synclounge to 5.2.5 - - diff --git a/stable/synclounge/5.0.9/Chart.yaml b/stable/synclounge/5.0.10/Chart.yaml similarity index 98% rename from stable/synclounge/5.0.9/Chart.yaml rename to stable/synclounge/5.0.10/Chart.yaml index 8d7133029a..7d8c351f51 100644 --- a/stable/synclounge/5.0.9/Chart.yaml +++ b/stable/synclounge/5.0.10/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: synclounge -version: 5.0.9 +version: 5.0.10 appVersion: "5.2.5" description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. type: application diff --git a/stable/znc/5.0.9/README.md b/stable/synclounge/5.0.10/README.md similarity index 100% rename from stable/znc/5.0.9/README.md rename to stable/synclounge/5.0.10/README.md diff --git a/stable/synclounge/5.0.10/app-changelog.md b/stable/synclounge/5.0.10/app-changelog.md new file mode 100644 index 0000000000..188850eac2 --- /dev/null +++ b/stable/synclounge/5.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [synclounge-5.0.10](https://github.com/truecharts/charts/compare/synclounge-5.0.9...synclounge-5.0.10) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/synclounge to 5.2.5 ([#8394](https://github.com/truecharts/charts/issues/8394)) + + \ No newline at end of file diff --git a/stable/synclounge/5.0.9/app-readme.md b/stable/synclounge/5.0.10/app-readme.md similarity index 100% rename from stable/synclounge/5.0.9/app-readme.md rename to stable/synclounge/5.0.10/app-readme.md diff --git a/stable/znc/5.0.9/charts/common-12.6.1.tgz b/stable/synclounge/5.0.10/charts/common-12.6.1.tgz similarity index 100% rename from stable/znc/5.0.9/charts/common-12.6.1.tgz rename to stable/synclounge/5.0.10/charts/common-12.6.1.tgz diff --git a/stable/synclounge/5.0.9/ix_values.yaml b/stable/synclounge/5.0.10/ix_values.yaml similarity index 84% rename from stable/synclounge/5.0.9/ix_values.yaml rename to stable/synclounge/5.0.10/ix_values.yaml index 9ad6d205a3..b336a8ac6e 100644 --- a/stable/synclounge/5.0.9/ix_values.yaml +++ b/stable/synclounge/5.0.10/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/synclounge pullPolicy: IfNotPresent - tag: 5.2.5@sha256:c7be64724d9c2f4fadc4cbf4dd6f468f082e488af5d2834a861b5ea9d375dac4 + tag: 5.2.5@sha256:1b36a57488c5b2efed5a426b7ee80ef4f83a105aee254d963a62d5f9f9276738 service: main: ports: diff --git a/stable/synclounge/5.0.9/questions.yaml b/stable/synclounge/5.0.10/questions.yaml similarity index 99% rename from stable/synclounge/5.0.9/questions.yaml rename to stable/synclounge/5.0.10/questions.yaml index 93847622e8..1c820260c3 100644 --- a/stable/synclounge/5.0.9/questions.yaml +++ b/stable/synclounge/5.0.10/questions.yaml @@ -859,7 +859,7 @@ questions: description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps schema: type: int - show_if: [["runAsUser", "=", "0"]] + show_if: [["runAsUser", "=", 0]] default: 568 - variable: UMASK label: UMASK diff --git a/stable/znc/5.0.9/templates/NOTES.txt b/stable/synclounge/5.0.10/templates/NOTES.txt similarity index 100% rename from stable/znc/5.0.9/templates/NOTES.txt rename to stable/synclounge/5.0.10/templates/NOTES.txt diff --git a/stable/znc/5.0.9/templates/common.yaml b/stable/synclounge/5.0.10/templates/common.yaml similarity index 100% rename from stable/znc/5.0.9/templates/common.yaml rename to stable/synclounge/5.0.10/templates/common.yaml diff --git a/stable/znc/5.0.9/values.yaml b/stable/synclounge/5.0.10/values.yaml similarity index 100% rename from stable/znc/5.0.9/values.yaml rename to stable/synclounge/5.0.10/values.yaml diff --git a/stable/synclounge/5.0.9/app-changelog.md b/stable/synclounge/5.0.9/app-changelog.md deleted file mode 100644 index c58374413a..0000000000 --- a/stable/synclounge/5.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [synclounge-5.0.9](https://github.com/truecharts/charts/compare/synclounge-5.0.8...synclounge-5.0.9) (2023-04-25) - -### Chore - -- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153)) - - \ No newline at end of file diff --git a/stable/znc/5.0.9/CHANGELOG.md b/stable/znc/5.0.10/CHANGELOG.md similarity index 90% rename from stable/znc/5.0.9/CHANGELOG.md rename to stable/znc/5.0.10/CHANGELOG.md index a77811f633..e14d15dfbc 100644 --- a/stable/znc/5.0.9/CHANGELOG.md +++ b/stable/znc/5.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [znc-5.0.10](https://github.com/truecharts/charts/compare/znc-5.0.9...znc-5.0.10) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/znc to v1.8.2 ([#8423](https://github.com/truecharts/charts/issues/8423)) + + + + ## [znc-5.0.9](https://github.com/truecharts/charts/compare/znc-5.0.8...znc-5.0.9) (2023-04-25) ### Chore @@ -88,12 +97,3 @@ - BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900)) - - -## [znc-4.0.11](https://github.com/truecharts/charts/compare/znc-4.0.10...znc-4.0.11) (2023-02-20) - -### Chore - -- update container image tccr.io/truecharts/znc to v1.8.2 - - diff --git a/stable/znc/5.0.9/Chart.yaml b/stable/znc/5.0.10/Chart.yaml similarity index 97% rename from stable/znc/5.0.9/Chart.yaml rename to stable/znc/5.0.10/Chart.yaml index 886f18a561..8d7ef2914d 100644 --- a/stable/znc/5.0.9/Chart.yaml +++ b/stable/znc/5.0.10/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: znc -version: 5.0.9 +version: 5.0.10 appVersion: "1.8.2" description: Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. type: application diff --git a/stable/znc/5.0.10/README.md b/stable/znc/5.0.10/README.md new file mode 100644 index 0000000000..701942c352 --- /dev/null +++ b/stable/znc/5.0.10/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%20Apps/Important-MUST-READ). +- 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/znc/5.0.10/app-changelog.md b/stable/znc/5.0.10/app-changelog.md new file mode 100644 index 0000000000..2ace4d0032 --- /dev/null +++ b/stable/znc/5.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [znc-5.0.10](https://github.com/truecharts/charts/compare/znc-5.0.9...znc-5.0.10) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/znc to v1.8.2 ([#8423](https://github.com/truecharts/charts/issues/8423)) + + \ No newline at end of file diff --git a/stable/znc/5.0.9/app-readme.md b/stable/znc/5.0.10/app-readme.md similarity index 100% rename from stable/znc/5.0.9/app-readme.md rename to stable/znc/5.0.10/app-readme.md diff --git a/stable/znc/5.0.10/charts/common-12.6.1.tgz b/stable/znc/5.0.10/charts/common-12.6.1.tgz new file mode 100644 index 0000000000..4135ec2a26 Binary files /dev/null and b/stable/znc/5.0.10/charts/common-12.6.1.tgz differ diff --git a/stable/znc/5.0.9/ix_values.yaml b/stable/znc/5.0.10/ix_values.yaml similarity index 82% rename from stable/znc/5.0.9/ix_values.yaml rename to stable/znc/5.0.10/ix_values.yaml index aaef900696..ea143226c4 100644 --- a/stable/znc/5.0.9/ix_values.yaml +++ b/stable/znc/5.0.10/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/znc pullPolicy: IfNotPresent - tag: v1.8.2@sha256:1011c7257e92564006c1f8705e58e321ea53fa9c21664ef3c65ed913670c8884 + tag: v1.8.2@sha256:18f1163329c66bc358078819c20ef63a260bccf3f3f00781cea24fff56f90fea service: main: ports: diff --git a/stable/znc/5.0.9/questions.yaml b/stable/znc/5.0.10/questions.yaml similarity index 99% rename from stable/znc/5.0.9/questions.yaml rename to stable/znc/5.0.10/questions.yaml index 956db7df63..72fbc599d7 100644 --- a/stable/znc/5.0.9/questions.yaml +++ b/stable/znc/5.0.10/questions.yaml @@ -924,7 +924,7 @@ questions: description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps schema: type: int - show_if: [["runAsUser", "=", "0"]] + show_if: [["runAsUser", "=", 0]] default: 568 - variable: UMASK label: UMASK diff --git a/stable/znc/5.0.10/templates/NOTES.txt b/stable/znc/5.0.10/templates/NOTES.txt new file mode 100644 index 0000000000..efcb74cb77 --- /dev/null +++ b/stable/znc/5.0.10/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/znc/5.0.10/templates/common.yaml b/stable/znc/5.0.10/templates/common.yaml new file mode 100644 index 0000000000..b51394e00a --- /dev/null +++ b/stable/znc/5.0.10/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/znc/5.0.10/values.yaml b/stable/znc/5.0.10/values.yaml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/stable/znc/5.0.9/app-changelog.md b/stable/znc/5.0.9/app-changelog.md deleted file mode 100644 index 5ba209f889..0000000000 --- a/stable/znc/5.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [znc-5.0.9](https://github.com/truecharts/charts/compare/znc-5.0.8...znc-5.0.9) (2023-04-25) - -### Chore - -- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153)) - - \ No newline at end of file