From c0f6311d0cb2c1bb09e72737b0d161b753cc4e4e Mon Sep 17 00:00:00 2001 From: truecharts-bot Date: Mon, 18 Jul 2022 08:44:02 +0000 Subject: [PATCH] chore: Auto-update chart README [skip ci] --- charts/incubator/st-reborn-server/.helmignore | 30 +++++++++++ .../incubator/st-reborn-server/CHANGELOG.md | 9 ++++ charts/incubator/st-reborn-server/Chart.yaml | 2 +- charts/incubator/st-reborn-server/README.md | 52 +++++++++++++++++++ 4 files changed, 92 insertions(+), 1 deletion(-) create mode 100644 charts/incubator/st-reborn-server/.helmignore create mode 100644 charts/incubator/st-reborn-server/CHANGELOG.md create mode 100644 charts/incubator/st-reborn-server/README.md diff --git a/charts/incubator/st-reborn-server/.helmignore b/charts/incubator/st-reborn-server/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/charts/incubator/st-reborn-server/.helmignore @@ -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 diff --git a/charts/incubator/st-reborn-server/CHANGELOG.md b/charts/incubator/st-reborn-server/CHANGELOG.md new file mode 100644 index 00000000000..0c5b66342c8 --- /dev/null +++ b/charts/incubator/st-reborn-server/CHANGELOG.md @@ -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)) + diff --git a/charts/incubator/st-reborn-server/Chart.yaml b/charts/incubator/st-reborn-server/Chart.yaml index e87db6bdd8c..460e471e5af 100644 --- a/charts/incubator/st-reborn-server/Chart.yaml +++ b/charts/incubator/st-reborn-server/Chart.yaml @@ -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 diff --git a/charts/incubator/st-reborn-server/README.md b/charts/incubator/st-reborn-server/README.md new file mode 100644 index 00000000000..e3a0d75b87d --- /dev/null +++ b/charts/incubator/st-reborn-server/README.md @@ -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:** + +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| TrueCharts | info@truecharts.org | https://truecharts.org | + +## Source Code + +* +* + +## 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)