Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-07-13 05:31:17 +00:00
parent ae16061f75
commit decdba3b36
12 changed files with 2414 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Changelog
## [lancache-dns-0.0.1]lancache-dns-0.0.1 (2022-07-13)
### Feat
- Add lancache-dns ([#3154](https://github.com/truecharts/apps/issues/3154))

View File

@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.4
digest: sha256:e76f58e980866194e06f0e9135c981662f0b1132d3c5848dbf344c48ab657396
generated: "2022-07-13T05:28:35.283286499Z"

View File

@@ -0,0 +1,29 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: lancache-dns
version: 0.0.1
appVersion: "latest"
description: DNS Docker service for a steamcache.
type: application
deprecated: false
home: https://github.com/truecharts/apps/tree/master/charts/incubator/lancache-dns
icon: https://truecharts.org/img/appicons/lancache-dns.png
keywords:
- lancache-dns
- dns
sources:
- https://hub.docker.com/r/lancachenet/lancache-dns
- https://github.com/lancachenet/lancache-dns
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.4
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
annotations:
truecharts.org/catagories: |
- incubator
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -0,0 +1,43 @@
# lancache-dns
DNS Docker service for a steamcache.
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://hub.docker.com/r/lancachenet/lancache-dns>
* <https://github.com/lancachenet/lancache-dns>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.4 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
## Upgrading, Rolling Back and Uninstalling the Chart
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project

View File

@@ -0,0 +1,3 @@
DNS Docker service for a steamcache.
This App is supplied by TrueCharts, for more information please visit https://truecharts.org

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,32 @@
image:
repository: lancachenet/lancache-dns
tag: latest@sha256:044731289e4c0bf93cf33e76482abd56c984f9dd6b68538bfc493da2b0283d98
pullPolicy: IfNotPresent
env:
CACHE_DOMAINS_REPO: "https://github.com/uklans/cache-domains.git"
CACHE_DOMAINS_BRANCH: "master"
UPSTREAM_DNS: "1.1.1.1;1.0.0.1"
# If you are using a single monolithic instance set this to true
# USE_GENERIC_CACHE: true
# Set IP for the monolithic app, only if USE_GENERIC_CACHE is true
# LANCACHE_IP: "127.0.0.1"
DISABLE_BLIZZARD: false
DISABLE_RIOT: false
DISABLE_UPLAY: false
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: UDP
port: 53
targetPort: 53

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
{{ include "tc.common.loader.all" . }}

View File

View File

@@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/appicons/lancache-dns.png
categories:
- incubator