Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-12-21 14:15:49 +00:00
parent 5ecab94bc2
commit 8a3ad03a12
11 changed files with 2718 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
**Important:**
*for the complete changelog, please refer to the website*
## [adguardhome-sync-4.0.8](https://github.com/truecharts/charts/compare/adguardhome-sync-4.0.7...adguardhome-sync-4.0.8) (2023-12-21)
### Chore
- move adguard-home-sync to stable

View File

@@ -0,0 +1,37 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: adguardhome-sync
version: 4.0.8
appVersion: 0.5.1
description: Synchronize AdGuardHome config to replica instances.
home: https://truecharts.org/charts/incubator/adguardhome-sync
icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.png
deprecated: false
sources:
- https://github.com/bakito/adguardhome-sync/
- https://github.com/truecharts/charts/tree/master/charts/incubator/adguardhome-sync
- https://ghcr.io/bakito/adguardhome-sync
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- adguardhome-sync
- Other
dependencies:
- name: common
version: 16.2.7
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Other
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application

View File

@@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/adguardhome-sync)
**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)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/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,9 @@
## [adguardhome-sync-4.0.8](https://github.com/truecharts/charts/compare/adguardhome-sync-4.0.7...adguardhome-sync-4.0.8) (2023-12-21)
### Chore
- move adguard-home-sync to stable

View File

@@ -0,0 +1,8 @@
Synchronize AdGuardHome config to replica instances.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/adguardhome-sync](https://truecharts.org/charts/stable/adguardhome-sync)
---
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.

View File

@@ -0,0 +1,43 @@
image:
pullPolicy: IfNotPresent
repository: ghcr.io/bakito/adguardhome-sync
tag: v0.5.1@sha256:34c718be3a9a7587e744d70a6d6cb9ed731fd9abbee4994fa920fa7e51d595c2
portal:
open:
enabled: true
service:
main:
ports:
main:
port: 8080
protocol: http
targetPort: 8080
workload:
main:
podSpec:
containers:
main:
args:
- run
env:
CRON: "*/10 * * * *"
FEATURES_CLIENTSETTINGS: "true"
FEATURES_DHCP_SERVERCONFIG: "true"
FEATURES_DHCP_STATICLEASES: "true"
FEATURES_DNS_ACCESSLISTS: "true"
FEATURES_DNS_REWRITES: "true"
FEATURES_DNS_SERVERCONFIG: "true"
FEATURES_FILTERS: "true"
FEATURES_GENERALSETTINGS: "true"
FEATURES_QUERYLOGCONFIG: "true"
FEATURES_SERVICES: "true"
FEATURES_STATSCONFIG: "true"
ORIGIN_PASSWORD: password
ORIGIN_URL: https://192.168.1.2:3000
ORIGIN_USERNAME: username
REPLICA_AUTOSETUP: "false"
REPLICA_INTERFACENAME: ""
REPLICA_PASSWORD: password
REPLICA_URL: http://192.168.1.3
REPLICA_USERNAME: username
RUNONSTART: "true"

File diff suppressed because it is too large Load Diff

View File

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

View File

@@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.png
categories:
- Other
screenshots: []