diff --git a/dependency/mariadb/3.0.87/CHANGELOG.md b/dependency/mariadb/3.0.88/CHANGELOG.md similarity index 85% rename from dependency/mariadb/3.0.87/CHANGELOG.md rename to dependency/mariadb/3.0.88/CHANGELOG.md index b750635341..d051c316da 100644 --- a/dependency/mariadb/3.0.87/CHANGELOG.md +++ b/dependency/mariadb/3.0.88/CHANGELOG.md @@ -2,6 +2,17 @@ +## [mariadb-3.0.88](https://github.com/truecharts/charts/compare/mariadb-3.0.87...mariadb-3.0.88) (2022-10-03) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#3994](https://github.com/truecharts/charts/issues/3994)) + + + + ## [mariadb-3.0.87](https://github.com/truecharts/charts/compare/mariadb-3.0.86...mariadb-3.0.87) (2022-10-01) ### Chore @@ -86,14 +97,3 @@ ## [mariadb-3.0.78](https://github.com/truecharts/charts/compare/mariadb-3.0.73...mariadb-3.0.78) (2022-09-22) ### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/dependency/mariadb/3.0.87/Chart.lock b/dependency/mariadb/3.0.88/Chart.lock similarity index 80% rename from dependency/mariadb/3.0.87/Chart.lock rename to dependency/mariadb/3.0.88/Chart.lock index 41dcf7254b..b9e9f73918 100644 --- a/dependency/mariadb/3.0.87/Chart.lock +++ b/dependency/mariadb/3.0.88/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.6.8 digest: sha256:591c2c8ae41f53f15397325a4a7a0ae3551b777030eea017520f8c3069f2b7c9 -generated: "2022-10-01T02:03:27.480987194Z" +generated: "2022-10-03T05:31:48.602523266Z" diff --git a/dependency/mariadb/3.0.87/Chart.yaml b/dependency/mariadb/3.0.88/Chart.yaml similarity index 98% rename from dependency/mariadb/3.0.87/Chart.yaml rename to dependency/mariadb/3.0.88/Chart.yaml index d0170c4c84..4b3ab1ec2e 100644 --- a/dependency/mariadb/3.0.87/Chart.yaml +++ b/dependency/mariadb/3.0.88/Chart.yaml @@ -25,7 +25,7 @@ sources: - https://github.com/prometheus/mysqld_exporter - https://mariadb.org type: application -version: 3.0.87 +version: 3.0.88 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mariadb/3.0.87/README.md b/dependency/mariadb/3.0.88/README.md similarity index 100% rename from dependency/mariadb/3.0.87/README.md rename to dependency/mariadb/3.0.88/README.md diff --git a/dependency/mariadb/3.0.87/app-readme.md b/dependency/mariadb/3.0.88/app-readme.md similarity index 100% rename from dependency/mariadb/3.0.87/app-readme.md rename to dependency/mariadb/3.0.88/app-readme.md diff --git a/dependency/mariadb/3.0.87/charts/common-10.6.8.tgz b/dependency/mariadb/3.0.88/charts/common-10.6.8.tgz similarity index 100% rename from dependency/mariadb/3.0.87/charts/common-10.6.8.tgz rename to dependency/mariadb/3.0.88/charts/common-10.6.8.tgz diff --git a/dependency/mariadb/3.0.87/ix_values.yaml b/dependency/mariadb/3.0.88/ix_values.yaml similarity index 97% rename from dependency/mariadb/3.0.87/ix_values.yaml rename to dependency/mariadb/3.0.88/ix_values.yaml index 65fc577d8f..541ce63f5a 100644 --- a/dependency/mariadb/3.0.87/ix_values.yaml +++ b/dependency/mariadb/3.0.88/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/mariadb pullPolicy: IfNotPresent - tag: 10.9.3@sha256:7fbc3b94508c5a27f6558b75e5ead19a7e9a544c3bc8b4da121790a2f90fcb91 + tag: 10.9.3@sha256:27ac65230ff0ae727d260b03ff87d4e757ae275ec194b481178c4666663bca5b controller: # -- Set the controller type. diff --git a/dependency/mariadb/3.0.87/questions.yaml b/dependency/mariadb/3.0.88/questions.yaml similarity index 99% rename from dependency/mariadb/3.0.87/questions.yaml rename to dependency/mariadb/3.0.88/questions.yaml index 98a6bb95f9..17e0a96282 100644 --- a/dependency/mariadb/3.0.87/questions.yaml +++ b/dependency/mariadb/3.0.88/questions.yaml @@ -1924,7 +1924,6 @@ questions: # description: UDP # - value: SCTP # description: SCTP - - variable: addons group: Addons label: "" @@ -1932,191 +1931,6 @@ questions: additional_attrs: true type: dict attrs: - - 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: openvpn - description: OpenVPN - - value: wireguard - description: Wireguard - - value: tailscale - description: Tailscale - - 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 - 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: 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: Sock5 Server - 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: dict - show_if: [["type", "!=", "disabled"]] - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type - schema: - type: string - default: hostPath - hidden: true - - variable: hostPathType - label: hostPathType - schema: - type: string - default: File - hidden: true - - variable: noMount - label: noMount - schema: - type: boolean - default: true - hidden: true - - variable: hostPath - label: Full Path to File - description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" - schema: - type: string - 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: codeserver label: Codeserver schema: @@ -2365,6 +2179,191 @@ questions: 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: openvpn + description: OpenVPN + - value: wireguard + description: Wireguard + - value: tailscale + description: Tailscale + - 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 + 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: 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: Sock5 Server + 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: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type + schema: + type: string + default: hostPath + hidden: true + - variable: hostPathType + label: hostPathType + schema: + type: string + default: File + hidden: true + - variable: noMount + label: noMount + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: Full Path to File + description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + 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 diff --git a/dependency/mariadb/3.0.87/templates/common.yaml b/dependency/mariadb/3.0.88/templates/common.yaml similarity index 100% rename from dependency/mariadb/3.0.87/templates/common.yaml rename to dependency/mariadb/3.0.88/templates/common.yaml diff --git a/dependency/mariadb/3.0.87/values.yaml b/dependency/mariadb/3.0.88/values.yaml similarity index 100% rename from dependency/mariadb/3.0.87/values.yaml rename to dependency/mariadb/3.0.88/values.yaml diff --git a/incubator/chromium/0.0.32/CHANGELOG.md b/incubator/chromium/0.0.33/CHANGELOG.md similarity index 90% rename from incubator/chromium/0.0.32/CHANGELOG.md rename to incubator/chromium/0.0.33/CHANGELOG.md index bd9b86a2e4..cba5f3faa5 100644 --- a/incubator/chromium/0.0.32/CHANGELOG.md +++ b/incubator/chromium/0.0.33/CHANGELOG.md @@ -2,6 +2,17 @@ +## [chromium-0.0.33](https://github.com/truecharts/charts/compare/chromium-0.0.32...chromium-0.0.33) (2022-10-03) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#3994](https://github.com/truecharts/charts/issues/3994)) + + + + ## [chromium-0.0.32](https://github.com/truecharts/charts/compare/chromium-0.0.31...chromium-0.0.32) (2022-09-29) ### Chore @@ -86,14 +97,3 @@ - refactor Services SCALE GUI - update docker general non-major ([#3787](https://github.com/truecharts/charts/issues/3787)) - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [chromium-0.0.29](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.23...chromium-0.0.29) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/chromium/0.0.32/Chart.lock b/incubator/chromium/0.0.33/Chart.lock similarity index 80% rename from incubator/chromium/0.0.32/Chart.lock rename to incubator/chromium/0.0.33/Chart.lock index 42c6f44cae..2a92798e6d 100644 --- a/incubator/chromium/0.0.32/Chart.lock +++ b/incubator/chromium/0.0.33/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.6.4 digest: sha256:fa80993e3b2454e2e053e66252db4cc5c9347dc4b8fd28f0041f3bb6169b13ee -generated: "2022-09-29T08:17:25.661120405Z" +generated: "2022-10-03T05:31:48.542785008Z" diff --git a/incubator/chromium/0.0.32/Chart.yaml b/incubator/chromium/0.0.33/Chart.yaml similarity index 98% rename from incubator/chromium/0.0.32/Chart.yaml rename to incubator/chromium/0.0.33/Chart.yaml index 11c9c32054..57eafcbf04 100644 --- a/incubator/chromium/0.0.32/Chart.yaml +++ b/incubator/chromium/0.0.33/Chart.yaml @@ -28,4 +28,4 @@ sources: - https://www.google.com/chrome/ - https://hub.docker.com/r/ich777/chrome/ type: application -version: 0.0.32 +version: 0.0.33 diff --git a/incubator/chromium/0.0.32/README.md b/incubator/chromium/0.0.33/README.md similarity index 100% rename from incubator/chromium/0.0.32/README.md rename to incubator/chromium/0.0.33/README.md diff --git a/incubator/chromium/0.0.32/app-readme.md b/incubator/chromium/0.0.33/app-readme.md similarity index 100% rename from incubator/chromium/0.0.32/app-readme.md rename to incubator/chromium/0.0.33/app-readme.md diff --git a/incubator/chromium/0.0.32/charts/common-10.6.4.tgz b/incubator/chromium/0.0.33/charts/common-10.6.4.tgz similarity index 100% rename from incubator/chromium/0.0.32/charts/common-10.6.4.tgz rename to incubator/chromium/0.0.33/charts/common-10.6.4.tgz diff --git a/incubator/chromium/0.0.32/ix_values.yaml b/incubator/chromium/0.0.33/ix_values.yaml similarity index 84% rename from incubator/chromium/0.0.32/ix_values.yaml rename to incubator/chromium/0.0.33/ix_values.yaml index 5c88aa1ab8..003fb92da8 100644 --- a/incubator/chromium/0.0.32/ix_values.yaml +++ b/incubator/chromium/0.0.33/ix_values.yaml @@ -6,7 +6,7 @@ env: image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/chromium - tag: latest@sha256:af17d275756fb2bbb5bbc3cd5de50bafbcca0edfc293ef5c707c1c86d44e20ef + tag: latest@sha256:85b22efe01b97f575e95efb78eb9e2d75f2dc806917e5389f5e91d34404e75aa persistence: datadir: enabled: true diff --git a/incubator/chromium/0.0.32/questions.yaml b/incubator/chromium/0.0.33/questions.yaml similarity index 99% rename from incubator/chromium/0.0.32/questions.yaml rename to incubator/chromium/0.0.33/questions.yaml index 5a91d0222a..bddff12eff 100644 --- a/incubator/chromium/0.0.32/questions.yaml +++ b/incubator/chromium/0.0.33/questions.yaml @@ -822,7 +822,7 @@ questions: schema: show_if: [["type", "=", "pvc"]] type: string - default: 999Gi + default: 256Gi - variable: hostPathType label: (Advanced) hostPath Type schema: @@ -1024,7 +1024,7 @@ questions: schema: show_if: [["type", "=", "pvc"]] type: string - default: 999Gi + default: 256Gi - variable: hostPathType label: (Advanced) Host Path Type schema: @@ -2105,7 +2105,6 @@ questions: # description: UDP # - value: SCTP # description: SCTP - - variable: addons group: Addons label: "" @@ -2113,191 +2112,6 @@ questions: additional_attrs: true type: dict attrs: - - 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: openvpn - description: OpenVPN - - value: wireguard - description: Wireguard - - value: tailscale - description: Tailscale - - 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 - 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: 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: Sock5 Server - 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: dict - show_if: [["type", "!=", "disabled"]] - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type - schema: - type: string - default: hostPath - hidden: true - - variable: hostPathType - label: hostPathType - schema: - type: string - default: File - hidden: true - - variable: noMount - label: noMount - schema: - type: boolean - default: true - hidden: true - - variable: hostPath - label: Full Path to File - description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" - schema: - type: string - 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: codeserver label: Codeserver schema: @@ -2546,6 +2360,191 @@ questions: 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: openvpn + description: OpenVPN + - value: wireguard + description: Wireguard + - value: tailscale + description: Tailscale + - 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 + 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: 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: Sock5 Server + 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: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type + schema: + type: string + default: hostPath + hidden: true + - variable: hostPathType + label: hostPathType + schema: + type: string + default: File + hidden: true + - variable: noMount + label: noMount + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: Full Path to File + description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + 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 diff --git a/incubator/chromium/0.0.32/templates/common.yaml b/incubator/chromium/0.0.33/templates/common.yaml similarity index 100% rename from incubator/chromium/0.0.32/templates/common.yaml rename to incubator/chromium/0.0.33/templates/common.yaml diff --git a/incubator/chromium/0.0.32/values.yaml b/incubator/chromium/0.0.33/values.yaml similarity index 100% rename from incubator/chromium/0.0.32/values.yaml rename to incubator/chromium/0.0.33/values.yaml diff --git a/incubator/crafty-4/0.0.32/CHANGELOG.md b/incubator/crafty-4/0.0.33/CHANGELOG.md similarity index 86% rename from incubator/crafty-4/0.0.32/CHANGELOG.md rename to incubator/crafty-4/0.0.33/CHANGELOG.md index 79a2b7ac59..19b00f0dff 100644 --- a/incubator/crafty-4/0.0.32/CHANGELOG.md +++ b/incubator/crafty-4/0.0.33/CHANGELOG.md @@ -2,6 +2,17 @@ +## [crafty-4-0.0.33](https://github.com/truecharts/charts/compare/crafty-4-0.0.32...crafty-4-0.0.33) (2022-10-03) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#3994](https://github.com/truecharts/charts/issues/3994)) + + + + ## [crafty-4-0.0.32](https://github.com/truecharts/charts/compare/crafty-4-0.0.31...crafty-4-0.0.32) (2022-09-27) ### Chore @@ -86,14 +97,3 @@ ### Chore - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI diff --git a/incubator/telethon-downloader/0.0.27/Chart.lock b/incubator/crafty-4/0.0.33/Chart.lock similarity index 80% rename from incubator/telethon-downloader/0.0.27/Chart.lock rename to incubator/crafty-4/0.0.33/Chart.lock index 893cd2d5e4..aa2761d21e 100644 --- a/incubator/telethon-downloader/0.0.27/Chart.lock +++ b/incubator/crafty-4/0.0.33/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.6.4 digest: sha256:fa80993e3b2454e2e053e66252db4cc5c9347dc4b8fd28f0041f3bb6169b13ee -generated: "2022-10-01T12:27:00.960569735Z" +generated: "2022-10-03T05:31:48.592589006Z" diff --git a/incubator/crafty-4/0.0.32/Chart.yaml b/incubator/crafty-4/0.0.33/Chart.yaml similarity index 98% rename from incubator/crafty-4/0.0.32/Chart.yaml rename to incubator/crafty-4/0.0.33/Chart.yaml index 80e62c5127..0440944ffb 100644 --- a/incubator/crafty-4/0.0.32/Chart.yaml +++ b/incubator/crafty-4/0.0.33/Chart.yaml @@ -28,4 +28,4 @@ sources: - https://craftycontrol.com/ - https://registry.hub.docker.com/r/registry.gitlab.com/crafty-controller/crafty-4 type: application -version: 0.0.32 +version: 0.0.33 diff --git a/incubator/crafty-4/0.0.32/README.md b/incubator/crafty-4/0.0.33/README.md similarity index 100% rename from incubator/crafty-4/0.0.32/README.md rename to incubator/crafty-4/0.0.33/README.md diff --git a/incubator/crafty-4/0.0.32/app-readme.md b/incubator/crafty-4/0.0.33/app-readme.md similarity index 100% rename from incubator/crafty-4/0.0.32/app-readme.md rename to incubator/crafty-4/0.0.33/app-readme.md diff --git a/incubator/crafty-4/0.0.32/charts/common-10.6.4.tgz b/incubator/crafty-4/0.0.33/charts/common-10.6.4.tgz similarity index 100% rename from incubator/crafty-4/0.0.32/charts/common-10.6.4.tgz rename to incubator/crafty-4/0.0.33/charts/common-10.6.4.tgz diff --git a/incubator/crafty-4/0.0.32/ix_values.yaml b/incubator/crafty-4/0.0.33/ix_values.yaml similarity index 92% rename from incubator/crafty-4/0.0.32/ix_values.yaml rename to incubator/crafty-4/0.0.33/ix_values.yaml index 049e23f8b4..bfe4040259 100644 --- a/incubator/crafty-4/0.0.32/ix_values.yaml +++ b/incubator/crafty-4/0.0.33/ix_values.yaml @@ -2,7 +2,7 @@ env: {} image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/crafty-4 - tag: latest@sha256:c7dc3acf0db309b3c6c2085c10bc694f51f928dcad132a554f947a5932193765 + tag: latest@sha256:0723a3cf02396c690caac3472fb03ae02a7acfae3c20714d1ef2c94737c88f67 persistence: backupfiles: enabled: true diff --git a/incubator/crafty-4/0.0.32/questions.yaml b/incubator/crafty-4/0.0.33/questions.yaml similarity index 99% rename from incubator/crafty-4/0.0.32/questions.yaml rename to incubator/crafty-4/0.0.33/questions.yaml index 09f92c0e98..efce910003 100644 --- a/incubator/crafty-4/0.0.32/questions.yaml +++ b/incubator/crafty-4/0.0.33/questions.yaml @@ -1193,7 +1193,7 @@ questions: schema: show_if: [["type", "=", "pvc"]] type: string - default: 999Gi + default: 256Gi - variable: hostPathType label: (Advanced) hostPath Type schema: @@ -1370,7 +1370,7 @@ questions: schema: show_if: [["type", "=", "pvc"]] type: string - default: 999Gi + default: 256Gi - variable: hostPathType label: (Advanced) hostPath Type schema: @@ -1547,7 +1547,7 @@ questions: schema: show_if: [["type", "=", "pvc"]] type: string - default: 999Gi + default: 256Gi - variable: hostPathType label: (Advanced) hostPath Type schema: @@ -1724,7 +1724,7 @@ questions: schema: show_if: [["type", "=", "pvc"]] type: string - default: 999Gi + default: 256Gi - variable: hostPathType label: (Advanced) hostPath Type schema: @@ -1901,7 +1901,7 @@ questions: schema: show_if: [["type", "=", "pvc"]] type: string - default: 999Gi + default: 256Gi - variable: hostPathType label: (Advanced) hostPath Type schema: @@ -2103,7 +2103,7 @@ questions: schema: show_if: [["type", "=", "pvc"]] type: string - default: 999Gi + default: 256Gi - variable: hostPathType label: (Advanced) Host Path Type schema: @@ -3184,7 +3184,6 @@ questions: # description: UDP # - value: SCTP # description: SCTP - - variable: addons group: Addons label: "" @@ -3192,191 +3191,6 @@ questions: additional_attrs: true type: dict attrs: - - 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: openvpn - description: OpenVPN - - value: wireguard - description: Wireguard - - value: tailscale - description: Tailscale - - 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 - 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: 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: Sock5 Server - 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: dict - show_if: [["type", "!=", "disabled"]] - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type - schema: - type: string - default: hostPath - hidden: true - - variable: hostPathType - label: hostPathType - schema: - type: string - default: File - hidden: true - - variable: noMount - label: noMount - schema: - type: boolean - default: true - hidden: true - - variable: hostPath - label: Full Path to File - description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" - schema: - type: string - 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: codeserver label: Codeserver schema: @@ -3625,6 +3439,191 @@ questions: 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: openvpn + description: OpenVPN + - value: wireguard + description: Wireguard + - value: tailscale + description: Tailscale + - 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 + 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: 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: Sock5 Server + 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: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type + schema: + type: string + default: hostPath + hidden: true + - variable: hostPathType + label: hostPathType + schema: + type: string + default: File + hidden: true + - variable: noMount + label: noMount + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: Full Path to File + description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + 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 diff --git a/incubator/crafty-4/0.0.32/templates/common.yaml b/incubator/crafty-4/0.0.33/templates/common.yaml similarity index 100% rename from incubator/crafty-4/0.0.32/templates/common.yaml rename to incubator/crafty-4/0.0.33/templates/common.yaml diff --git a/incubator/crafty-4/0.0.32/values.yaml b/incubator/crafty-4/0.0.33/values.yaml similarity index 100% rename from incubator/crafty-4/0.0.32/values.yaml rename to incubator/crafty-4/0.0.33/values.yaml diff --git a/incubator/rimgo/0.0.69/CHANGELOG.md b/incubator/rimgo/0.0.70/CHANGELOG.md similarity index 87% rename from incubator/rimgo/0.0.69/CHANGELOG.md rename to incubator/rimgo/0.0.70/CHANGELOG.md index 5e898509b3..96a6b0ff48 100644 --- a/incubator/rimgo/0.0.69/CHANGELOG.md +++ b/incubator/rimgo/0.0.70/CHANGELOG.md @@ -2,6 +2,18 @@ +## [rimgo-0.0.70](https://github.com/truecharts/charts/compare/rimgo-0.0.69...rimgo-0.0.70) (2022-10-03) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#3994](https://github.com/truecharts/charts/issues/3994)) + - update docker general non-major + + + + ## [rimgo-0.0.69](https://github.com/truecharts/charts/compare/rimgo-0.0.68...rimgo-0.0.69) (2022-10-01) ### Chore @@ -85,15 +97,3 @@ ## [rimgo-0.0.62](https://github.com/truecharts/charts/compare/rimgo-0.0.61...rimgo-0.0.62) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) - - - - -## [rimgo-0.0.61](https://github.com/truecharts/charts/compare/rimgo-0.0.60...rimgo-0.0.61) (2022-09-24) - -### Chore diff --git a/stable/cyberchef/2.0.94/Chart.lock b/incubator/rimgo/0.0.70/Chart.lock similarity index 80% rename from stable/cyberchef/2.0.94/Chart.lock rename to incubator/rimgo/0.0.70/Chart.lock index 32bc65eb49..e309954408 100644 --- a/stable/cyberchef/2.0.94/Chart.lock +++ b/incubator/rimgo/0.0.70/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.6.4 digest: sha256:fa80993e3b2454e2e053e66252db4cc5c9347dc4b8fd28f0041f3bb6169b13ee -generated: "2022-10-01T12:27:43.465156Z" +generated: "2022-10-03T05:31:48.62606657Z" diff --git a/incubator/rimgo/0.0.69/Chart.yaml b/incubator/rimgo/0.0.70/Chart.yaml similarity index 97% rename from incubator/rimgo/0.0.69/Chart.yaml rename to incubator/rimgo/0.0.70/Chart.yaml index 85e4194681..c34be65c14 100644 --- a/incubator/rimgo/0.0.69/Chart.yaml +++ b/incubator/rimgo/0.0.70/Chart.yaml @@ -25,4 +25,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/rimgo - https://quay.io/repository/pussthecatorg/rimgo type: application -version: 0.0.69 +version: 0.0.70 diff --git a/incubator/rimgo/0.0.69/README.md b/incubator/rimgo/0.0.70/README.md similarity index 100% rename from incubator/rimgo/0.0.69/README.md rename to incubator/rimgo/0.0.70/README.md diff --git a/incubator/rimgo/0.0.69/app-readme.md b/incubator/rimgo/0.0.70/app-readme.md similarity index 100% rename from incubator/rimgo/0.0.69/app-readme.md rename to incubator/rimgo/0.0.70/app-readme.md diff --git a/incubator/rimgo/0.0.69/charts/common-10.6.4.tgz b/incubator/rimgo/0.0.70/charts/common-10.6.4.tgz similarity index 100% rename from incubator/rimgo/0.0.69/charts/common-10.6.4.tgz rename to incubator/rimgo/0.0.70/charts/common-10.6.4.tgz diff --git a/incubator/rimgo/0.0.69/ix_values.yaml b/incubator/rimgo/0.0.70/ix_values.yaml similarity index 82% rename from incubator/rimgo/0.0.69/ix_values.yaml rename to incubator/rimgo/0.0.70/ix_values.yaml index 0cd8849499..ba869bed3c 100644 --- a/incubator/rimgo/0.0.69/ix_values.yaml +++ b/incubator/rimgo/0.0.70/ix_values.yaml @@ -5,7 +5,7 @@ env: image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/rimgo - tag: latest@sha256:3ac9ee94e5a443f1d34c2c6aef7336b87491990c9609934d9761b3936dcd7e18 + tag: latest@sha256:1468698774cbd757c6adfcf7575906e0d40cafede6193d76d172098695dd31f6 persistence: {} podSecurityContext: runAsGroup: 0 diff --git a/incubator/rimgo/0.0.69/questions.yaml b/incubator/rimgo/0.0.70/questions.yaml similarity index 99% rename from incubator/rimgo/0.0.69/questions.yaml rename to incubator/rimgo/0.0.70/questions.yaml index 05bd550911..1ece26cb0c 100644 --- a/incubator/rimgo/0.0.69/questions.yaml +++ b/incubator/rimgo/0.0.70/questions.yaml @@ -1914,7 +1914,6 @@ questions: # description: UDP # - value: SCTP # description: SCTP - - variable: addons group: Addons label: "" @@ -1922,191 +1921,6 @@ questions: additional_attrs: true type: dict attrs: - - 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: openvpn - description: OpenVPN - - value: wireguard - description: Wireguard - - value: tailscale - description: Tailscale - - 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 - 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: 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: Sock5 Server - 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: dict - show_if: [["type", "!=", "disabled"]] - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type - schema: - type: string - default: hostPath - hidden: true - - variable: hostPathType - label: hostPathType - schema: - type: string - default: File - hidden: true - - variable: noMount - label: noMount - schema: - type: boolean - default: true - hidden: true - - variable: hostPath - label: Full Path to File - description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" - schema: - type: string - 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: codeserver label: Codeserver schema: @@ -2355,6 +2169,191 @@ questions: 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: openvpn + description: OpenVPN + - value: wireguard + description: Wireguard + - value: tailscale + description: Tailscale + - 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 + 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: 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: Sock5 Server + 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: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type + schema: + type: string + default: hostPath + hidden: true + - variable: hostPathType + label: hostPathType + schema: + type: string + default: File + hidden: true + - variable: noMount + label: noMount + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: Full Path to File + description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + 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 diff --git a/incubator/rimgo/0.0.69/templates/common.yaml b/incubator/rimgo/0.0.70/templates/common.yaml similarity index 100% rename from incubator/rimgo/0.0.69/templates/common.yaml rename to incubator/rimgo/0.0.70/templates/common.yaml diff --git a/incubator/rimgo/0.0.69/values.yaml b/incubator/rimgo/0.0.70/values.yaml similarity index 100% rename from incubator/rimgo/0.0.69/values.yaml rename to incubator/rimgo/0.0.70/values.yaml diff --git a/incubator/telethon-downloader/0.0.27/CHANGELOG.md b/incubator/telethon-downloader/0.0.28/CHANGELOG.md similarity index 89% rename from incubator/telethon-downloader/0.0.27/CHANGELOG.md rename to incubator/telethon-downloader/0.0.28/CHANGELOG.md index 4f37c0dda1..30f37e66f4 100644 --- a/incubator/telethon-downloader/0.0.27/CHANGELOG.md +++ b/incubator/telethon-downloader/0.0.28/CHANGELOG.md @@ -2,6 +2,18 @@ +## [telethon-downloader-0.0.28](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.27...telethon-downloader-0.0.28) (2022-10-03) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#3994](https://github.com/truecharts/charts/issues/3994)) + - update docker general non-major + + + + ## [telethon-downloader-0.0.27](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.26...telethon-downloader-0.0.27) (2022-10-01) ### Chore @@ -85,15 +97,3 @@ - Auto-update chart README [skip ci] - Auto-update chart README [skip ci] - add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711)) - - - - -## [telethon-downloader-0.0.24](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.22...telethon-downloader-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/crafty-4/0.0.32/Chart.lock b/incubator/telethon-downloader/0.0.28/Chart.lock similarity index 80% rename from incubator/crafty-4/0.0.32/Chart.lock rename to incubator/telethon-downloader/0.0.28/Chart.lock index 4a60858801..9deda9b0ff 100644 --- a/incubator/crafty-4/0.0.32/Chart.lock +++ b/incubator/telethon-downloader/0.0.28/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.6.4 digest: sha256:fa80993e3b2454e2e053e66252db4cc5c9347dc4b8fd28f0041f3bb6169b13ee -generated: "2022-09-27T06:07:10.278191587Z" +generated: "2022-10-03T05:32:17.41652316Z" diff --git a/incubator/telethon-downloader/0.0.27/Chart.yaml b/incubator/telethon-downloader/0.0.28/Chart.yaml similarity index 98% rename from incubator/telethon-downloader/0.0.27/Chart.yaml rename to incubator/telethon-downloader/0.0.28/Chart.yaml index 5c721cccf7..1fdd756361 100644 --- a/incubator/telethon-downloader/0.0.27/Chart.yaml +++ b/incubator/telethon-downloader/0.0.28/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://docs.telethon.dev/ - https://hub.docker.com/r/jsavargas/telethon_downloader type: application -version: 0.0.27 +version: 0.0.28 diff --git a/incubator/telethon-downloader/0.0.27/README.md b/incubator/telethon-downloader/0.0.28/README.md similarity index 100% rename from incubator/telethon-downloader/0.0.27/README.md rename to incubator/telethon-downloader/0.0.28/README.md diff --git a/incubator/telethon-downloader/0.0.27/app-readme.md b/incubator/telethon-downloader/0.0.28/app-readme.md similarity index 100% rename from incubator/telethon-downloader/0.0.27/app-readme.md rename to incubator/telethon-downloader/0.0.28/app-readme.md diff --git a/incubator/telethon-downloader/0.0.27/charts/common-10.6.4.tgz b/incubator/telethon-downloader/0.0.28/charts/common-10.6.4.tgz similarity index 100% rename from incubator/telethon-downloader/0.0.27/charts/common-10.6.4.tgz rename to incubator/telethon-downloader/0.0.28/charts/common-10.6.4.tgz diff --git a/incubator/telethon-downloader/0.0.27/ix_values.yaml b/incubator/telethon-downloader/0.0.28/ix_values.yaml similarity index 89% rename from incubator/telethon-downloader/0.0.27/ix_values.yaml rename to incubator/telethon-downloader/0.0.28/ix_values.yaml index b6d7bb46d5..5691d8bf2e 100644 --- a/incubator/telethon-downloader/0.0.27/ix_values.yaml +++ b/incubator/telethon-downloader/0.0.28/ix_values.yaml @@ -7,7 +7,7 @@ env: image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/telethon-downloader - tag: latest@sha256:9a3ee06a2311bb55b22e423476d4449208022c7b552e1331b2a5cf49e5ea3121 + tag: latest@sha256:6169f9ae7d7d9345b05b24c05d4133a87a9727bf8ae835de2666793bd075ee4a persistence: config: enabled: true diff --git a/incubator/telethon-downloader/0.0.27/questions.yaml b/incubator/telethon-downloader/0.0.28/questions.yaml similarity index 99% rename from incubator/telethon-downloader/0.0.27/questions.yaml rename to incubator/telethon-downloader/0.0.28/questions.yaml index 1afc04c716..48ae1d2bec 100644 --- a/incubator/telethon-downloader/0.0.27/questions.yaml +++ b/incubator/telethon-downloader/0.0.28/questions.yaml @@ -2041,7 +2041,6 @@ questions: # description: UDP # - value: SCTP # description: SCTP - - variable: addons group: Addons label: "" @@ -2049,191 +2048,6 @@ questions: additional_attrs: true type: dict attrs: - - 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: openvpn - description: OpenVPN - - value: wireguard - description: Wireguard - - value: tailscale - description: Tailscale - - 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 - 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: 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: Sock5 Server - 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: dict - show_if: [["type", "!=", "disabled"]] - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type - schema: - type: string - default: hostPath - hidden: true - - variable: hostPathType - label: hostPathType - schema: - type: string - default: File - hidden: true - - variable: noMount - label: noMount - schema: - type: boolean - default: true - hidden: true - - variable: hostPath - label: Full Path to File - description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" - schema: - type: string - 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: codeserver label: Codeserver schema: @@ -2482,6 +2296,191 @@ questions: 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: openvpn + description: OpenVPN + - value: wireguard + description: Wireguard + - value: tailscale + description: Tailscale + - 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 + 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: 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: Sock5 Server + 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: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type + schema: + type: string + default: hostPath + hidden: true + - variable: hostPathType + label: hostPathType + schema: + type: string + default: File + hidden: true + - variable: noMount + label: noMount + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: Full Path to File + description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + 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 diff --git a/incubator/telethon-downloader/0.0.27/templates/common.yaml b/incubator/telethon-downloader/0.0.28/templates/common.yaml similarity index 100% rename from incubator/telethon-downloader/0.0.27/templates/common.yaml rename to incubator/telethon-downloader/0.0.28/templates/common.yaml diff --git a/incubator/telethon-downloader/0.0.27/values.yaml b/incubator/telethon-downloader/0.0.28/values.yaml similarity index 100% rename from incubator/telethon-downloader/0.0.27/values.yaml rename to incubator/telethon-downloader/0.0.28/values.yaml diff --git a/incubator/virt-manager/0.0.67/Chart.lock b/incubator/virt-manager/0.0.67/Chart.lock deleted file mode 100644 index 73ef488801..0000000000 --- a/incubator/virt-manager/0.0.67/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.6.4 -digest: sha256:fa80993e3b2454e2e053e66252db4cc5c9347dc4b8fd28f0041f3bb6169b13ee -generated: "2022-09-30T06:20:45.414357987Z" diff --git a/incubator/virt-manager/0.0.67/CHANGELOG.md b/incubator/virt-manager/0.0.68/CHANGELOG.md similarity index 87% rename from incubator/virt-manager/0.0.67/CHANGELOG.md rename to incubator/virt-manager/0.0.68/CHANGELOG.md index 4d05cafd0f..656cbdbf55 100644 --- a/incubator/virt-manager/0.0.67/CHANGELOG.md +++ b/incubator/virt-manager/0.0.68/CHANGELOG.md @@ -2,6 +2,18 @@ +## [virt-manager-0.0.68](https://github.com/truecharts/charts/compare/virt-manager-0.0.67...virt-manager-0.0.68) (2022-10-03) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#3994](https://github.com/truecharts/charts/issues/3994)) + - update docker general non-major + + + + ## [virt-manager-0.0.67](https://github.com/truecharts/charts/compare/virt-manager-0.0.66...virt-manager-0.0.67) (2022-09-30) ### Chore @@ -85,15 +97,3 @@ ## [virt-manager-0.0.60](https://github.com/truecharts/charts/compare/virt-manager-0.0.59...virt-manager-0.0.60) (2022-09-24) -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) - - - - -## [virt-manager-0.0.59](https://github.com/truecharts/charts/compare/virt-manager-0.0.58...virt-manager-0.0.59) (2022-09-23) - -### Chore - diff --git a/incubator/rimgo/0.0.69/Chart.lock b/incubator/virt-manager/0.0.68/Chart.lock similarity index 80% rename from incubator/rimgo/0.0.69/Chart.lock rename to incubator/virt-manager/0.0.68/Chart.lock index e76e5b4e75..172e950ce5 100644 --- a/incubator/rimgo/0.0.69/Chart.lock +++ b/incubator/virt-manager/0.0.68/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.6.4 digest: sha256:fa80993e3b2454e2e053e66252db4cc5c9347dc4b8fd28f0041f3bb6169b13ee -generated: "2022-10-01T12:26:35.705456175Z" +generated: "2022-10-03T05:32:17.321801742Z" diff --git a/incubator/virt-manager/0.0.67/Chart.yaml b/incubator/virt-manager/0.0.68/Chart.yaml similarity index 98% rename from incubator/virt-manager/0.0.67/Chart.yaml rename to incubator/virt-manager/0.0.68/Chart.yaml index 547dc9acba..0291b89620 100644 --- a/incubator/virt-manager/0.0.67/Chart.yaml +++ b/incubator/virt-manager/0.0.68/Chart.yaml @@ -25,4 +25,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/virt-manager - https://hub.docker.com/r/mber5/virt-manager type: application -version: 0.0.67 +version: 0.0.68 diff --git a/incubator/virt-manager/0.0.67/README.md b/incubator/virt-manager/0.0.68/README.md similarity index 100% rename from incubator/virt-manager/0.0.67/README.md rename to incubator/virt-manager/0.0.68/README.md diff --git a/incubator/virt-manager/0.0.67/app-readme.md b/incubator/virt-manager/0.0.68/app-readme.md similarity index 100% rename from incubator/virt-manager/0.0.67/app-readme.md rename to incubator/virt-manager/0.0.68/app-readme.md diff --git a/incubator/virt-manager/0.0.67/charts/common-10.6.4.tgz b/incubator/virt-manager/0.0.68/charts/common-10.6.4.tgz similarity index 100% rename from incubator/virt-manager/0.0.67/charts/common-10.6.4.tgz rename to incubator/virt-manager/0.0.68/charts/common-10.6.4.tgz diff --git a/incubator/virt-manager/0.0.67/ix_values.yaml b/incubator/virt-manager/0.0.68/ix_values.yaml similarity index 87% rename from incubator/virt-manager/0.0.67/ix_values.yaml rename to incubator/virt-manager/0.0.68/ix_values.yaml index 403fd0917d..5357815974 100644 --- a/incubator/virt-manager/0.0.67/ix_values.yaml +++ b/incubator/virt-manager/0.0.68/ix_values.yaml @@ -3,7 +3,7 @@ env: image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/virt-manager - tag: latest@sha256:fabc0fd6d8305a55b8cf437d5925daab3e86de9928df846df86a97902c06044d + tag: latest@sha256:bff17873b465029ccc79f28b0d597391e642dfac625a6d538d29313787aff9aa persistence: devkvm: enabled: true diff --git a/incubator/virt-manager/0.0.67/questions.yaml b/incubator/virt-manager/0.0.68/questions.yaml similarity index 99% rename from incubator/virt-manager/0.0.67/questions.yaml rename to incubator/virt-manager/0.0.68/questions.yaml index c10e178162..d2fa0a4a6a 100644 --- a/incubator/virt-manager/0.0.67/questions.yaml +++ b/incubator/virt-manager/0.0.68/questions.yaml @@ -804,7 +804,7 @@ questions: schema: show_if: [["type", "=", "pvc"]] type: string - default: 999Gi + default: 256Gi - variable: hostPathType label: (Advanced) hostPath Type schema: @@ -981,7 +981,7 @@ questions: schema: show_if: [["type", "=", "pvc"]] type: string - default: 999Gi + default: 256Gi - variable: hostPathType label: (Advanced) hostPath Type schema: @@ -1158,7 +1158,7 @@ questions: schema: show_if: [["type", "=", "pvc"]] type: string - default: 999Gi + default: 256Gi - variable: hostPathType label: (Advanced) hostPath Type schema: @@ -1335,7 +1335,7 @@ questions: schema: show_if: [["type", "=", "pvc"]] type: string - default: 999Gi + default: 256Gi - variable: hostPathType label: (Advanced) hostPath Type schema: @@ -1537,7 +1537,7 @@ questions: schema: show_if: [["type", "=", "pvc"]] type: string - default: 999Gi + default: 256Gi - variable: hostPathType label: (Advanced) Host Path Type schema: @@ -2618,7 +2618,6 @@ questions: # description: UDP # - value: SCTP # description: SCTP - - variable: addons group: Addons label: "" @@ -2626,191 +2625,6 @@ questions: additional_attrs: true type: dict attrs: - - 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: openvpn - description: OpenVPN - - value: wireguard - description: Wireguard - - value: tailscale - description: Tailscale - - 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 - 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: 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: Sock5 Server - 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: dict - show_if: [["type", "!=", "disabled"]] - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type - schema: - type: string - default: hostPath - hidden: true - - variable: hostPathType - label: hostPathType - schema: - type: string - default: File - hidden: true - - variable: noMount - label: noMount - schema: - type: boolean - default: true - hidden: true - - variable: hostPath - label: Full Path to File - description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" - schema: - type: string - 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: codeserver label: Codeserver schema: @@ -3059,6 +2873,191 @@ questions: 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: openvpn + description: OpenVPN + - value: wireguard + description: Wireguard + - value: tailscale + description: Tailscale + - 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 + 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: 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: Sock5 Server + 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: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type + schema: + type: string + default: hostPath + hidden: true + - variable: hostPathType + label: hostPathType + schema: + type: string + default: File + hidden: true + - variable: noMount + label: noMount + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: Full Path to File + description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + 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 diff --git a/incubator/virt-manager/0.0.67/templates/common.yaml b/incubator/virt-manager/0.0.68/templates/common.yaml similarity index 100% rename from incubator/virt-manager/0.0.67/templates/common.yaml rename to incubator/virt-manager/0.0.68/templates/common.yaml diff --git a/incubator/virt-manager/0.0.67/values.yaml b/incubator/virt-manager/0.0.68/values.yaml similarity index 100% rename from incubator/virt-manager/0.0.67/values.yaml rename to incubator/virt-manager/0.0.68/values.yaml diff --git a/stable/cyberchef/2.0.94/CHANGELOG.md b/stable/cyberchef/2.0.95/CHANGELOG.md similarity index 87% rename from stable/cyberchef/2.0.94/CHANGELOG.md rename to stable/cyberchef/2.0.95/CHANGELOG.md index 4743cca153..234a226c51 100644 --- a/stable/cyberchef/2.0.94/CHANGELOG.md +++ b/stable/cyberchef/2.0.95/CHANGELOG.md @@ -2,6 +2,18 @@ +## [cyberchef-2.0.95](https://github.com/truecharts/charts/compare/cyberchef-2.0.94...cyberchef-2.0.95) (2022-10-03) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#3994](https://github.com/truecharts/charts/issues/3994)) + - update docker general non-major + + + + ## [cyberchef-2.0.94](https://github.com/truecharts/charts/compare/cyberchef-2.0.93...cyberchef-2.0.94) (2022-10-01) ### Chore @@ -85,15 +97,3 @@ ## [cyberchef-2.0.87](https://github.com/truecharts/charts/compare/cyberchef-2.0.86...cyberchef-2.0.87) (2022-09-23) -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [cyberchef-2.0.86](https://github.com/truecharts/charts/compare/cyberchef-2.0.82...cyberchef-2.0.86) (2022-09-22) - -### Chore - diff --git a/stable/cyberchef/2.0.95/Chart.lock b/stable/cyberchef/2.0.95/Chart.lock new file mode 100644 index 0000000000..24cf02e8f5 --- /dev/null +++ b/stable/cyberchef/2.0.95/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.6.4 +digest: sha256:fa80993e3b2454e2e053e66252db4cc5c9347dc4b8fd28f0041f3bb6169b13ee +generated: "2022-10-03T05:32:17.424359128Z" diff --git a/stable/cyberchef/2.0.94/Chart.yaml b/stable/cyberchef/2.0.95/Chart.yaml similarity index 98% rename from stable/cyberchef/2.0.94/Chart.yaml rename to stable/cyberchef/2.0.95/Chart.yaml index 9e0a877c5c..3f79126b6a 100644 --- a/stable/cyberchef/2.0.94/Chart.yaml +++ b/stable/cyberchef/2.0.95/Chart.yaml @@ -18,7 +18,7 @@ name: cyberchef sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cyberchef - https://hub.docker.com/r/mpepping/cyberchef -version: 2.0.94 +version: 2.0.95 annotations: truecharts.org/catagories: | - utilities diff --git a/stable/cyberchef/2.0.94/README.md b/stable/cyberchef/2.0.95/README.md similarity index 100% rename from stable/cyberchef/2.0.94/README.md rename to stable/cyberchef/2.0.95/README.md diff --git a/stable/cyberchef/2.0.94/app-readme.md b/stable/cyberchef/2.0.95/app-readme.md similarity index 100% rename from stable/cyberchef/2.0.94/app-readme.md rename to stable/cyberchef/2.0.95/app-readme.md diff --git a/stable/cyberchef/2.0.94/charts/common-10.6.4.tgz b/stable/cyberchef/2.0.95/charts/common-10.6.4.tgz similarity index 100% rename from stable/cyberchef/2.0.94/charts/common-10.6.4.tgz rename to stable/cyberchef/2.0.95/charts/common-10.6.4.tgz diff --git a/stable/cyberchef/2.0.94/ix_values.yaml b/stable/cyberchef/2.0.95/ix_values.yaml similarity index 78% rename from stable/cyberchef/2.0.94/ix_values.yaml rename to stable/cyberchef/2.0.95/ix_values.yaml index c1ee4493b4..efab711a95 100644 --- a/stable/cyberchef/2.0.94/ix_values.yaml +++ b/stable/cyberchef/2.0.95/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/cyberchef - tag: 9.46.5@sha256:5d258468d1d1d7367c44461961c540d1424403f096c8e137aeb2189c0af83d8f + tag: 9.46.5@sha256:ce1473ea4c49254cebb65a5cb533dbd7876b8121163e438116491e1da6ff96b4 pullPolicy: IfNotPresent securityContext: diff --git a/stable/cyberchef/2.0.94/questions.yaml b/stable/cyberchef/2.0.95/questions.yaml similarity index 99% rename from stable/cyberchef/2.0.94/questions.yaml rename to stable/cyberchef/2.0.95/questions.yaml index 46ae3ec186..da80f2bef6 100644 --- a/stable/cyberchef/2.0.94/questions.yaml +++ b/stable/cyberchef/2.0.95/questions.yaml @@ -1889,7 +1889,6 @@ questions: # description: UDP # - value: SCTP # description: SCTP - - variable: addons group: Addons label: "" @@ -1897,191 +1896,6 @@ questions: additional_attrs: true type: dict attrs: - - 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: openvpn - description: OpenVPN - - value: wireguard - description: Wireguard - - value: tailscale - description: Tailscale - - 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 - 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: 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: Sock5 Server - 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: dict - show_if: [["type", "!=", "disabled"]] - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type - schema: - type: string - default: hostPath - hidden: true - - variable: hostPathType - label: hostPathType - schema: - type: string - default: File - hidden: true - - variable: noMount - label: noMount - schema: - type: boolean - default: true - hidden: true - - variable: hostPath - label: Full Path to File - description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" - schema: - type: string - 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: codeserver label: Codeserver schema: @@ -2330,6 +2144,191 @@ questions: 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: openvpn + description: OpenVPN + - value: wireguard + description: Wireguard + - value: tailscale + description: Tailscale + - 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 + 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: 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: Sock5 Server + 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: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type + schema: + type: string + default: hostPath + hidden: true + - variable: hostPathType + label: hostPathType + schema: + type: string + default: File + hidden: true + - variable: noMount + label: noMount + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: Full Path to File + description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + 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 diff --git a/stable/cyberchef/2.0.94/templates/common.yaml b/stable/cyberchef/2.0.95/templates/common.yaml similarity index 100% rename from stable/cyberchef/2.0.94/templates/common.yaml rename to stable/cyberchef/2.0.95/templates/common.yaml diff --git a/stable/cyberchef/2.0.94/values.yaml b/stable/cyberchef/2.0.95/values.yaml similarity index 100% rename from stable/cyberchef/2.0.94/values.yaml rename to stable/cyberchef/2.0.95/values.yaml diff --git a/stable/rsshub/3.0.109/CHANGELOG.md b/stable/rsshub/3.0.110/CHANGELOG.md similarity index 86% rename from stable/rsshub/3.0.109/CHANGELOG.md rename to stable/rsshub/3.0.110/CHANGELOG.md index fda18de460..8f539f5064 100644 --- a/stable/rsshub/3.0.109/CHANGELOG.md +++ b/stable/rsshub/3.0.110/CHANGELOG.md @@ -2,6 +2,18 @@ +## [rsshub-3.0.110](https://github.com/truecharts/charts/compare/rsshub-3.0.109...rsshub-3.0.110) (2022-10-03) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#3994](https://github.com/truecharts/charts/issues/3994)) + - update docker general non-major + + + + ## [rsshub-3.0.109](https://github.com/truecharts/charts/compare/rsshub-3.0.108...rsshub-3.0.109) (2022-10-01) ### Chore @@ -85,15 +97,3 @@ ## [rsshub-3.0.101](https://github.com/truecharts/charts/compare/rsshub-3.0.100...rsshub-3.0.101) (2022-09-25) ### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) - - - - -## [rsshub-3.0.100](https://github.com/truecharts/charts/compare/rsshub-3.0.99...rsshub-3.0.100) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] diff --git a/stable/rsshub/3.0.109/Chart.lock b/stable/rsshub/3.0.110/Chart.lock similarity index 85% rename from stable/rsshub/3.0.109/Chart.lock rename to stable/rsshub/3.0.110/Chart.lock index ea4d42b23b..447ebbad61 100644 --- a/stable/rsshub/3.0.109/Chart.lock +++ b/stable/rsshub/3.0.110/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.85 digest: sha256:7b7b7ae17622f706bfa5e1f5dc54b3489a4baf2b6649f103f9a43b8f0d580acf -generated: "2022-10-01T12:30:36.834274642Z" +generated: "2022-10-03T05:32:28.39387995Z" diff --git a/stable/rsshub/3.0.109/Chart.yaml b/stable/rsshub/3.0.110/Chart.yaml similarity index 98% rename from stable/rsshub/3.0.109/Chart.yaml rename to stable/rsshub/3.0.110/Chart.yaml index a555e36222..e03ddead77 100644 --- a/stable/rsshub/3.0.109/Chart.yaml +++ b/stable/rsshub/3.0.110/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: rsshub -version: 3.0.109 +version: 3.0.110 appVersion: "latest" description: RSSHub can generate RSS feeds from pretty much everything type: application diff --git a/stable/rsshub/3.0.109/README.md b/stable/rsshub/3.0.110/README.md similarity index 100% rename from stable/rsshub/3.0.109/README.md rename to stable/rsshub/3.0.110/README.md diff --git a/stable/rsshub/3.0.109/app-readme.md b/stable/rsshub/3.0.110/app-readme.md similarity index 100% rename from stable/rsshub/3.0.109/app-readme.md rename to stable/rsshub/3.0.110/app-readme.md diff --git a/stable/rsshub/3.0.109/charts/common-10.6.4.tgz b/stable/rsshub/3.0.110/charts/common-10.6.4.tgz similarity index 100% rename from stable/rsshub/3.0.109/charts/common-10.6.4.tgz rename to stable/rsshub/3.0.110/charts/common-10.6.4.tgz diff --git a/stable/rsshub/3.0.109/charts/redis-3.0.85.tgz b/stable/rsshub/3.0.110/charts/redis-3.0.85.tgz similarity index 100% rename from stable/rsshub/3.0.109/charts/redis-3.0.85.tgz rename to stable/rsshub/3.0.110/charts/redis-3.0.85.tgz diff --git a/stable/rsshub/3.0.109/ix_values.yaml b/stable/rsshub/3.0.110/ix_values.yaml similarity index 93% rename from stable/rsshub/3.0.109/ix_values.yaml rename to stable/rsshub/3.0.110/ix_values.yaml index ffd29bbe99..8e1acd3dd9 100644 --- a/stable/rsshub/3.0.109/ix_values.yaml +++ b/stable/rsshub/3.0.110/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/rsshub pullPolicy: IfNotPresent - tag: latest@sha256:9796dcb3cc0aecc0f06bd252c0f62b4cb193b95b9d04693c16eda72d92aea42a + tag: latest@sha256:46293f812ecac519ebe844390310ff10b5d69991702d76fa406da3f68df65ad7 browserlessImage: repository: tccr.io/truecharts/browserless-chrome diff --git a/stable/rsshub/3.0.109/questions.yaml b/stable/rsshub/3.0.110/questions.yaml similarity index 99% rename from stable/rsshub/3.0.109/questions.yaml rename to stable/rsshub/3.0.110/questions.yaml index 8a883be368..622720ed61 100644 --- a/stable/rsshub/3.0.109/questions.yaml +++ b/stable/rsshub/3.0.110/questions.yaml @@ -1962,7 +1962,6 @@ questions: # description: UDP # - value: SCTP # description: SCTP - - variable: addons group: Addons label: "" @@ -1970,191 +1969,6 @@ questions: additional_attrs: true type: dict attrs: - - 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: openvpn - description: OpenVPN - - value: wireguard - description: Wireguard - - value: tailscale - description: Tailscale - - 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 - 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: 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: Sock5 Server - 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: dict - show_if: [["type", "!=", "disabled"]] - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type - schema: - type: string - default: hostPath - hidden: true - - variable: hostPathType - label: hostPathType - schema: - type: string - default: File - hidden: true - - variable: noMount - label: noMount - schema: - type: boolean - default: true - hidden: true - - variable: hostPath - label: Full Path to File - description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" - schema: - type: string - 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: codeserver label: Codeserver schema: @@ -2403,6 +2217,191 @@ questions: 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: openvpn + description: OpenVPN + - value: wireguard + description: Wireguard + - value: tailscale + description: Tailscale + - 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 + 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: 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: Sock5 Server + 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: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type + schema: + type: string + default: hostPath + hidden: true + - variable: hostPathType + label: hostPathType + schema: + type: string + default: File + hidden: true + - variable: noMount + label: noMount + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: Full Path to File + description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + 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 diff --git a/stable/rsshub/3.0.109/templates/common.yaml b/stable/rsshub/3.0.110/templates/common.yaml similarity index 100% rename from stable/rsshub/3.0.109/templates/common.yaml rename to stable/rsshub/3.0.110/templates/common.yaml diff --git a/stable/rsshub/3.0.109/values.yaml b/stable/rsshub/3.0.110/values.yaml similarity index 100% rename from stable/rsshub/3.0.109/values.yaml rename to stable/rsshub/3.0.110/values.yaml