Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-08-22 09:07:30 +00:00
parent ec6c103bf2
commit 41b2dd502f
12 changed files with 1797 additions and 82 deletions

View File

@ -1,40 +0,0 @@
image:
repository: tccr.io/truecharts/mineos
pullPolicy: IfNotPresent
tag: latest@sha256:9544dbcfe7d32ffae7626ef88b4ae4522e0381d15958865a301fed8a10368b4e
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
USER_UID: "{{ .Values.security.PUID }}"
GROUP_GID: "{{ .Values.podSecurityContext.fsGroup }}"
GROUP_NAME: "{{ .Values.secretEnv.USER_NAME }}"
# User Defined
USE_HTTPS: false
secretEnv:
USER_NAME: "mc"
USER_PASSWORD: "CHANGE_ME"
service:
main:
ports:
main:
protocol: HTTP
targetPort: 10278
port: 10278
persistence:
config:
enabled: true
mountPath: "/var/games/minecraft"
portal:
enabled: true

View File

@ -2,6 +2,15 @@
## [mineos-0.0.18](https://github.com/truecharts/charts/compare/mineos-0.0.17...mineos-0.0.18) (2022-08-22)
### Fix
- add docs and update chart.yaml ([#3338](https://github.com/truecharts/charts/issues/3338))
## [mineos-0.0.17](https://github.com/truecharts/charts/compare/mineos-0.0.16...mineos-0.0.17) (2022-08-12)
### Chore
@ -88,12 +97,3 @@
## [mineos-0.0.12](https://github.com/truecharts/apps/compare/mineos-0.0.10...mineos-0.0.12) (2022-07-22)
### Chore
- Bump all charts to generate config and container references due to huge increase of repository
- update helm general non-major helm releases ([#3268](https://github.com/truecharts/apps/issues/3268))
## [mineos-0.0.10](https://github.com/truecharts/apps/compare/mineos-0.0.9...mineos-0.0.10) (2022-07-19)
### Chore

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.4.12
digest: sha256:2b926ab794b2ebae2ba0c898ffe38320266e86eafebe44d869c8f0721f5dac27
generated: "2022-08-12T21:44:38.05967594Z"
generated: "2022-08-22T09:01:03.157080162Z"

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: mineos
version: 0.0.17
version: 0.0.18
appVersion: "latest"
description: MineOS is a server front-end to ease managing Minecraft administrative tasks.
type: application
@ -26,6 +26,6 @@ maintainers:
url: https://truecharts.org
annotations:
truecharts.org/catagories: |
- incubator
- games
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -1,6 +1,6 @@
# mineos
![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
MineOS is a server front-end to ease managing Minecraft administrative tasks.

View File

@ -0,0 +1,160 @@
image:
repository: tccr.io/truecharts/mineos
pullPolicy: IfNotPresent
tag: latest@sha256:9544dbcfe7d32ffae7626ef88b4ae4522e0381d15958865a301fed8a10368b4e
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
USER_UID: "{{ .Values.security.PUID }}"
GROUP_GID: "{{ .Values.podSecurityContext.fsGroup }}"
GROUP_NAME: "{{ .Values.secretEnv.USER_NAME }}"
# User Defined
USE_HTTPS: false
secretEnv:
USER_NAME: "mc"
USER_PASSWORD: "CHANGE_ME"
service:
main:
ports:
main:
protocol: HTTP
targetPort: 10278
port: 10278
minecraft-java-tcp:
enabled: true
ports:
mc-port-1-tcp:
enabled: true
port: 25565
targetPort: 25565
mc-port-2-tcp:
enabled: true
port: 25566
targetPort: 25566
mc-port-3-tcp:
enabled: true
port: 25567
targetPort: 25567
mc-port-4-tcp:
enabled: true
port: 25568
targetPort: 25568
mc-port-5-tcp:
enabled: true
port: 25569
targetPort: 25569
mc-port-6-tcp:
enabled: true
port: 25570
targetPort: 25570
minecraft-java-udp:
enabled: true
ports:
mc-port-1-udp:
protocol: UDP
enabled: true
port: 25565
targetPort: 25565
mc-port-2-udp:
protocol: UDP
enabled: true
port: 25566
targetPort: 25566
mc-port-3-udp:
protocol: UDP
enabled: true
port: 25567
targetPort: 25567
mc-port-4-udp:
protocol: UDP
enabled: true
port: 25568
targetPort: 25568
mc-port-5-udp:
protocol: UDP
enabled: true
port: 25569
targetPort: 25569
mc-port-6-udp:
protocol: UDP
enabled: true
port: 25570
targetPort: 25570
minecraft-br:
enabled: true
ports:
br-port-1-udp:
enabled: true
port: 19132
protocol: UDP
targetPort: 19132
br-port-2-udp:
enabled: true
port: 19133
protocol: UDP
targetPort: 19133
br-port-3-udp:
enabled: true
port: 19134
protocol: UDP
targetPort: 19134
br-port-4-udp:
enabled: true
port: 19135
protocol: UDP
targetPort: 19135
br-port-5-udp:
enabled: true
port: 19136
protocol: UDP
targetPort: 19136
br-port-6-udp:
enabled: true
port: 19137
protocol: UDP
targetPort: 19137
minecraft-rcon:
enabled: true
ports:
mc-port-1-rcon:
enabled: true
port: 25575
targetPort: 25575
mc-port-2-rcon:
enabled: true
port: 25576
targetPort: 25576
mc-port-3-rcon:
enabled: true
port: 25577
targetPort: 25577
mc-port-4-rcon:
enabled: true
port: 25578
targetPort: 25578
mc-port-5-rcon:
enabled: true
port: 25579
targetPort: 25579
mc-port-6-rcon:
enabled: true
port: 25580
targetPort: 25580
persistence:
config:
enabled: true
mountPath: "/var/games/minecraft"
portal:
enabled: true

View File

@ -1,4 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/mineos.png
categories:
- incubator
- games