Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-08-29 23:08:49 +00:00
parent 3141e5e63d
commit 51c596da0e
11500 changed files with 896618 additions and 753335 deletions

View File

@@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.0
digest: sha256:d3b7db30dfbaabd81fb7d0bcc2314601ed7e12a85ccc880e1e8df09799f38910
generated: "2022-08-23T22:42:29.213505876Z"

View File

@@ -2,6 +2,15 @@
## [minecraft-java-1.0.43](https://github.com/truecharts/charts/compare/minecraft-java-1.0.42...minecraft-java-1.0.43) (2022-08-29)
### Chore
- update helm general non-major ([#3619](https://github.com/truecharts/charts/issues/3619))
## [minecraft-java-1.0.42](https://github.com/truecharts/charts/compare/minecraft-java-1.0.41...minecraft-java-1.0.42) (2022-08-23)
### Chore
@@ -88,12 +97,3 @@
- Auto-update chart README [skip ci]
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
## [minecraft-java-1.0.33](https://github.com/truecharts/apps/compare/minecraft-java-1.0.32...minecraft-java-1.0.33) (2022-07-25)
### Chore
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))

View File

@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.4
digest: sha256:3f949e17a1b6c69372ce491eadfced31e00641617551eaade335bee16cb3063a
generated: "2022-08-29T21:29:22.047526023Z"

View File

@@ -3,7 +3,7 @@ appVersion: "2022.11.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.0
version: 10.5.4
deprecated: false
description: Minecraft Java Dedicated Server
home: https://truecharts.org/docs/charts/stable/minecraft-java
@@ -21,7 +21,7 @@ sources:
- https://github.com/itzg/docker-minecraft-server
- https://hub.docker.com/r/itzg/minecraft-server
type: application
version: 1.0.42
version: 1.0.43
annotations:
truecharts.org/catagories: |
- games

View File

@@ -1,6 +1,6 @@
# minecraft-java
![Version: 1.0.42](https://img.shields.io/badge/Version-1.0.42-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.11.0](https://img.shields.io/badge/AppVersion-2022.11.0-informational?style=flat-square)
![Version: 1.0.43](https://img.shields.io/badge/Version-1.0.43-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.11.0](https://img.shields.io/badge/AppVersion-2022.11.0-informational?style=flat-square)
Minecraft Java Dedicated Server
@@ -25,7 +25,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.5.0 |
| https://library-charts.truecharts.org | common | 10.5.4 |
## Installing the Chart

Binary file not shown.

View File

@@ -2493,6 +2493,8 @@ questions:
description: OpenVPN
- value: wireguard
description: Wireguard
- value: tailscale
description: Tailscale
- variable: openvpn
label: OpenVPN Settings
schema:
@@ -2512,6 +2514,61 @@ questions:
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:
@@ -2580,7 +2637,6 @@ questions:
schema:
type: string
default: ""
required: true
- variable: envList
label: VPN Environment Variables
schema: