Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ece809c4bf
commit
b6cacb74cb
Binary file not shown.
|
@ -17,6 +17,10 @@ title: Changelog
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [authelia-22.2.7](https://github.com/truecharts/charts/compare/authelia-22.2.6...authelia-22.2.7) (2024-02-03)
|
||||
|
||||
### Chore
|
||||
|
@ -93,8 +97,3 @@ title: Changelog
|
|||
### Feat
|
||||
|
||||
|
||||
|
||||
- Update authelia questions.yaml ([#17082](https://github.com/truecharts/charts/issues/17082))
|
||||
|
||||
|
||||
## [authelia-22.1.9](https://github.com/truecharts/charts/compare/authelia-22.1.8...authelia-22.1.9) (2024-01-09)
|
|
@ -4,13 +4,13 @@ annotations:
|
|||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: security
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: enterprise
|
||||
apiVersion: v2
|
||||
appVersion: 4.37.5
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 18.0.2
|
||||
version: 18.1.2
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
@ -51,4 +51,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/authelia
|
||||
- https://ghcr.io/authelia/authelia
|
||||
type: application
|
||||
version: 23.1.1
|
||||
version: 23.2.1
|
Binary file not shown.
|
@ -395,7 +395,7 @@ questions:
|
|||
- variable: password_policy
|
||||
group: "App Configuration"
|
||||
label: "Password Policy Configuration"
|
||||
description: "Authelia allows administrators to configure an enforced password policy."
|
||||
description: "Authelia allows administrators to configure an enforced password policy. Choose one of Standard or zxcvbn and not both, refer to upstream docs for more info "
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
|
@ -0,0 +1,38 @@
|
|||
annotations:
|
||||
max_scale_version: 24.04.0
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: monitor
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: incubator
|
||||
apiVersion: v2
|
||||
appVersion: 3.0.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 18.0.3
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: A simple discord/telegram/slack bot to monitor your game servers and players in style.
|
||||
home: https://truecharts.org/charts/incubator/game-server-watcher
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/game-server-watcher.png
|
||||
keywords:
|
||||
- game-server-watcher
|
||||
- monitoring
|
||||
- bots
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: game-server-watcher
|
||||
sources:
|
||||
- https://github.com/a-sync/game-server-watcher
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/game-server-watcher
|
||||
- https://ghcr.io/a-sync/game-server-watcher
|
||||
type: application
|
||||
version: 0.0.1
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
title: README
|
||||
---
|
|
@ -0,0 +1,8 @@
|
|||
A simple discord/telegram/slack bot to monitor your game servers and players in style.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/game-server-watcher](https://truecharts.org/charts/incubator/game-server-watcher)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,55 @@
|
|||
image:
|
||||
repository: ghcr.io/a-sync/game-server-watcher
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.0.0@sha256:34d717b8353284d2b2d18c862b2dece46b61aeedce1b20dc00610de9a7a46a23
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
port: 10690
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
# Writeable folder for data storage
|
||||
DATA_PATH: "{{.Values.persistence.data.mountPath }}"
|
||||
# Web service host
|
||||
HOST: 0.0.0.0
|
||||
# Web service port
|
||||
PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
# Admin PASSWORD
|
||||
SECRET: secret
|
||||
# Enable or Disable debug mode
|
||||
DBG: 0
|
||||
# Game server info refresh interval in minutes
|
||||
REFRESH_TIME_MINUTES: 2
|
||||
# Steam web API key
|
||||
STEAM_WEB_API_KEY: ""
|
||||
# Discord bot token
|
||||
DISCORD_BOT_TOKEN: ""
|
||||
# Telegram bot token
|
||||
TELEGRAM_BOT_TOKEN: ""
|
||||
# Slack bot token
|
||||
SLACK_BOT_TOKEN: ""
|
||||
# Slack app token
|
||||
SLACK_APP_TOKEN: ""
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/data"
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/game-server-watcher.png
|
||||
categories:
|
||||
- monitor
|
||||
screenshots: []
|
Binary file not shown.
|
@ -13,6 +13,10 @@ title: Changelog
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [minecraft-bedrock-7.1.11](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.10...minecraft-bedrock-7.1.11) (2024-02-03)
|
||||
|
||||
### Chore
|
||||
|
@ -93,8 +97,3 @@ title: Changelog
|
|||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
|
@ -4,13 +4,13 @@ annotations:
|
|||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: games
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2023.8.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 18.0.2
|
||||
version: 18.1.2
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
@ -33,4 +33,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bedrock
|
||||
- https://hub.docker.com/r/itzg/minecraft-bedrock-server
|
||||
type: application
|
||||
version: 8.1.1
|
||||
version: 8.2.1
|
Binary file not shown.
|
@ -16,18 +16,42 @@ workload:
|
|||
tty: true
|
||||
stdin: true
|
||||
probes:
|
||||
# -- Liveness probe configuration
|
||||
# @default -- See below
|
||||
liveness:
|
||||
enabled: false
|
||||
# -- Redainess probe configuration
|
||||
# @default -- See below
|
||||
enabled: true
|
||||
type: exec
|
||||
command:
|
||||
- /usr/local/bin/mc-monitor
|
||||
- status-bedrock
|
||||
- --host
|
||||
- 127.0.0.1
|
||||
- --port
|
||||
- "{{ .Values.service.main.ports.main.port }}"
|
||||
spec:
|
||||
periodSeconds: 60
|
||||
readiness:
|
||||
enabled: false
|
||||
# -- Startup probe configuration
|
||||
# @default -- See below
|
||||
enabled: true
|
||||
type: exec
|
||||
command:
|
||||
- /usr/local/bin/mc-monitor
|
||||
- status-bedrock
|
||||
- --host
|
||||
- 127.0.0.1
|
||||
- --port
|
||||
- "{{ .Values.service.main.ports.main.port }}"
|
||||
spec:
|
||||
periodSeconds: 60
|
||||
startup:
|
||||
enabled: false
|
||||
enabled: true
|
||||
type: exec
|
||||
command:
|
||||
- /usr/local/bin/mc-monitor
|
||||
- status-bedrock
|
||||
- --host
|
||||
- 127.0.0.1
|
||||
- --port
|
||||
- "{{ .Values.service.main.ports.main.port }}"
|
||||
spec:
|
||||
periodSeconds: 60
|
||||
env:
|
||||
EULA: true
|
||||
ENABLE_LAN_VISIBILITY: false
|
||||
|
@ -42,6 +66,7 @@ workload:
|
|||
MAX_PLAYERS: 10
|
||||
ONLINE_MODE: true
|
||||
WHITE_LIST: false
|
||||
# WHITE_LIST_USERS: "USER:XUID,USER:XUID"
|
||||
VIEW_DISTANCE: 32
|
||||
TICK_DISTANCE: 4
|
||||
PLAYER_IDLE_TIMEOUT: 30
|
|
@ -197,6 +197,13 @@ questions:
|
|||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: WHITE_LIST_USERS
|
||||
label: "White List Users"
|
||||
description: "A user:xuid comma separated list."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
show_if: [[WHITE_LIST, "=", true]]
|
||||
- variable: OPS
|
||||
label: "OPS"
|
||||
description: "To OP a player, use the XUID value, not the player's username. Multiple values accepted in this format `XUID,XUID` separated by a comma."
|
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,30 @@
|
|||
# Patterns to ignore when building packages.
|
||||
# This supports shell glob matching, relative path matching, and
|
||||
# negation (prefixed with !). Only one pattern per line.
|
||||
.DS_Store
|
||||
# Common VCS dirs
|
||||
.git/
|
||||
.gitignore
|
||||
.bzr/
|
||||
.bzrignore
|
||||
.hg/
|
||||
.hgignore
|
||||
.svn/
|
||||
# Common backup files
|
||||
*.swp
|
||||
*.bak
|
||||
*.tmp
|
||||
*~
|
||||
# Various IDEs
|
||||
.project
|
||||
.idea/
|
||||
*.tmproj
|
||||
.vscode/
|
||||
# OWNERS file for Kubernetes
|
||||
OWNERS
|
||||
# helm-docs templates
|
||||
*.gotmpl
|
||||
# docs folder
|
||||
/docs
|
||||
# icon
|
||||
icon.png
|
|
@ -37,6 +37,10 @@ title: Changelog
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -94,6 +98,3 @@ title: Changelog
|
|||
|
||||
|
||||
- update container image bitnami/wordpress to 6.4.2[@de43215](https://github.com/de43215) by renovate ([#17581](https://github.com/truecharts/charts/issues/17581))
|
||||
|
||||
|
||||
## [wordpress-6.1.17](https://github.com/truecharts/charts/compare/wordpress-6.1.16...wordpress-6.1.17) (2024-01-27)
|
|
@ -4,20 +4,20 @@ annotations:
|
|||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: website
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 6.4.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 18.0.2
|
||||
version: 18.1.2
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: mariadb
|
||||
version: 13.0.0
|
||||
version: 13.2.0
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: mariadb.enabled
|
||||
alias: ""
|
||||
|
@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordpress.png
|
|||
keywords:
|
||||
- wordpress
|
||||
- cms
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -41,4 +41,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/wordpress
|
||||
- https://hub.docker.com/r/bitnami/wordpress
|
||||
type: application
|
||||
version: 7.2.3
|
||||
version: 7.4.1
|
Binary file not shown.
Binary file not shown.
|
@ -20,15 +20,15 @@ workload:
|
|||
liveness:
|
||||
enabled: true
|
||||
type: tcp
|
||||
port: 10591
|
||||
port: "{{ .Values.service.main.ports.main.port }}"
|
||||
readiness:
|
||||
enabled: true
|
||||
type: tcp
|
||||
port: 10591
|
||||
port: "{{ .Values.service.main.ports.main.port }}"
|
||||
startup:
|
||||
enabled: true
|
||||
type: tcp
|
||||
port: 10591
|
||||
port: "{{ .Values.service.main.ports.main.port }}"
|
||||
wordpress:
|
||||
user: user
|
||||
pass: bitnami
|
Loading…
Reference in New Issue