Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-09-23 05:54:11 +00:00
parent b82f0b0bb6
commit 4ceeefa090
21 changed files with 2858 additions and 9 deletions

View File

@@ -2,7 +2,8 @@
## [minecraft-bedrock-1.0.32](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.31...minecraft-bedrock-1.0.32) (2022-09-22)
## [kiwix-serve-0.0.27](https://github.com/truecharts/charts/compare/kiwix-serve-0.0.26...kiwix-serve-0.0.27) (2022-09-22)
### Chore
@@ -26,7 +27,7 @@
## [minecraft-bedrock-1.0.32](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.31...minecraft-bedrock-1.0.32) (2022-09-21)
## [kiwix-serve-0.0.27](https://github.com/truecharts/charts/compare/kiwix-serve-0.0.26...kiwix-serve-0.0.27) (2022-09-21)
### Chore
@@ -49,7 +50,7 @@
## [minecraft-bedrock-1.0.32](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.31...minecraft-bedrock-1.0.32) (2022-09-21)
## [kiwix-serve-0.0.27](https://github.com/truecharts/charts/compare/kiwix-serve-0.0.26...kiwix-serve-0.0.27) (2022-09-21)
### Chore
@@ -71,7 +72,7 @@
## [minecraft-bedrock-1.0.32](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.31...minecraft-bedrock-1.0.32) (2022-09-20)
## [kiwix-serve-0.0.27](https://github.com/truecharts/charts/compare/kiwix-serve-0.0.26...kiwix-serve-0.0.27) (2022-09-20)
### Chore
@@ -92,8 +93,7 @@
## [minecraft-bedrock-1.0.32](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.31...minecraft-bedrock-1.0.32) (2022-09-20)
## [kiwix-serve-0.0.27](https://github.com/truecharts/charts/compare/kiwix-serve-0.0.26...kiwix-serve-0.0.27) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]

View File

@@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.5.10
digest: sha256:336e6960f0537ccd930cdb8b5c05714d2489a6ae1d1402322346809b13e4660b
generated: "2022-09-22T14:04:17.832610664Z"
generated: "2022-09-23T05:52:49.116494453Z"

View File

@@ -0,0 +1,30 @@
apiVersion: v2
appVersion: "3.3.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.10
deprecated: false
description: Kiwix enables you to have the whole Wikipedia at hand wherever you go!
home: https://truecharts.org/docs/charts/stable/kiwix-serve
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kiwix-serve.png
keywords:
- kiwix-serve
- Productivity
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: kiwix-serve
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/kiwix-serve
- https://www.kiwix.org/
- https://hub.docker.com/r/kiwix/kiwix-serve/
- https://github.com/kiwix/kiwix-tools/blob/master/docker/server
type: application
version: 1.0.1
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Productivity

View File

@@ -0,0 +1,108 @@
# kiwix-serve
Kiwix enables you to have the whole Wikipedia at hand wherever you go!
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [kiwix-serve](https://truecharts.org/docs/charts/stable/kiwix-serve)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/stable/kiwix-serve>
* <https://www.kiwix.org/>
* <https://hub.docker.com/r/kiwix/kiwix-serve/>
* <https://github.com/kiwix/kiwix-tools/blob/master/docker/server>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.5.10 |
## Installing the Chart
### TrueNAS SCALE
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
### Helm
To install the chart with the release name `kiwix-serve`
```console
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install kiwix-serve TrueCharts/kiwix-serve
```
## Uninstall
### TrueNAS SCALE
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `kiwix-serve` deployment
```console
helm uninstall kiwix-serve
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install kiwix-serve \
--set env.TZ="America/New York" \
TrueCharts/kiwix-serve
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
```console
helm install kiwix-serve TrueCharts/kiwix-serve -f values.yaml
```
#### Connecting to other charts
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
## Sponsor TrueCharts
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!
---
All Rights Reserved - The TrueCharts Project

View File

@@ -0,0 +1,8 @@
Kiwix enables you to have the whole Wikipedia at hand wherever you go!
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/kiwix-serve](https://truecharts.org/docs/charts/stable/kiwix-serve)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!

View File

@@ -0,0 +1,33 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/kiwix-serve
tag: v3.3.0@sha256:1b4f364630ed6bf4431ab7c79551fee25f594555b84f31d3449af2397b880fa5
args: ["*.zim"]
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
env:
DOWNLOAD: http://download.kiwix.org/zim/wikipedia_en_chemistry_nopic.zim
service:
main:
ports:
main:
port: 10323
protocol: HTTP
targetPort: 80
persistence:
data:
enabled: true
mountPath: /data
portal:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "tc.common.loader.all" . }}

View File

@@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/kiwix-serve.png
categories:
- Productivity

View File

@@ -0,0 +1,99 @@
# Changelog
## [kiwix-serve-1.0.1](https://github.com/truecharts/charts/compare/kiwix-serve-0.0.27...kiwix-serve-1.0.1) (2022-09-23)
### Fix
- Serve all .zim files in the data dir ([#3848](https://github.com/truecharts/charts/issues/3848))
## [kiwix-serve-0.0.27](https://github.com/truecharts/charts/compare/kiwix-serve-0.0.26...kiwix-serve-0.0.27) (2022-09-22)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [kiwix-serve-0.0.27](https://github.com/truecharts/charts/compare/kiwix-serve-0.0.26...kiwix-serve-0.0.27) (2022-09-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [kiwix-serve-0.0.27](https://github.com/truecharts/charts/compare/kiwix-serve-0.0.26...kiwix-serve-0.0.27) (2022-09-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
## [kiwix-serve-0.0.27](https://github.com/truecharts/charts/compare/kiwix-serve-0.0.26...kiwix-serve-0.0.27) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))

View File

@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.10
digest: sha256:336e6960f0537ccd930cdb8b5c05714d2489a6ae1d1402322346809b13e4660b
generated: "2022-09-23T05:52:49.120328868Z"

View File

@@ -21,7 +21,7 @@ sources:
- https://github.com/itzg/docker-minecraft-server
- https://hub.docker.com/r/itzg/minecraft-server
type: application
version: 1.0.32
version: 1.0.33
annotations:
truecharts.org/catagories: |
- games

View File

@@ -267,7 +267,7 @@ questions:
label: "Player idle timeout"
schema:
type: int
min: 1
min: 0
required: true
default: 30
- variable: MAX_THREADS