From 0e530d4907fad93302aaf7800a03e1006ae949ee Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 20 Jan 2023 13:57:53 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/adguard-home/4.0.10/app-changelog.md | 9 -- .../{4.0.10 => 4.0.11}/CHANGELOG.md | 18 +-- .../{4.0.10 => 4.0.11}/Chart.yaml | 4 +- .../adguard-home/{4.0.10 => 4.0.11}/README.md | 0 stable/adguard-home/4.0.11/app-changelog.md | 9 ++ .../{4.0.10 => 4.0.11}/app-readme.md | 2 +- .../charts/common-11.1.2.tgz | Bin .../{4.0.10 => 4.0.11}/ix_values.yaml | 2 +- .../{4.0.10 => 4.0.11}/questions.yaml | 104 +++++++++--------- .../{4.0.10 => 4.0.11}/templates/common.yaml | 0 .../{4.0.10 => 4.0.11}/values.yaml | 0 11 files changed, 74 insertions(+), 74 deletions(-) delete mode 100644 stable/adguard-home/4.0.10/app-changelog.md rename stable/adguard-home/{4.0.10 => 4.0.11}/CHANGELOG.md (90%) rename stable/adguard-home/{4.0.10 => 4.0.11}/Chart.yaml (95%) rename stable/adguard-home/{4.0.10 => 4.0.11}/README.md (100%) create mode 100644 stable/adguard-home/4.0.11/app-changelog.md rename stable/adguard-home/{4.0.10 => 4.0.11}/app-readme.md (72%) rename stable/adguard-home/{4.0.10 => 4.0.11}/charts/common-11.1.2.tgz (100%) rename stable/adguard-home/{4.0.10 => 4.0.11}/ix_values.yaml (96%) rename stable/adguard-home/{4.0.10 => 4.0.11}/questions.yaml (98%) rename stable/adguard-home/{4.0.10 => 4.0.11}/templates/common.yaml (100%) rename stable/adguard-home/{4.0.10 => 4.0.11}/values.yaml (100%) diff --git a/stable/adguard-home/4.0.10/app-changelog.md b/stable/adguard-home/4.0.10/app-changelog.md deleted file mode 100644 index b6807acff1..0000000000 --- a/stable/adguard-home/4.0.10/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [adguard-home-4.0.10](https://github.com/truecharts/charts/compare/adguard-home-4.0.9...adguard-home-4.0.10) (2022-12-27) - -### Chore - -- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856)) - - \ No newline at end of file diff --git a/stable/adguard-home/4.0.10/CHANGELOG.md b/stable/adguard-home/4.0.11/CHANGELOG.md similarity index 90% rename from stable/adguard-home/4.0.10/CHANGELOG.md rename to stable/adguard-home/4.0.11/CHANGELOG.md index c4549a0b04..5173446d93 100644 --- a/stable/adguard-home/4.0.10/CHANGELOG.md +++ b/stable/adguard-home/4.0.11/CHANGELOG.md @@ -4,6 +4,15 @@ +## [adguard-home-4.0.11](https://github.com/truecharts/charts/compare/adguard-home-4.0.10...adguard-home-4.0.11) (2023-01-20) + +### Chore + +- update container image tccr.io/truecharts/adguard-home to v0.107.22 + + + + ## [adguard-home-4.0.10](https://github.com/truecharts/charts/compare/adguard-home-4.0.9...adguard-home-4.0.10) (2022-12-27) ### Chore @@ -88,12 +97,3 @@ ## [adguard-home-4.0.3](https://github.com/truecharts/charts/compare/adguard-home-4.0.2...adguard-home-4.0.3) (2022-11-30) - - - - -## [adguard-home-4.0.3](https://github.com/truecharts/charts/compare/adguard-home-4.0.2...adguard-home-4.0.3) (2022-11-30) - - - - diff --git a/stable/adguard-home/4.0.10/Chart.yaml b/stable/adguard-home/4.0.11/Chart.yaml similarity index 95% rename from stable/adguard-home/4.0.10/Chart.yaml rename to stable/adguard-home/4.0.11/Chart.yaml index 0d3d2fd1af..75610b30fd 100644 --- a/stable/adguard-home/4.0.10/Chart.yaml +++ b/stable/adguard-home/4.0.11/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.107.21" +appVersion: "0.107.22" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -19,7 +19,7 @@ name: adguard-home sources: - https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home - https://hub.docker.com/r/adguard/adguardhome -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/adguard-home/4.0.10/README.md b/stable/adguard-home/4.0.11/README.md similarity index 100% rename from stable/adguard-home/4.0.10/README.md rename to stable/adguard-home/4.0.11/README.md diff --git a/stable/adguard-home/4.0.11/app-changelog.md b/stable/adguard-home/4.0.11/app-changelog.md new file mode 100644 index 0000000000..fc16e2e4f7 --- /dev/null +++ b/stable/adguard-home/4.0.11/app-changelog.md @@ -0,0 +1,9 @@ + + +## [adguard-home-4.0.11](https://github.com/truecharts/charts/compare/adguard-home-4.0.10...adguard-home-4.0.11) (2023-01-20) + +### Chore + +- update container image tccr.io/truecharts/adguard-home to v0.107.22 + + \ No newline at end of file diff --git a/stable/adguard-home/4.0.10/app-readme.md b/stable/adguard-home/4.0.11/app-readme.md similarity index 72% rename from stable/adguard-home/4.0.10/app-readme.md rename to stable/adguard-home/4.0.11/app-readme.md index 3d95799ae8..1c242b2b9b 100644 --- a/stable/adguard-home/4.0.10/app-readme.md +++ b/stable/adguard-home/4.0.11/app-readme.md @@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http --- TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/adguard-home/4.0.10/charts/common-11.1.2.tgz b/stable/adguard-home/4.0.11/charts/common-11.1.2.tgz similarity index 100% rename from stable/adguard-home/4.0.10/charts/common-11.1.2.tgz rename to stable/adguard-home/4.0.11/charts/common-11.1.2.tgz diff --git a/stable/adguard-home/4.0.10/ix_values.yaml b/stable/adguard-home/4.0.11/ix_values.yaml similarity index 96% rename from stable/adguard-home/4.0.10/ix_values.yaml rename to stable/adguard-home/4.0.11/ix_values.yaml index 00edd85d01..90deff9d3d 100644 --- a/stable/adguard-home/4.0.10/ix_values.yaml +++ b/stable/adguard-home/4.0.11/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/adguard-home - tag: 0.107.21@sha256:347a20bca6a552df68fbfb68e3e1abed3139f9cb2e007dd6e00501bc7859f357 + tag: 0.107.22@sha256:c9eb4e8acc08f5453a3c16ae81409c298ff16e9c5bb88830a575231923315a69 pullPolicy: IfNotPresent # Those args are copied from the upstream Dockerfile. diff --git a/stable/adguard-home/4.0.10/questions.yaml b/stable/adguard-home/4.0.11/questions.yaml similarity index 98% rename from stable/adguard-home/4.0.10/questions.yaml rename to stable/adguard-home/4.0.11/questions.yaml index 2a29d1111e..55a4620ffd 100644 --- a/stable/adguard-home/4.0.10/questions.yaml +++ b/stable/adguard-home/4.0.11/questions.yaml @@ -1481,58 +1481,58 @@ questions: $ref: - "definitions/gpuConfiguration" attrs: [] - - variable: horizontalPodAutoscaler - group: Advanced - label: (Advanced) Horizontal Pod Autoscaler - schema: - type: list - default: [] - items: - - variable: hpaEntry - label: HPA Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: target - label: Target - description: Deployment name, Defaults to Main Deployment - schema: - type: string - default: "" - - variable: minReplicas - label: Minimum Replicas - schema: - type: int - default: 1 - - variable: maxReplicas - label: Maximum Replicas - schema: - type: int - default: 5 - - variable: targetCPUUtilizationPercentage - label: Target CPU Utilization Percentage - schema: - type: int - default: 80 - - variable: targetMemoryUtilizationPercentage - label: Target Memory Utilization Percentage - schema: - type: int - default: 80 +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 - variable: networkPolicy group: Advanced label: (Advanced) Network Policy diff --git a/stable/adguard-home/4.0.10/templates/common.yaml b/stable/adguard-home/4.0.11/templates/common.yaml similarity index 100% rename from stable/adguard-home/4.0.10/templates/common.yaml rename to stable/adguard-home/4.0.11/templates/common.yaml diff --git a/stable/adguard-home/4.0.10/values.yaml b/stable/adguard-home/4.0.11/values.yaml similarity index 100% rename from stable/adguard-home/4.0.10/values.yaml rename to stable/adguard-home/4.0.11/values.yaml