chore: Auto-update chart README [skip ci]

This commit is contained in:
truecharts-bot 2022-07-18 08:44:02 +00:00
parent efdcb43f16
commit c0f6311d0c
4 changed files with 92 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,9 @@
# Changelog
## [st-reborn-server-0.0.1]st-reborn-server-0.0.1 (2022-07-18)
### Feat
- Add st-reborn-server ([#3204](https://github.com/truecharts/apps/issues/3204))

View File

@ -2,7 +2,7 @@ apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: st-reborn-server
version: 0.0.1
appVersion: "v1.2.0"
appVersion: "1.2.0"
description: Skyrim Together Reborn server files.
type: application
deprecated: false

View File

@ -0,0 +1,52 @@
# st-reborn-server
![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square)
Skyrim Together Reborn server files.
**Homepage:** <https://github.com/truecharts/apps/tree/master/charts/incubator/st-reborn-server>
## Maintainers
| Name | Email | Url |
| ---- | ------ | --- |
| TrueCharts | info@truecharts.org | https://truecharts.org |
## Source Code
* <https://github.com/tiltedphoques/TiltedEvolution>
* <https://hub.docker.com/r/tiltedphoques/st-reborn-server>
## Requirements
Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.4 |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tiltedphoques/st-reborn-server"` | |
| image.tag | string | `"v1.2.0@sha256:d8322e41e8d3f3e347eef10c50cce977348b24de6f90c98b78a3b4757f2fde57"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/home/server/config"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/home/server/Data"` | |
| persistence.logs.enabled | bool | `true` | |
| persistence.logs.mountPath | string | `"/home/server/logs"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| probes.liveness.enabled | bool | `false` | |
| probes.readiness.enabled | bool | `false` | |
| probes.startup.enabled | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10578` | |
| service.main.ports.main.protocol | string | `"UDP"` | |
| service.main.ports.main.targetPort | int | `10578` | |
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)