Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [minecraft-bungeecord-4.0.19](https://github.com/truecharts/charts/compare/minecraft-bungeecord-4.0.18...minecraft-bungeecord-4.0.19) (2023-06-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
|
||||
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
|
||||
|
||||
|
||||
## [minecraft-bungeecord-4.1.0](https://github.com/truecharts/charts/compare/minecraft-bungeecord-4.0.19...minecraft-bungeecord-4.1.0) (2023-06-08)
|
||||
|
||||
|
||||
|
||||
|
||||
## [minecraft-bungeecord-4.0.19](https://github.com/truecharts/charts/compare/minecraft-bungeecord-4.0.18...minecraft-bungeecord-4.0.19) (2023-06-07)
|
||||
|
||||
### Chore
|
||||
@@ -92,8 +97,3 @@
|
||||
- update helm general non-major ([#8782](https://github.com/truecharts/charts/issues/8782))
|
||||
|
||||
|
||||
|
||||
|
||||
## [minecraft-bungeecord-4.0.9](https://github.com/truecharts/charts/compare/minecraft-bungeecord-4.0.8...minecraft-bungeecord-4.0.9) (2023-05-03)
|
||||
|
||||
### Chore
|
||||
@@ -5,7 +5,7 @@ dependencies:
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.13.0
|
||||
deprecated: false
|
||||
description: A Spigot BungeeCord server.
|
||||
description: the front-end of a cluster of minecraft-java containers.
|
||||
home: https://truecharts.org/charts/stable/minecraft-bungeecord
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bungeecord.png
|
||||
keywords:
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bungeecord
|
||||
- https://github.com/itzg/docker-bungeecord
|
||||
type: application
|
||||
version: 4.0.19
|
||||
version: 4.1.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- proxy
|
||||
4
stable/minecraft-bungeecord/4.1.0/app-changelog.md
Normal file
4
stable/minecraft-bungeecord/4.1.0/app-changelog.md
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
## [minecraft-bungeecord-4.1.0](https://github.com/truecharts/charts/compare/minecraft-bungeecord-4.0.19...minecraft-bungeecord-4.1.0) (2023-06-08)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
A Spigot BungeeCord server.
|
||||
the front-end of a cluster of minecraft-java containers.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/minecraft-bungeecord](https://truecharts.org/charts/stable/minecraft-bungeecord)
|
||||
|
||||
@@ -2,10 +2,6 @@ image:
|
||||
repository: tccr.io/truecharts/bungeecord
|
||||
tag: v2022.4.1@sha256:b21a2b80aa272bb7ae40b4af1256eee5e0129b0ed4a5224424187e083720678d
|
||||
pullPolicy: Always
|
||||
j17Image:
|
||||
repository: tccr.io/truecharts/bungeecord-java17
|
||||
tag: v2022.4.1@sha256:e566d72347caca3019e7dd7a45feb4efbdd75b190242bd5d2d08b40a3430ea35
|
||||
pullPolicy: Always
|
||||
j11Image:
|
||||
repository: tccr.io/truecharts/bungeecord-java11
|
||||
tag: v2022.4.1@sha256:faad46c04fc6e729e94630fc73a259b5aaea7eae9e5334ccaad2381eb0e0313d
|
||||
@@ -14,37 +10,10 @@ j8Image:
|
||||
repository: tccr.io/truecharts/bungeecord-java8
|
||||
tag: v2022.4.1@sha256:240694a8f4028188f11d1ba198f656eedf0ac00cf881535cd97b4f1a86ae3231
|
||||
pullPolicy: Always
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 25565
|
||||
targetPort: 25577
|
||||
rcon:
|
||||
enabled: true
|
||||
ports:
|
||||
rcon:
|
||||
enabled: true
|
||||
port: 25578
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
server:
|
||||
enabled: true
|
||||
mountPath: "/server"
|
||||
plugins:
|
||||
enabled: true
|
||||
mountPath: "/plugins"
|
||||
portal:
|
||||
open:
|
||||
enabled: false
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
tty: true
|
||||
stdin: true
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
@@ -60,15 +29,46 @@ workload:
|
||||
type: tcp
|
||||
env:
|
||||
RCON_PORT: "{{ .Values.service.rcon.ports.rcon.port }}"
|
||||
RCON_PASSWORD: "secretrconpass"
|
||||
TYPE: "BUNGEECORD"
|
||||
ONLINE_MODE: false
|
||||
MEMORY: 512M
|
||||
INIT_MEMORY: 512M
|
||||
MAX_MEMORY: 512M
|
||||
NETWORKADDRESS_CACHE_TTL: 60
|
||||
REPLACE_ENV_VARIABLES: true
|
||||
REPLACE_ENV_VARIABLES: false
|
||||
ENV_VARIABLE_PREFIX: "CFG_"
|
||||
# GENERIC_PACKS: "configs-v9.0.1,mods-v4.3.6"
|
||||
# GENERIC_PACKS_PREFIX: "https://cdn.example.org/"
|
||||
# GENERIC_PACKS_SUFFIX="".zip"
|
||||
# JVM_OPTS: ""
|
||||
# JVM_XX_OPTS: ""
|
||||
# PLUGINS: ""
|
||||
|
||||
RCON_PASSWORD: "secretrconpass"
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 25565
|
||||
targetPort: 25577
|
||||
rcon:
|
||||
enabled: true
|
||||
ports:
|
||||
rcon:
|
||||
enabled: true
|
||||
port: 25578
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
server:
|
||||
enabled: true
|
||||
mountPath: "/server"
|
||||
plugins:
|
||||
enabled: true
|
||||
mountPath: "/plugins"
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: false
|
||||
@@ -100,8 +100,6 @@ questions:
|
||||
default: "image"
|
||||
enum:
|
||||
- value: "image"
|
||||
description: "Default Image"
|
||||
- value: "j17Image"
|
||||
description: "Java 17"
|
||||
- value: "j11Image"
|
||||
description: "Java 11"
|
||||
@@ -161,18 +159,37 @@ questions:
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: REPLACE_ENV_VARIABLES
|
||||
label: "Replace Env Variables"
|
||||
description: "Replace variables that match your defined environment variables in all the files in /server."
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: ONLINE_MODE
|
||||
label: "Enable Online Mode"
|
||||
description: "MUST set to false which is required by bungeecord"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: genericpacks
|
||||
label: "Show Generic Packs Settings"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: GENERIC_PACKS
|
||||
label: "Generic Packs"
|
||||
description: "Names of generic packs"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: GENERIC_PACKS_PREFIX
|
||||
label: "Generic Packs Prefix"
|
||||
description: "The URL of the service to download from"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: GENERIC_PACKS_SUFFIX
|
||||
label: "Generic Packs Suffix"
|
||||
description: "The file type"
|
||||
schema:
|
||||
type: string
|
||||
default: ".zip"
|
||||
- variable: advancedenvironment
|
||||
label: "Show Advanced Server Settings"
|
||||
schema:
|
||||
@@ -217,6 +234,18 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: REPLACE_ENV_VARIABLES
|
||||
label: "Replace Env Variables"
|
||||
description: "Replace variables that match your defined environment variables in all the files in /server."
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: REPLACE_ENV_VARIABLE_PREFIX
|
||||
label: "Replace Env Variable Prefix"
|
||||
description: "define a prefix"
|
||||
schema:
|
||||
type: string
|
||||
default: "CFG_"
|
||||
- variable: envList
|
||||
label: Extra Environment Variables
|
||||
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
|
||||
@@ -994,13 +1023,13 @@ questions:
|
||||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
default: 568
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
default: 568
|
||||
# Settings from questions.yaml get appended here on a per-app basis
|
||||
- variable: PUID
|
||||
label: Process User ID - PUID
|
||||
Reference in New Issue
Block a user