diff --git a/stable/docker-compose/2.0.46/CHANGELOG.md b/stable/docker-compose/2.0.47/CHANGELOG.md similarity index 84% rename from stable/docker-compose/2.0.46/CHANGELOG.md rename to stable/docker-compose/2.0.47/CHANGELOG.md index b01c9834e8b..e5a3561a3fd 100644 --- a/stable/docker-compose/2.0.46/CHANGELOG.md +++ b/stable/docker-compose/2.0.47/CHANGELOG.md @@ -2,6 +2,21 @@ +## [docker-compose-2.0.47](https://github.com/truecharts/charts/compare/docker-compose-2.0.46...docker-compose-2.0.47) (2022-10-02) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - bump version + + ### Fix + +- remove `/cluster` path from mounts + + + + ## [docker-compose-2.0.46](https://github.com/truecharts/charts/compare/docker-compose-2.0.45...docker-compose-2.0.46) (2022-09-27) ### Chore @@ -82,18 +97,3 @@ - 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] - - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) - - 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)) - - - - -## [docker-compose-2.0.43](https://github.com/truecharts/charts/compare/docker-compose-2.0.41...docker-compose-2.0.43) (2022-09-20) - -### Chore - diff --git a/stable/docker-compose/2.0.46/Chart.lock b/stable/docker-compose/2.0.47/Chart.lock similarity index 80% rename from stable/docker-compose/2.0.46/Chart.lock rename to stable/docker-compose/2.0.47/Chart.lock index 1adf4fcb238..10b02a9df66 100644 --- a/stable/docker-compose/2.0.46/Chart.lock +++ b/stable/docker-compose/2.0.47/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.6.4 digest: sha256:fa80993e3b2454e2e053e66252db4cc5c9347dc4b8fd28f0041f3bb6169b13ee -generated: "2022-09-27T07:00:57.447182655Z" +generated: "2022-10-02T12:09:53.541169782Z" diff --git a/stable/docker-compose/2.0.46/Chart.yaml b/stable/docker-compose/2.0.47/Chart.yaml similarity index 98% rename from stable/docker-compose/2.0.46/Chart.yaml rename to stable/docker-compose/2.0.47/Chart.yaml index 6591ddf282f..a96c3895773 100644 --- a/stable/docker-compose/2.0.46/Chart.yaml +++ b/stable/docker-compose/2.0.47/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/docker-compose - https://hub.docker.com/_/docker type: application -version: 2.0.46 +version: 2.0.47 annotations: truecharts.org/catagories: | - docker diff --git a/stable/docker-compose/2.0.46/README.md b/stable/docker-compose/2.0.47/README.md similarity index 100% rename from stable/docker-compose/2.0.46/README.md rename to stable/docker-compose/2.0.47/README.md diff --git a/stable/docker-compose/2.0.46/app-readme.md b/stable/docker-compose/2.0.47/app-readme.md similarity index 100% rename from stable/docker-compose/2.0.46/app-readme.md rename to stable/docker-compose/2.0.47/app-readme.md diff --git a/stable/docker-compose/2.0.46/charts/common-10.6.4.tgz b/stable/docker-compose/2.0.47/charts/common-10.6.4.tgz similarity index 100% rename from stable/docker-compose/2.0.46/charts/common-10.6.4.tgz rename to stable/docker-compose/2.0.47/charts/common-10.6.4.tgz diff --git a/stable/docker-compose/2.0.46/ix_values.yaml b/stable/docker-compose/2.0.47/ix_values.yaml similarity index 94% rename from stable/docker-compose/2.0.46/ix_values.yaml rename to stable/docker-compose/2.0.47/ix_values.yaml index 33de4129d16..91c24cc0109 100644 --- a/stable/docker-compose/2.0.46/ix_values.yaml +++ b/stable/docker-compose/2.0.47/ix_values.yaml @@ -95,13 +95,6 @@ persistence: mountPath: /root hostPathType: "" readOnly: false - cluster: - enabled: true - type: hostPath - hostPath: /cluster - mountPath: /cluster - hostPathType: "" - readOnly: false docker-certs-ca: enabled: true mountPath: "/config" diff --git a/stable/docker-compose/2.0.46/questions.yaml b/stable/docker-compose/2.0.47/questions.yaml similarity index 99% rename from stable/docker-compose/2.0.46/questions.yaml rename to stable/docker-compose/2.0.47/questions.yaml index 66ae64b8e36..972c1fd4350 100644 --- a/stable/docker-compose/2.0.46/questions.yaml +++ b/stable/docker-compose/2.0.47/questions.yaml @@ -672,7 +672,7 @@ questions: schema: show_if: [["type", "=", "pvc"]] type: string - default: 999Gi + default: 256Gi - variable: hostPathType label: (Advanced) Host Path Type schema: @@ -1583,7 +1583,6 @@ questions: # description: UDP # - value: SCTP # description: SCTP - - variable: addons group: Addons label: "" @@ -1591,191 +1590,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: @@ -2024,6 +1838,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/docker-compose/2.0.46/templates/common.yaml b/stable/docker-compose/2.0.47/templates/common.yaml similarity index 100% rename from stable/docker-compose/2.0.46/templates/common.yaml rename to stable/docker-compose/2.0.47/templates/common.yaml diff --git a/stable/docker-compose/2.0.46/values.yaml b/stable/docker-compose/2.0.47/values.yaml similarity index 100% rename from stable/docker-compose/2.0.46/values.yaml rename to stable/docker-compose/2.0.47/values.yaml