From 3d098a340205fb5bd4b8a144f235bed165906d99 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 19 Jan 2023 17:33:07 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/homarr/4.0.8/app-changelog.md | 9 -- stable/homarr/{4.0.8 => 4.0.9}/CHANGELOG.md | 18 +-- stable/homarr/{4.0.8 => 4.0.9}/Chart.yaml | 4 +- stable/homarr/{4.0.8 => 4.0.9}/README.md | 0 stable/homarr/4.0.9/app-changelog.md | 9 ++ stable/homarr/{4.0.8 => 4.0.9}/app-readme.md | 2 +- .../{4.0.8 => 4.0.9}/charts/common-11.1.2.tgz | Bin stable/homarr/{4.0.8 => 4.0.9}/ix_values.yaml | 2 +- stable/homarr/{4.0.8 => 4.0.9}/questions.yaml | 104 +++++++++--------- .../{4.0.8 => 4.0.9}/templates/common.yaml | 0 stable/homarr/{4.0.8 => 4.0.9}/values.yaml | 0 stable/synapse/7.0.19/app-changelog.md | 9 -- .../synapse/{7.0.19 => 7.0.20}/CHANGELOG.md | 18 +-- stable/synapse/{7.0.19 => 7.0.20}/Chart.yaml | 4 +- stable/synapse/{7.0.19 => 7.0.20}/README.md | 0 stable/synapse/7.0.20/app-changelog.md | 9 ++ .../synapse/{7.0.19 => 7.0.20}/app-readme.md | 0 .../charts/common-11.1.2.tgz | Bin .../charts/postgresql-11.0.20.tgz | Bin .../synapse/{7.0.19 => 7.0.20}/ix_values.yaml | 2 +- .../synapse/{7.0.19 => 7.0.20}/questions.yaml | 104 +++++++++--------- .../templates/_configmap.tpl | 0 .../{7.0.19 => 7.0.20}/templates/_helpers.tpl | 0 .../{7.0.19 => 7.0.20}/templates/_secret.tpl | 0 .../{7.0.19 => 7.0.20}/templates/common.yaml | 0 stable/synapse/{7.0.19 => 7.0.20}/values.yaml | 0 26 files changed, 147 insertions(+), 147 deletions(-) delete mode 100644 stable/homarr/4.0.8/app-changelog.md rename stable/homarr/{4.0.8 => 4.0.9}/CHANGELOG.md (89%) rename stable/homarr/{4.0.8 => 4.0.9}/Chart.yaml (95%) rename stable/homarr/{4.0.8 => 4.0.9}/README.md (100%) create mode 100644 stable/homarr/4.0.9/app-changelog.md rename stable/homarr/{4.0.8 => 4.0.9}/app-readme.md (74%) rename stable/homarr/{4.0.8 => 4.0.9}/charts/common-11.1.2.tgz (100%) rename stable/homarr/{4.0.8 => 4.0.9}/ix_values.yaml (79%) rename stable/homarr/{4.0.8 => 4.0.9}/questions.yaml (97%) rename stable/homarr/{4.0.8 => 4.0.9}/templates/common.yaml (100%) rename stable/homarr/{4.0.8 => 4.0.9}/values.yaml (100%) delete mode 100644 stable/synapse/7.0.19/app-changelog.md rename stable/synapse/{7.0.19 => 7.0.20}/CHANGELOG.md (92%) rename stable/synapse/{7.0.19 => 7.0.20}/Chart.yaml (95%) rename stable/synapse/{7.0.19 => 7.0.20}/README.md (100%) create mode 100644 stable/synapse/7.0.20/app-changelog.md rename stable/synapse/{7.0.19 => 7.0.20}/app-readme.md (100%) rename stable/synapse/{7.0.19 => 7.0.20}/charts/common-11.1.2.tgz (100%) rename stable/synapse/{7.0.19 => 7.0.20}/charts/postgresql-11.0.20.tgz (100%) rename stable/synapse/{7.0.19 => 7.0.20}/ix_values.yaml (99%) rename stable/synapse/{7.0.19 => 7.0.20}/questions.yaml (98%) rename stable/synapse/{7.0.19 => 7.0.20}/templates/_configmap.tpl (100%) rename stable/synapse/{7.0.19 => 7.0.20}/templates/_helpers.tpl (100%) rename stable/synapse/{7.0.19 => 7.0.20}/templates/_secret.tpl (100%) rename stable/synapse/{7.0.19 => 7.0.20}/templates/common.yaml (100%) rename stable/synapse/{7.0.19 => 7.0.20}/values.yaml (100%) diff --git a/stable/homarr/4.0.8/app-changelog.md b/stable/homarr/4.0.8/app-changelog.md deleted file mode 100644 index b24a7604ba..0000000000 --- a/stable/homarr/4.0.8/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [homarr-4.0.8](https://github.com/truecharts/charts/compare/homarr-4.0.7...homarr-4.0.8) (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/homarr/4.0.8/CHANGELOG.md b/stable/homarr/4.0.9/CHANGELOG.md similarity index 89% rename from stable/homarr/4.0.8/CHANGELOG.md rename to stable/homarr/4.0.9/CHANGELOG.md index c3dc2333e3..6048070242 100644 --- a/stable/homarr/4.0.8/CHANGELOG.md +++ b/stable/homarr/4.0.9/CHANGELOG.md @@ -4,6 +4,15 @@ +## [homarr-4.0.9](https://github.com/truecharts/charts/compare/homarr-4.0.8...homarr-4.0.9) (2023-01-19) + +### Chore + +- update container image tccr.io/truecharts/homarr to v0.11.1 + + + + ## [homarr-4.0.8](https://github.com/truecharts/charts/compare/homarr-4.0.7...homarr-4.0.8) (2022-12-27) ### Chore @@ -88,12 +97,3 @@ - -## [homarr-4.0.2](https://github.com/truecharts/charts/compare/homarr-4.0.1...homarr-4.0.2) (2022-11-30) - - - - -## [homarr-4.0.2](https://github.com/truecharts/charts/compare/homarr-4.0.1...homarr-4.0.2) (2022-11-30) - - diff --git a/stable/homarr/4.0.8/Chart.yaml b/stable/homarr/4.0.9/Chart.yaml similarity index 95% rename from stable/homarr/4.0.8/Chart.yaml rename to stable/homarr/4.0.9/Chart.yaml index 92fd3638ba..41d0e66976 100644 --- a/stable/homarr/4.0.8/Chart.yaml +++ b/stable/homarr/4.0.9/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.10.7" +appVersion: "0.11.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -18,7 +18,7 @@ name: homarr sources: - https://github.com/truecharts/charts/tree/master/charts/stable/homarr - https://github.com/ajnart/homarr -version: 4.0.8 +version: 4.0.9 annotations: truecharts.org/catagories: | - media diff --git a/stable/homarr/4.0.8/README.md b/stable/homarr/4.0.9/README.md similarity index 100% rename from stable/homarr/4.0.8/README.md rename to stable/homarr/4.0.9/README.md diff --git a/stable/homarr/4.0.9/app-changelog.md b/stable/homarr/4.0.9/app-changelog.md new file mode 100644 index 0000000000..bb71df9a0c --- /dev/null +++ b/stable/homarr/4.0.9/app-changelog.md @@ -0,0 +1,9 @@ + + +## [homarr-4.0.9](https://github.com/truecharts/charts/compare/homarr-4.0.8...homarr-4.0.9) (2023-01-19) + +### Chore + +- update container image tccr.io/truecharts/homarr to v0.11.1 + + \ No newline at end of file diff --git a/stable/homarr/4.0.8/app-readme.md b/stable/homarr/4.0.9/app-readme.md similarity index 74% rename from stable/homarr/4.0.8/app-readme.md rename to stable/homarr/4.0.9/app-readme.md index 2865a7f9e2..ce82dd59f5 100644 --- a/stable/homarr/4.0.8/app-readme.md +++ b/stable/homarr/4.0.9/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/homarr/4.0.8/charts/common-11.1.2.tgz b/stable/homarr/4.0.9/charts/common-11.1.2.tgz similarity index 100% rename from stable/homarr/4.0.8/charts/common-11.1.2.tgz rename to stable/homarr/4.0.9/charts/common-11.1.2.tgz diff --git a/stable/homarr/4.0.8/ix_values.yaml b/stable/homarr/4.0.9/ix_values.yaml similarity index 79% rename from stable/homarr/4.0.8/ix_values.yaml rename to stable/homarr/4.0.9/ix_values.yaml index 31fcb05d38..c80bb7473f 100644 --- a/stable/homarr/4.0.8/ix_values.yaml +++ b/stable/homarr/4.0.9/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/homarr - tag: 0.10.7@sha256:3b7102ce692cc0e95c8695ed6022da0835c438ba59c5e5e2beaf86b1ceb73a1e + tag: 0.11.1@sha256:69f518f7276de63e5c573cfebb73c51eabbdf104b16ec0aa1436c91009977071 pullPolicy: IfNotPresent service: diff --git a/stable/homarr/4.0.8/questions.yaml b/stable/homarr/4.0.9/questions.yaml similarity index 97% rename from stable/homarr/4.0.8/questions.yaml rename to stable/homarr/4.0.9/questions.yaml index 4296991282..28c00a5c3d 100644 --- a/stable/homarr/4.0.8/questions.yaml +++ b/stable/homarr/4.0.9/questions.yaml @@ -1091,58 +1091,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/homarr/4.0.8/templates/common.yaml b/stable/homarr/4.0.9/templates/common.yaml similarity index 100% rename from stable/homarr/4.0.8/templates/common.yaml rename to stable/homarr/4.0.9/templates/common.yaml diff --git a/stable/homarr/4.0.8/values.yaml b/stable/homarr/4.0.9/values.yaml similarity index 100% rename from stable/homarr/4.0.8/values.yaml rename to stable/homarr/4.0.9/values.yaml diff --git a/stable/synapse/7.0.19/app-changelog.md b/stable/synapse/7.0.19/app-changelog.md deleted file mode 100644 index 084dc1a0e2..0000000000 --- a/stable/synapse/7.0.19/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [synapse-7.0.19](https://github.com/truecharts/charts/compare/synapse-7.0.18...synapse-7.0.19) (2023-01-17) - -### Chore - -- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430)) - - \ No newline at end of file diff --git a/stable/synapse/7.0.19/CHANGELOG.md b/stable/synapse/7.0.20/CHANGELOG.md similarity index 92% rename from stable/synapse/7.0.19/CHANGELOG.md rename to stable/synapse/7.0.20/CHANGELOG.md index 12fdc4cca4..60cd3d6361 100644 --- a/stable/synapse/7.0.19/CHANGELOG.md +++ b/stable/synapse/7.0.20/CHANGELOG.md @@ -4,6 +4,15 @@ +## [synapse-7.0.20](https://github.com/truecharts/charts/compare/synapse-7.0.19...synapse-7.0.20) (2023-01-19) + +### Chore + +- update container image tccr.io/truecharts/synapse to v1.75.0 + + + + ## [synapse-7.0.19](https://github.com/truecharts/charts/compare/synapse-7.0.18...synapse-7.0.19) (2023-01-17) ### Chore @@ -88,12 +97,3 @@ ## [synapse-7.0.10](https://github.com/truecharts/charts/compare/synapse-7.0.9...synapse-7.0.10) (2022-12-06) ### Chore - -- update container image tccr.io/truecharts/synapse to v1.73.0 - - - - -## [synapse-7.0.9](https://github.com/truecharts/charts/compare/synapse-7.0.8...synapse-7.0.9) (2022-12-05) - -### Chore diff --git a/stable/synapse/7.0.19/Chart.yaml b/stable/synapse/7.0.20/Chart.yaml similarity index 95% rename from stable/synapse/7.0.19/Chart.yaml rename to stable/synapse/7.0.20/Chart.yaml index 7ecf0ef982..4f9d8e4d35 100644 --- a/stable/synapse/7.0.19/Chart.yaml +++ b/stable/synapse/7.0.20/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.74.0" +appVersion: "1.75.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -25,7 +25,7 @@ name: synapse sources: - https://github.com/truecharts/charts/tree/master/charts/stable/synapse type: application -version: 7.0.19 +version: 7.0.20 annotations: truecharts.org/catagories: | - cloud diff --git a/stable/synapse/7.0.19/README.md b/stable/synapse/7.0.20/README.md similarity index 100% rename from stable/synapse/7.0.19/README.md rename to stable/synapse/7.0.20/README.md diff --git a/stable/synapse/7.0.20/app-changelog.md b/stable/synapse/7.0.20/app-changelog.md new file mode 100644 index 0000000000..33e8a0868f --- /dev/null +++ b/stable/synapse/7.0.20/app-changelog.md @@ -0,0 +1,9 @@ + + +## [synapse-7.0.20](https://github.com/truecharts/charts/compare/synapse-7.0.19...synapse-7.0.20) (2023-01-19) + +### Chore + +- update container image tccr.io/truecharts/synapse to v1.75.0 + + \ No newline at end of file diff --git a/stable/synapse/7.0.19/app-readme.md b/stable/synapse/7.0.20/app-readme.md similarity index 100% rename from stable/synapse/7.0.19/app-readme.md rename to stable/synapse/7.0.20/app-readme.md diff --git a/stable/synapse/7.0.19/charts/common-11.1.2.tgz b/stable/synapse/7.0.20/charts/common-11.1.2.tgz similarity index 100% rename from stable/synapse/7.0.19/charts/common-11.1.2.tgz rename to stable/synapse/7.0.20/charts/common-11.1.2.tgz diff --git a/stable/synapse/7.0.19/charts/postgresql-11.0.20.tgz b/stable/synapse/7.0.20/charts/postgresql-11.0.20.tgz similarity index 100% rename from stable/synapse/7.0.19/charts/postgresql-11.0.20.tgz rename to stable/synapse/7.0.20/charts/postgresql-11.0.20.tgz diff --git a/stable/synapse/7.0.19/ix_values.yaml b/stable/synapse/7.0.20/ix_values.yaml similarity index 99% rename from stable/synapse/7.0.19/ix_values.yaml rename to stable/synapse/7.0.20/ix_values.yaml index 5ba031c758..705cd08ad6 100644 --- a/stable/synapse/7.0.19/ix_values.yaml +++ b/stable/synapse/7.0.20/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/synapse pullPolicy: IfNotPresent - tag: 1.74.0@sha256:767f2d077e1737330320596d2cdf10c46fc4356f1181bcb063462bbaf6fc1456 + tag: 1.75.0@sha256:ecc2d24cef1e02f01185a080418a1e0f90464532966d4d126991f36d25a94277 command: - sh diff --git a/stable/synapse/7.0.19/questions.yaml b/stable/synapse/7.0.20/questions.yaml similarity index 98% rename from stable/synapse/7.0.19/questions.yaml rename to stable/synapse/7.0.20/questions.yaml index 1d6b32aa8d..f48a048614 100644 --- a/stable/synapse/7.0.19/questions.yaml +++ b/stable/synapse/7.0.20/questions.yaml @@ -1565,58 +1565,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/synapse/7.0.19/templates/_configmap.tpl b/stable/synapse/7.0.20/templates/_configmap.tpl similarity index 100% rename from stable/synapse/7.0.19/templates/_configmap.tpl rename to stable/synapse/7.0.20/templates/_configmap.tpl diff --git a/stable/synapse/7.0.19/templates/_helpers.tpl b/stable/synapse/7.0.20/templates/_helpers.tpl similarity index 100% rename from stable/synapse/7.0.19/templates/_helpers.tpl rename to stable/synapse/7.0.20/templates/_helpers.tpl diff --git a/stable/synapse/7.0.19/templates/_secret.tpl b/stable/synapse/7.0.20/templates/_secret.tpl similarity index 100% rename from stable/synapse/7.0.19/templates/_secret.tpl rename to stable/synapse/7.0.20/templates/_secret.tpl diff --git a/stable/synapse/7.0.19/templates/common.yaml b/stable/synapse/7.0.20/templates/common.yaml similarity index 100% rename from stable/synapse/7.0.19/templates/common.yaml rename to stable/synapse/7.0.20/templates/common.yaml diff --git a/stable/synapse/7.0.19/values.yaml b/stable/synapse/7.0.20/values.yaml similarity index 100% rename from stable/synapse/7.0.19/values.yaml rename to stable/synapse/7.0.20/values.yaml