diff --git a/dependency/redis/5.0.26/app-changelog.md b/dependency/redis/5.0.26/app-changelog.md deleted file mode 100644 index 62dc0d71751..00000000000 --- a/dependency/redis/5.0.26/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [redis-5.0.26](https://github.com/truecharts/charts/compare/redis-5.0.25...redis-5.0.26) (2023-01-15) - -### Fix - -- don't run manifest Manager on most dependency apps. ([#6384](https://github.com/truecharts/charts/issues/6384)) - - \ No newline at end of file diff --git a/dependency/redis/5.0.26/CHANGELOG.md b/dependency/redis/5.0.27/CHANGELOG.md similarity index 94% rename from dependency/redis/5.0.26/CHANGELOG.md rename to dependency/redis/5.0.27/CHANGELOG.md index 00f7c5c321b..de85a183e76 100644 --- a/dependency/redis/5.0.26/CHANGELOG.md +++ b/dependency/redis/5.0.27/CHANGELOG.md @@ -4,6 +4,15 @@ +## [redis-5.0.27](https://github.com/truecharts/charts/compare/redis-5.0.26...redis-5.0.27) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/redis to 7.0.7 + + + + ## [redis-5.0.26](https://github.com/truecharts/charts/compare/redis-5.0.25...redis-5.0.26) (2023-01-15) ### Fix @@ -88,12 +97,3 @@ ## [redis-5.0.17](https://github.com/truecharts/charts/compare/redis-5.0.16...redis-5.0.17) (2022-12-19) ### Chore - -- update container image tccr.io/truecharts/redis to 7.0.7 - - - - -## [redis-5.0.16](https://github.com/truecharts/charts/compare/redis-5.0.15...redis-5.0.16) (2022-12-17) - - diff --git a/dependency/redis/5.0.26/Chart.yaml b/dependency/redis/5.0.27/Chart.yaml similarity index 98% rename from dependency/redis/5.0.26/Chart.yaml rename to dependency/redis/5.0.27/Chart.yaml index 1bdf80f23b8..2a9bc450ea8 100644 --- a/dependency/redis/5.0.26/Chart.yaml +++ b/dependency/redis/5.0.27/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/bitnami/bitnami-docker-redis - http://redis.io/ type: application -version: 5.0.26 +version: 5.0.27 annotations: truecharts.org/catagories: | - database diff --git a/dependency/redis/5.0.26/README.md b/dependency/redis/5.0.27/README.md similarity index 100% rename from dependency/redis/5.0.26/README.md rename to dependency/redis/5.0.27/README.md diff --git a/dependency/redis/5.0.27/app-changelog.md b/dependency/redis/5.0.27/app-changelog.md new file mode 100644 index 00000000000..107d87389d1 --- /dev/null +++ b/dependency/redis/5.0.27/app-changelog.md @@ -0,0 +1,9 @@ + + +## [redis-5.0.27](https://github.com/truecharts/charts/compare/redis-5.0.26...redis-5.0.27) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/redis to 7.0.7 + + \ No newline at end of file diff --git a/dependency/redis/5.0.26/app-readme.md b/dependency/redis/5.0.27/app-readme.md similarity index 100% rename from dependency/redis/5.0.26/app-readme.md rename to dependency/redis/5.0.27/app-readme.md diff --git a/dependency/redis/5.0.26/charts/common-11.1.2.tgz b/dependency/redis/5.0.27/charts/common-11.1.2.tgz similarity index 100% rename from dependency/redis/5.0.26/charts/common-11.1.2.tgz rename to dependency/redis/5.0.27/charts/common-11.1.2.tgz diff --git a/dependency/redis/5.0.26/ix_values.yaml b/dependency/redis/5.0.27/ix_values.yaml similarity index 98% rename from dependency/redis/5.0.26/ix_values.yaml rename to dependency/redis/5.0.27/ix_values.yaml index c28f15df848..eac4d37f49d 100644 --- a/dependency/redis/5.0.26/ix_values.yaml +++ b/dependency/redis/5.0.27/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/redis pullPolicy: IfNotPresent - tag: 7.0.7@sha256:aece92d54cff3a5b984bc114165643898aed87b504e2bb6d19eaefb25082fff1 + tag: 7.0.7@sha256:547bada4d62b31a3fa60ca58e52a3bc9c2a3138feeb424af2b412af9e21d676f controller: # -- Set the controller type. diff --git a/dependency/redis/5.0.26/questions.yaml b/dependency/redis/5.0.27/questions.yaml similarity index 97% rename from dependency/redis/5.0.26/questions.yaml rename to dependency/redis/5.0.27/questions.yaml index 079b43a0124..3149a9b45b4 100644 --- a/dependency/redis/5.0.26/questions.yaml +++ b/dependency/redis/5.0.27/questions.yaml @@ -767,58 +767,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/dependency/redis/5.0.26/templates/common.yaml b/dependency/redis/5.0.27/templates/common.yaml similarity index 100% rename from dependency/redis/5.0.26/templates/common.yaml rename to dependency/redis/5.0.27/templates/common.yaml diff --git a/dependency/redis/5.0.26/values.yaml b/dependency/redis/5.0.27/values.yaml similarity index 100% rename from dependency/redis/5.0.26/values.yaml rename to dependency/redis/5.0.27/values.yaml diff --git a/incubator/cryptpad/2.0.16/app-changelog.md b/incubator/cryptpad/2.0.16/app-changelog.md deleted file mode 100644 index 76f362cd69e..00000000000 --- a/incubator/cryptpad/2.0.16/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [cryptpad-2.0.16](https://github.com/truecharts/charts/compare/cryptpad-2.0.15...cryptpad-2.0.16) (2023-01-12) - -### Chore - -- update container image tccr.io/truecharts/cryptpad to latest - - \ No newline at end of file diff --git a/incubator/cryptpad/2.0.16/CHANGELOG.md b/incubator/cryptpad/2.0.17/CHANGELOG.md similarity index 94% rename from incubator/cryptpad/2.0.16/CHANGELOG.md rename to incubator/cryptpad/2.0.17/CHANGELOG.md index 9b4cc68d80d..2c417d3c212 100644 --- a/incubator/cryptpad/2.0.16/CHANGELOG.md +++ b/incubator/cryptpad/2.0.17/CHANGELOG.md @@ -4,6 +4,15 @@ +## [cryptpad-2.0.17](https://github.com/truecharts/charts/compare/cryptpad-2.0.16...cryptpad-2.0.17) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/cryptpad to latest + + + + ## [cryptpad-2.0.16](https://github.com/truecharts/charts/compare/cryptpad-2.0.15...cryptpad-2.0.16) (2023-01-12) ### Chore @@ -85,15 +94,6 @@ -## [cryptpad-2.0.7](https://github.com/truecharts/charts/compare/cryptpad-2.0.5...cryptpad-2.0.7) (2022-11-30) - -### Chore - -- update container image tccr.io/truecharts/cryptpad to latest - - - - ## [cryptpad-2.0.7](https://github.com/truecharts/charts/compare/cryptpad-2.0.5...cryptpad-2.0.7) (2022-11-30) ### Chore diff --git a/incubator/cryptpad/2.0.16/Chart.yaml b/incubator/cryptpad/2.0.17/Chart.yaml similarity index 98% rename from incubator/cryptpad/2.0.16/Chart.yaml rename to incubator/cryptpad/2.0.17/Chart.yaml index c7fad053956..d21e00390e9 100644 --- a/incubator/cryptpad/2.0.16/Chart.yaml +++ b/incubator/cryptpad/2.0.17/Chart.yaml @@ -28,4 +28,4 @@ sources: - https://cryptpad.fr/ - https://hub.docker.com/r/promasu/cryptpad/ type: application -version: 2.0.16 +version: 2.0.17 diff --git a/incubator/cryptpad/2.0.16/README.md b/incubator/cryptpad/2.0.17/README.md similarity index 100% rename from incubator/cryptpad/2.0.16/README.md rename to incubator/cryptpad/2.0.17/README.md diff --git a/incubator/cryptpad/2.0.17/app-changelog.md b/incubator/cryptpad/2.0.17/app-changelog.md new file mode 100644 index 00000000000..306ed4677da --- /dev/null +++ b/incubator/cryptpad/2.0.17/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cryptpad-2.0.17](https://github.com/truecharts/charts/compare/cryptpad-2.0.16...cryptpad-2.0.17) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/cryptpad to latest + + \ No newline at end of file diff --git a/incubator/cryptpad/2.0.16/app-readme.md b/incubator/cryptpad/2.0.17/app-readme.md similarity index 79% rename from incubator/cryptpad/2.0.16/app-readme.md rename to incubator/cryptpad/2.0.17/app-readme.md index fa96d2acd88..bbdf8715d01 100644 --- a/incubator/cryptpad/2.0.16/app-readme.md +++ b/incubator/cryptpad/2.0.17/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/incubator/cryptpad/2.0.16/charts/common-11.1.2.tgz b/incubator/cryptpad/2.0.17/charts/common-11.1.2.tgz similarity index 100% rename from incubator/cryptpad/2.0.16/charts/common-11.1.2.tgz rename to incubator/cryptpad/2.0.17/charts/common-11.1.2.tgz diff --git a/incubator/cryptpad/2.0.16/ix_values.yaml b/incubator/cryptpad/2.0.17/ix_values.yaml similarity index 91% rename from incubator/cryptpad/2.0.16/ix_values.yaml rename to incubator/cryptpad/2.0.17/ix_values.yaml index 36ce00d65e9..d6de09570f8 100644 --- a/incubator/cryptpad/2.0.16/ix_values.yaml +++ b/incubator/cryptpad/2.0.17/ix_values.yaml @@ -2,7 +2,7 @@ env: {} image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/cryptpad - tag: latest@sha256:87a66391274204b494b30ce06dd6a7aecec49b36a17f56e9ce1dc9fefacf1195 + tag: latest@sha256:119d0cec9dc5e0584b943a9a0057c57fe2b81b433cacf5d4d28be2fc8a8fb8e4 persistence: blobpath: enabled: true diff --git a/incubator/cryptpad/2.0.16/questions.yaml b/incubator/cryptpad/2.0.17/questions.yaml similarity index 98% rename from incubator/cryptpad/2.0.16/questions.yaml rename to incubator/cryptpad/2.0.17/questions.yaml index dfa0c71af20..bc9c43fde38 100644 --- a/incubator/cryptpad/2.0.16/questions.yaml +++ b/incubator/cryptpad/2.0.17/questions.yaml @@ -1423,58 +1423,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/incubator/cryptpad/2.0.16/templates/common.yaml b/incubator/cryptpad/2.0.17/templates/common.yaml similarity index 100% rename from incubator/cryptpad/2.0.16/templates/common.yaml rename to incubator/cryptpad/2.0.17/templates/common.yaml diff --git a/incubator/cryptpad/2.0.16/values.yaml b/incubator/cryptpad/2.0.17/values.yaml similarity index 100% rename from incubator/cryptpad/2.0.16/values.yaml rename to incubator/cryptpad/2.0.17/values.yaml diff --git a/incubator/kdenlive/2.0.13/app-changelog.md b/incubator/kdenlive/2.0.13/app-changelog.md deleted file mode 100644 index b29df11f26b..00000000000 --- a/incubator/kdenlive/2.0.13/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [kdenlive-2.0.13](https://github.com/truecharts/charts/compare/kdenlive-vnc-2.0.7...kdenlive-2.0.13) (2023-01-07) - -### Chore - -- update container image tccr.io/truecharts/kdenlive to latest - - \ No newline at end of file diff --git a/incubator/kdenlive/2.0.13/CHANGELOG.md b/incubator/kdenlive/2.0.14/CHANGELOG.md similarity index 89% rename from incubator/kdenlive/2.0.13/CHANGELOG.md rename to incubator/kdenlive/2.0.14/CHANGELOG.md index 7c805ed5e91..dc17861bb65 100644 --- a/incubator/kdenlive/2.0.13/CHANGELOG.md +++ b/incubator/kdenlive/2.0.14/CHANGELOG.md @@ -4,6 +4,15 @@ +## [kdenlive-2.0.14](https://github.com/truecharts/charts/compare/kdenlive-2.0.13...kdenlive-2.0.14) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/kdenlive to latest + + + + ## [kdenlive-2.0.13](https://github.com/truecharts/charts/compare/kdenlive-vnc-2.0.7...kdenlive-2.0.13) (2023-01-07) ### Chore @@ -88,12 +97,3 @@ ## [kdenlive-2.0.4](https://github.com/truecharts/charts/compare/kdenlive-2.0.3...kdenlive-2.0.4) (2022-11-30) - - -## [kdenlive-2.0.4](https://github.com/truecharts/charts/compare/kdenlive-2.0.3...kdenlive-2.0.4) (2022-11-30) - - - - -## [kdenlive-2.0.4](https://github.com/truecharts/charts/compare/kdenlive-2.0.3...kdenlive-2.0.4) (2022-11-30) - diff --git a/incubator/kdenlive/2.0.13/Chart.yaml b/incubator/kdenlive/2.0.14/Chart.yaml similarity index 98% rename from incubator/kdenlive/2.0.13/Chart.yaml rename to incubator/kdenlive/2.0.14/Chart.yaml index 6a8da52dfe3..a005af6d339 100644 --- a/incubator/kdenlive/2.0.13/Chart.yaml +++ b/incubator/kdenlive/2.0.14/Chart.yaml @@ -27,4 +27,4 @@ sources: - https://github.com/orgs/linuxserver/packages/container/package/kdenlive - https://github.com/linuxserver/docker-kdenlive#readme type: application -version: 2.0.13 +version: 2.0.14 diff --git a/incubator/kdenlive/2.0.13/README.md b/incubator/kdenlive/2.0.14/README.md similarity index 100% rename from incubator/kdenlive/2.0.13/README.md rename to incubator/kdenlive/2.0.14/README.md diff --git a/incubator/kdenlive/2.0.14/app-changelog.md b/incubator/kdenlive/2.0.14/app-changelog.md new file mode 100644 index 00000000000..3c91919db5c --- /dev/null +++ b/incubator/kdenlive/2.0.14/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kdenlive-2.0.14](https://github.com/truecharts/charts/compare/kdenlive-2.0.13...kdenlive-2.0.14) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/kdenlive to latest + + \ No newline at end of file diff --git a/incubator/kdenlive/2.0.13/app-readme.md b/incubator/kdenlive/2.0.14/app-readme.md similarity index 76% rename from incubator/kdenlive/2.0.13/app-readme.md rename to incubator/kdenlive/2.0.14/app-readme.md index 394ace1771d..9b1c0469a30 100644 --- a/incubator/kdenlive/2.0.13/app-readme.md +++ b/incubator/kdenlive/2.0.14/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/incubator/kdenlive/2.0.13/charts/common-11.1.2.tgz b/incubator/kdenlive/2.0.14/charts/common-11.1.2.tgz similarity index 100% rename from incubator/kdenlive/2.0.13/charts/common-11.1.2.tgz rename to incubator/kdenlive/2.0.14/charts/common-11.1.2.tgz diff --git a/incubator/kdenlive/2.0.13/ix_values.yaml b/incubator/kdenlive/2.0.14/ix_values.yaml similarity index 83% rename from incubator/kdenlive/2.0.13/ix_values.yaml rename to incubator/kdenlive/2.0.14/ix_values.yaml index 7919967b383..1dbe382871d 100644 --- a/incubator/kdenlive/2.0.13/ix_values.yaml +++ b/incubator/kdenlive/2.0.14/ix_values.yaml @@ -5,7 +5,7 @@ env: image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/kdenlive - tag: latest@sha256:f3fb9b26a19a96c101cbd6398457b7de690a40f7a841366fa7cb1315da4d6c5e + tag: latest@sha256:5107ac8b8a7fff9d2b1a568daae17c96ba9aacfa0c96f886199f5dc20d3ac753 persistence: config: enabled: true diff --git a/incubator/kdenlive/2.0.13/questions.yaml b/incubator/kdenlive/2.0.14/questions.yaml similarity index 97% rename from incubator/kdenlive/2.0.13/questions.yaml rename to incubator/kdenlive/2.0.14/questions.yaml index a63cd9582b8..2b69b7f5e15 100644 --- a/incubator/kdenlive/2.0.13/questions.yaml +++ b/incubator/kdenlive/2.0.14/questions.yaml @@ -1046,58 +1046,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/incubator/kdenlive/2.0.13/templates/common.yaml b/incubator/kdenlive/2.0.14/templates/common.yaml similarity index 100% rename from incubator/kdenlive/2.0.13/templates/common.yaml rename to incubator/kdenlive/2.0.14/templates/common.yaml diff --git a/incubator/kdenlive/2.0.13/values.yaml b/incubator/kdenlive/2.0.14/values.yaml similarity index 100% rename from incubator/kdenlive/2.0.13/values.yaml rename to incubator/kdenlive/2.0.14/values.yaml diff --git a/incubator/pigallery2/2.0.8/app-changelog.md b/incubator/pigallery2/2.0.8/app-changelog.md deleted file mode 100644 index 4b34b2e6d79..00000000000 --- a/incubator/pigallery2/2.0.8/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [pigallery2-2.0.8](https://github.com/truecharts/charts/compare/pigallery2-2.0.7...pigallery2-2.0.8) (2023-01-12) - -### Chore - -- update container image tccr.io/truecharts/pigallery2 to latest - - \ No newline at end of file diff --git a/incubator/pigallery2/2.0.8/CHANGELOG.md b/incubator/pigallery2/2.0.9/CHANGELOG.md similarity index 89% rename from incubator/pigallery2/2.0.8/CHANGELOG.md rename to incubator/pigallery2/2.0.9/CHANGELOG.md index e8533f830b0..7986cc3f5f9 100644 --- a/incubator/pigallery2/2.0.8/CHANGELOG.md +++ b/incubator/pigallery2/2.0.9/CHANGELOG.md @@ -4,6 +4,15 @@ +## [pigallery2-2.0.9](https://github.com/truecharts/charts/compare/pigallery2-2.0.8...pigallery2-2.0.9) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/pigallery2 to latest + + + + ## [pigallery2-2.0.8](https://github.com/truecharts/charts/compare/pigallery2-2.0.7...pigallery2-2.0.8) (2023-01-12) ### Chore @@ -88,12 +97,3 @@ -## [pigallery2-2.0.2](https://github.com/truecharts/charts/compare/pigallery2-2.0.1...pigallery2-2.0.2) (2022-11-30) - - - - -## [pigallery2-2.0.2](https://github.com/truecharts/charts/compare/pigallery2-2.0.1...pigallery2-2.0.2) (2022-11-30) - - - diff --git a/incubator/pigallery2/2.0.8/Chart.yaml b/incubator/pigallery2/2.0.9/Chart.yaml similarity index 98% rename from incubator/pigallery2/2.0.8/Chart.yaml rename to incubator/pigallery2/2.0.9/Chart.yaml index 733c33e48fb..bf102534209 100644 --- a/incubator/pigallery2/2.0.8/Chart.yaml +++ b/incubator/pigallery2/2.0.9/Chart.yaml @@ -38,4 +38,4 @@ sources: - https://github.com/bpatrik/pigallery2 - https://hub.docker.com/r/bpatrik/pigallery2 type: application -version: 2.0.8 +version: 2.0.9 diff --git a/incubator/pigallery2/2.0.8/README.md b/incubator/pigallery2/2.0.9/README.md similarity index 100% rename from incubator/pigallery2/2.0.8/README.md rename to incubator/pigallery2/2.0.9/README.md diff --git a/incubator/pigallery2/2.0.9/app-changelog.md b/incubator/pigallery2/2.0.9/app-changelog.md new file mode 100644 index 00000000000..dec75062c39 --- /dev/null +++ b/incubator/pigallery2/2.0.9/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pigallery2-2.0.9](https://github.com/truecharts/charts/compare/pigallery2-2.0.8...pigallery2-2.0.9) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/pigallery2 to latest + + \ No newline at end of file diff --git a/incubator/pigallery2/2.0.8/app-readme.md b/incubator/pigallery2/2.0.9/app-readme.md similarity index 70% rename from incubator/pigallery2/2.0.8/app-readme.md rename to incubator/pigallery2/2.0.9/app-readme.md index c7b064cb05c..9733b3e0cb2 100644 --- a/incubator/pigallery2/2.0.8/app-readme.md +++ b/incubator/pigallery2/2.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/incubator/pigallery2/2.0.8/charts/common-11.1.2.tgz b/incubator/pigallery2/2.0.9/charts/common-11.1.2.tgz similarity index 100% rename from incubator/pigallery2/2.0.8/charts/common-11.1.2.tgz rename to incubator/pigallery2/2.0.9/charts/common-11.1.2.tgz diff --git a/incubator/pigallery2/2.0.8/ix_values.yaml b/incubator/pigallery2/2.0.9/ix_values.yaml similarity index 87% rename from incubator/pigallery2/2.0.8/ix_values.yaml rename to incubator/pigallery2/2.0.9/ix_values.yaml index 43867145b4b..5bd54499ad2 100644 --- a/incubator/pigallery2/2.0.8/ix_values.yaml +++ b/incubator/pigallery2/2.0.9/ix_values.yaml @@ -2,7 +2,7 @@ env: {} image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/pigallery2 - tag: latest@sha256:c8d6399ddc0ca9c8a7fe9f51506df4d99adf908696209fcf8c9e8cc3f9e4cca5 + tag: latest@sha256:c183828a39514a28d39028b5f2956f4b9d38edb16ede2e65cba494f5c12c28da persistence: config: enabled: true diff --git a/incubator/pigallery2/2.0.8/questions.yaml b/incubator/pigallery2/2.0.9/questions.yaml similarity index 98% rename from incubator/pigallery2/2.0.8/questions.yaml rename to incubator/pigallery2/2.0.9/questions.yaml index ac0519d5d0a..3573578c2e9 100644 --- a/incubator/pigallery2/2.0.8/questions.yaml +++ b/incubator/pigallery2/2.0.9/questions.yaml @@ -1231,58 +1231,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/incubator/pigallery2/2.0.8/templates/common.yaml b/incubator/pigallery2/2.0.9/templates/common.yaml similarity index 100% rename from incubator/pigallery2/2.0.8/templates/common.yaml rename to incubator/pigallery2/2.0.9/templates/common.yaml diff --git a/incubator/pigallery2/2.0.8/values.yaml b/incubator/pigallery2/2.0.9/values.yaml similarity index 100% rename from incubator/pigallery2/2.0.8/values.yaml rename to incubator/pigallery2/2.0.9/values.yaml diff --git a/incubator/pyload-ng/2.0.13/app-changelog.md b/incubator/pyload-ng/2.0.13/app-changelog.md deleted file mode 100644 index 77bbcb29ef3..00000000000 --- a/incubator/pyload-ng/2.0.13/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [pyload-ng-2.0.13](https://github.com/truecharts/charts/compare/pyload-ng-2.0.12...pyload-ng-2.0.13) (2023-01-12) - -### Chore - -- update container image tccr.io/truecharts/pyload-ng to latest - - \ No newline at end of file diff --git a/incubator/pyload-ng/2.0.13/CHANGELOG.md b/incubator/pyload-ng/2.0.14/CHANGELOG.md similarity index 94% rename from incubator/pyload-ng/2.0.13/CHANGELOG.md rename to incubator/pyload-ng/2.0.14/CHANGELOG.md index d601fe4a326..e55964e99dc 100644 --- a/incubator/pyload-ng/2.0.13/CHANGELOG.md +++ b/incubator/pyload-ng/2.0.14/CHANGELOG.md @@ -4,6 +4,15 @@ +## [pyload-ng-2.0.14](https://github.com/truecharts/charts/compare/pyload-ng-2.0.13...pyload-ng-2.0.14) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/pyload-ng to latest + + + + ## [pyload-ng-2.0.13](https://github.com/truecharts/charts/compare/pyload-ng-2.0.12...pyload-ng-2.0.13) (2023-01-12) ### Chore @@ -85,15 +94,6 @@ -## [pyload-ng-2.0.4](https://github.com/truecharts/charts/compare/pyload-ng-2.0.3...pyload-ng-2.0.4) (2022-12-01) - -### Chore - -- update container image tccr.io/truecharts/pyload-ng to latest - - - - ## [pyload-ng-2.0.4](https://github.com/truecharts/charts/compare/pyload-ng-2.0.3...pyload-ng-2.0.4) (2022-12-01) ### Chore diff --git a/incubator/pyload-ng/2.0.13/Chart.yaml b/incubator/pyload-ng/2.0.14/Chart.yaml similarity index 98% rename from incubator/pyload-ng/2.0.13/Chart.yaml rename to incubator/pyload-ng/2.0.14/Chart.yaml index d01bc54c522..a6976f0d66a 100644 --- a/incubator/pyload-ng/2.0.13/Chart.yaml +++ b/incubator/pyload-ng/2.0.14/Chart.yaml @@ -27,4 +27,4 @@ sources: - https://github.com/orgs/linuxserver/packages/container/package/pyload-ng - https://github.com/linuxserver/docker-pyload-ng#readme type: application -version: 2.0.13 +version: 2.0.14 diff --git a/incubator/pyload-ng/2.0.13/README.md b/incubator/pyload-ng/2.0.14/README.md similarity index 100% rename from incubator/pyload-ng/2.0.13/README.md rename to incubator/pyload-ng/2.0.14/README.md diff --git a/incubator/pyload-ng/2.0.14/app-changelog.md b/incubator/pyload-ng/2.0.14/app-changelog.md new file mode 100644 index 00000000000..4863e983247 --- /dev/null +++ b/incubator/pyload-ng/2.0.14/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pyload-ng-2.0.14](https://github.com/truecharts/charts/compare/pyload-ng-2.0.13...pyload-ng-2.0.14) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/pyload-ng to latest + + \ No newline at end of file diff --git a/incubator/pyload-ng/2.0.13/app-readme.md b/incubator/pyload-ng/2.0.14/app-readme.md similarity index 77% rename from incubator/pyload-ng/2.0.13/app-readme.md rename to incubator/pyload-ng/2.0.14/app-readme.md index 9e847ef6dd7..5004e682d14 100644 --- a/incubator/pyload-ng/2.0.13/app-readme.md +++ b/incubator/pyload-ng/2.0.14/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/incubator/pyload-ng/2.0.13/charts/common-11.1.2.tgz b/incubator/pyload-ng/2.0.14/charts/common-11.1.2.tgz similarity index 100% rename from incubator/pyload-ng/2.0.13/charts/common-11.1.2.tgz rename to incubator/pyload-ng/2.0.14/charts/common-11.1.2.tgz diff --git a/incubator/pyload-ng/2.0.13/ix_values.yaml b/incubator/pyload-ng/2.0.14/ix_values.yaml similarity index 87% rename from incubator/pyload-ng/2.0.13/ix_values.yaml rename to incubator/pyload-ng/2.0.14/ix_values.yaml index c43a7f53339..2d0ae92a76f 100644 --- a/incubator/pyload-ng/2.0.13/ix_values.yaml +++ b/incubator/pyload-ng/2.0.14/ix_values.yaml @@ -3,7 +3,7 @@ env: image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/pyload-ng - tag: latest@sha256:7836c88e779cdebd5a9df328e32b5888b416f75652e42a90a0a4f0e77d9e5eb9 + tag: latest@sha256:2d40103abde44855bc2876697a827194a85c806db09b389e3ca7898cae989cf1 persistence: config: enabled: true diff --git a/incubator/pyload-ng/2.0.13/questions.yaml b/incubator/pyload-ng/2.0.14/questions.yaml similarity index 97% rename from incubator/pyload-ng/2.0.13/questions.yaml rename to incubator/pyload-ng/2.0.14/questions.yaml index eb0422decdd..780e1ba4742 100644 --- a/incubator/pyload-ng/2.0.13/questions.yaml +++ b/incubator/pyload-ng/2.0.14/questions.yaml @@ -1156,58 +1156,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/incubator/pyload-ng/2.0.13/templates/common.yaml b/incubator/pyload-ng/2.0.14/templates/common.yaml similarity index 100% rename from incubator/pyload-ng/2.0.13/templates/common.yaml rename to incubator/pyload-ng/2.0.14/templates/common.yaml diff --git a/incubator/pyload-ng/2.0.13/values.yaml b/incubator/pyload-ng/2.0.14/values.yaml similarity index 100% rename from incubator/pyload-ng/2.0.13/values.yaml rename to incubator/pyload-ng/2.0.14/values.yaml diff --git a/incubator/rimgo/2.0.16/app-changelog.md b/incubator/rimgo/2.0.16/app-changelog.md deleted file mode 100644 index fc7bc0b697f..00000000000 --- a/incubator/rimgo/2.0.16/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [rimgo-2.0.16](https://github.com/truecharts/charts/compare/rimgo-2.0.15...rimgo-2.0.16) (2023-01-12) - -### Chore - -- update container image tccr.io/truecharts/rimgo to latest - - \ No newline at end of file diff --git a/incubator/rimgo/2.0.16/CHANGELOG.md b/incubator/rimgo/2.0.17/CHANGELOG.md similarity index 94% rename from incubator/rimgo/2.0.16/CHANGELOG.md rename to incubator/rimgo/2.0.17/CHANGELOG.md index 20d385344a3..455a64b76ee 100644 --- a/incubator/rimgo/2.0.16/CHANGELOG.md +++ b/incubator/rimgo/2.0.17/CHANGELOG.md @@ -4,6 +4,15 @@ +## [rimgo-2.0.17](https://github.com/truecharts/charts/compare/rimgo-2.0.16...rimgo-2.0.17) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/rimgo to latest + + + + ## [rimgo-2.0.16](https://github.com/truecharts/charts/compare/rimgo-2.0.15...rimgo-2.0.16) (2023-01-12) ### Chore @@ -85,15 +94,6 @@ -## [rimgo-2.0.7](https://github.com/truecharts/charts/compare/rimgo-2.0.5...rimgo-2.0.7) (2022-11-30) - -### Chore - -- update container image tccr.io/truecharts/rimgo to latest - - - - ## [rimgo-2.0.7](https://github.com/truecharts/charts/compare/rimgo-2.0.5...rimgo-2.0.7) (2022-11-30) ### Chore diff --git a/incubator/rimgo/2.0.16/Chart.yaml b/incubator/rimgo/2.0.17/Chart.yaml similarity index 97% rename from incubator/rimgo/2.0.16/Chart.yaml rename to incubator/rimgo/2.0.17/Chart.yaml index 144add2aac4..15d43e7c3d8 100644 --- a/incubator/rimgo/2.0.16/Chart.yaml +++ b/incubator/rimgo/2.0.17/Chart.yaml @@ -25,4 +25,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/rimgo - https://quay.io/repository/pussthecatorg/rimgo type: application -version: 2.0.16 +version: 2.0.17 diff --git a/incubator/rimgo/2.0.16/README.md b/incubator/rimgo/2.0.17/README.md similarity index 100% rename from incubator/rimgo/2.0.16/README.md rename to incubator/rimgo/2.0.17/README.md diff --git a/incubator/rimgo/2.0.17/app-changelog.md b/incubator/rimgo/2.0.17/app-changelog.md new file mode 100644 index 00000000000..6861940e6bf --- /dev/null +++ b/incubator/rimgo/2.0.17/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rimgo-2.0.17](https://github.com/truecharts/charts/compare/rimgo-2.0.16...rimgo-2.0.17) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/rimgo to latest + + \ No newline at end of file diff --git a/incubator/rimgo/2.0.16/app-readme.md b/incubator/rimgo/2.0.17/app-readme.md similarity index 68% rename from incubator/rimgo/2.0.16/app-readme.md rename to incubator/rimgo/2.0.17/app-readme.md index 3fac59a7702..b8e6446a704 100644 --- a/incubator/rimgo/2.0.16/app-readme.md +++ b/incubator/rimgo/2.0.17/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/incubator/rimgo/2.0.16/charts/common-11.1.2.tgz b/incubator/rimgo/2.0.17/charts/common-11.1.2.tgz similarity index 100% rename from incubator/rimgo/2.0.16/charts/common-11.1.2.tgz rename to incubator/rimgo/2.0.17/charts/common-11.1.2.tgz diff --git a/incubator/rimgo/2.0.16/ix_values.yaml b/incubator/rimgo/2.0.17/ix_values.yaml similarity index 82% rename from incubator/rimgo/2.0.16/ix_values.yaml rename to incubator/rimgo/2.0.17/ix_values.yaml index 9d624bb1fdf..27358f971b8 100644 --- a/incubator/rimgo/2.0.16/ix_values.yaml +++ b/incubator/rimgo/2.0.17/ix_values.yaml @@ -5,7 +5,7 @@ env: image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/rimgo - tag: latest@sha256:3900c07dbff94b365129632fa1b5e01b5f20c4b2ff7e6f772c15a715774d51f0 + tag: latest@sha256:272ab0c4d1133466755852d19f61842dfc9afada3f2ba5686cb996fed8121c2b persistence: {} podSecurityContext: runAsGroup: 0 diff --git a/incubator/rimgo/2.0.16/questions.yaml b/incubator/rimgo/2.0.17/questions.yaml similarity index 97% rename from incubator/rimgo/2.0.16/questions.yaml rename to incubator/rimgo/2.0.17/questions.yaml index 78c497c4aeb..c121230a38c 100644 --- a/incubator/rimgo/2.0.16/questions.yaml +++ b/incubator/rimgo/2.0.17/questions.yaml @@ -968,58 +968,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/incubator/rimgo/2.0.16/templates/common.yaml b/incubator/rimgo/2.0.17/templates/common.yaml similarity index 100% rename from incubator/rimgo/2.0.16/templates/common.yaml rename to incubator/rimgo/2.0.17/templates/common.yaml diff --git a/incubator/rimgo/2.0.16/values.yaml b/incubator/rimgo/2.0.17/values.yaml similarity index 100% rename from incubator/rimgo/2.0.16/values.yaml rename to incubator/rimgo/2.0.17/values.yaml diff --git a/incubator/searxng/2.0.14/app-changelog.md b/incubator/searxng/2.0.14/app-changelog.md deleted file mode 100644 index a68df17cdd0..00000000000 --- a/incubator/searxng/2.0.14/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [searxng-2.0.14](https://github.com/truecharts/charts/compare/searxng-2.0.13...searxng-2.0.14) (2023-01-12) - -### Chore - -- update container image tccr.io/truecharts/searxng to latest - - \ No newline at end of file diff --git a/incubator/searxng/2.0.14/CHANGELOG.md b/incubator/searxng/2.0.15/CHANGELOG.md similarity index 94% rename from incubator/searxng/2.0.14/CHANGELOG.md rename to incubator/searxng/2.0.15/CHANGELOG.md index 9997a65f342..8b716d5311b 100644 --- a/incubator/searxng/2.0.14/CHANGELOG.md +++ b/incubator/searxng/2.0.15/CHANGELOG.md @@ -4,6 +4,15 @@ +## [searxng-2.0.15](https://github.com/truecharts/charts/compare/searxng-2.0.14...searxng-2.0.15) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/searxng to latest + + + + ## [searxng-2.0.14](https://github.com/truecharts/charts/compare/searxng-2.0.13...searxng-2.0.14) (2023-01-12) ### Chore @@ -85,15 +94,6 @@ -## [searxng-2.0.5](https://github.com/truecharts/charts/compare/searxng-2.0.3...searxng-2.0.5) (2022-11-30) - -### Chore - -- update container image tccr.io/truecharts/searxng to latest - - - - ## [searxng-2.0.5](https://github.com/truecharts/charts/compare/searxng-2.0.3...searxng-2.0.5) (2022-11-30) ### Chore diff --git a/incubator/searxng/2.0.14/Chart.yaml b/incubator/searxng/2.0.15/Chart.yaml similarity index 98% rename from incubator/searxng/2.0.14/Chart.yaml rename to incubator/searxng/2.0.15/Chart.yaml index 5cb97f0cf8a..429eff3a34f 100644 --- a/incubator/searxng/2.0.14/Chart.yaml +++ b/incubator/searxng/2.0.15/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/searxng/searxng - https://hub.docker.com/r/searxng/searxng type: application -version: 2.0.14 +version: 2.0.15 annotations: truecharts.org/catagories: | - Productivity diff --git a/incubator/searxng/2.0.14/README.md b/incubator/searxng/2.0.15/README.md similarity index 100% rename from incubator/searxng/2.0.14/README.md rename to incubator/searxng/2.0.15/README.md diff --git a/incubator/searxng/2.0.15/app-changelog.md b/incubator/searxng/2.0.15/app-changelog.md new file mode 100644 index 00000000000..d9bd120d443 --- /dev/null +++ b/incubator/searxng/2.0.15/app-changelog.md @@ -0,0 +1,9 @@ + + +## [searxng-2.0.15](https://github.com/truecharts/charts/compare/searxng-2.0.14...searxng-2.0.15) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/searxng to latest + + \ No newline at end of file diff --git a/incubator/searxng/2.0.14/app-readme.md b/incubator/searxng/2.0.15/app-readme.md similarity index 72% rename from incubator/searxng/2.0.14/app-readme.md rename to incubator/searxng/2.0.15/app-readme.md index 52c0f309df5..116fb0ec5e6 100644 --- a/incubator/searxng/2.0.14/app-readme.md +++ b/incubator/searxng/2.0.15/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/incubator/searxng/2.0.14/charts/common-11.1.2.tgz b/incubator/searxng/2.0.15/charts/common-11.1.2.tgz similarity index 100% rename from incubator/searxng/2.0.14/charts/common-11.1.2.tgz rename to incubator/searxng/2.0.15/charts/common-11.1.2.tgz diff --git a/incubator/searxng/2.0.14/ix_values.yaml b/incubator/searxng/2.0.15/ix_values.yaml similarity index 83% rename from incubator/searxng/2.0.14/ix_values.yaml rename to incubator/searxng/2.0.15/ix_values.yaml index 97f2c55d1b4..9df37e03cf8 100644 --- a/incubator/searxng/2.0.14/ix_values.yaml +++ b/incubator/searxng/2.0.15/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/searxng - tag: latest@sha256:d0e32cd91af39150dabb2eb1cc135e0577eff2e2729accaf87ad6117ef4f0d33 + tag: latest@sha256:36fb8d8502243dba5f2b96958a58951a295b239a65bca01bec9cecef661e9bc8 env: BASE_URL: "" diff --git a/incubator/searxng/2.0.14/questions.yaml b/incubator/searxng/2.0.15/questions.yaml similarity index 97% rename from incubator/searxng/2.0.14/questions.yaml rename to incubator/searxng/2.0.15/questions.yaml index 561ea776137..12df0a46313 100644 --- a/incubator/searxng/2.0.14/questions.yaml +++ b/incubator/searxng/2.0.15/questions.yaml @@ -1040,58 +1040,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/incubator/searxng/2.0.14/templates/common.yaml b/incubator/searxng/2.0.15/templates/common.yaml similarity index 100% rename from incubator/searxng/2.0.14/templates/common.yaml rename to incubator/searxng/2.0.15/templates/common.yaml diff --git a/incubator/searxng/2.0.14/values.yaml b/incubator/searxng/2.0.15/values.yaml similarity index 100% rename from incubator/searxng/2.0.14/values.yaml rename to incubator/searxng/2.0.15/values.yaml diff --git a/incubator/serpbear/0.0.6/app-changelog.md b/incubator/serpbear/0.0.6/app-changelog.md deleted file mode 100644 index 3c2bbac4e4e..00000000000 --- a/incubator/serpbear/0.0.6/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [serpbear-0.0.6](https://github.com/truecharts/charts/compare/serpbear-0.0.5...serpbear-0.0.6) (2023-01-07) - -### Chore - -- update container image tccr.io/truecharts/serpbear to latest - - \ No newline at end of file diff --git a/incubator/serpbear/0.0.6/CHANGELOG.md b/incubator/serpbear/0.0.7/CHANGELOG.md similarity index 85% rename from incubator/serpbear/0.0.6/CHANGELOG.md rename to incubator/serpbear/0.0.7/CHANGELOG.md index ff3e3868b85..7bc859f448f 100644 --- a/incubator/serpbear/0.0.6/CHANGELOG.md +++ b/incubator/serpbear/0.0.7/CHANGELOG.md @@ -4,6 +4,15 @@ +## [serpbear-0.0.7](https://github.com/truecharts/charts/compare/serpbear-0.0.6...serpbear-0.0.7) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/serpbear to latest + + + + ## [serpbear-0.0.6](https://github.com/truecharts/charts/compare/serpbear-0.0.5...serpbear-0.0.6) (2023-01-07) ### Chore diff --git a/incubator/serpbear/0.0.6/Chart.yaml b/incubator/serpbear/0.0.7/Chart.yaml similarity index 98% rename from incubator/serpbear/0.0.6/Chart.yaml rename to incubator/serpbear/0.0.7/Chart.yaml index 1e3a3258b86..86751df5d32 100644 --- a/incubator/serpbear/0.0.6/Chart.yaml +++ b/incubator/serpbear/0.0.7/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/towfiqi/serpbear - https://hub.docker.com/r/towfiqi/serpbear type: application -version: 0.0.6 +version: 0.0.7 annotations: truecharts.org/catagories: | - metrics diff --git a/incubator/serpbear/0.0.6/README.md b/incubator/serpbear/0.0.7/README.md similarity index 100% rename from incubator/serpbear/0.0.6/README.md rename to incubator/serpbear/0.0.7/README.md diff --git a/incubator/serpbear/0.0.7/app-changelog.md b/incubator/serpbear/0.0.7/app-changelog.md new file mode 100644 index 00000000000..6a77acc5ba8 --- /dev/null +++ b/incubator/serpbear/0.0.7/app-changelog.md @@ -0,0 +1,9 @@ + + +## [serpbear-0.0.7](https://github.com/truecharts/charts/compare/serpbear-0.0.6...serpbear-0.0.7) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/serpbear to latest + + \ No newline at end of file diff --git a/incubator/serpbear/0.0.6/app-readme.md b/incubator/serpbear/0.0.7/app-readme.md similarity index 69% rename from incubator/serpbear/0.0.6/app-readme.md rename to incubator/serpbear/0.0.7/app-readme.md index d60b9927e6a..31f1c9bb9d5 100644 --- a/incubator/serpbear/0.0.6/app-readme.md +++ b/incubator/serpbear/0.0.7/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/incubator/serpbear/0.0.6/charts/common-11.1.2.tgz b/incubator/serpbear/0.0.7/charts/common-11.1.2.tgz similarity index 100% rename from incubator/serpbear/0.0.6/charts/common-11.1.2.tgz rename to incubator/serpbear/0.0.7/charts/common-11.1.2.tgz diff --git a/incubator/serpbear/0.0.6/ix_values.yaml b/incubator/serpbear/0.0.7/ix_values.yaml similarity index 84% rename from incubator/serpbear/0.0.6/ix_values.yaml rename to incubator/serpbear/0.0.7/ix_values.yaml index a24a8a5effb..d0a1c922573 100644 --- a/incubator/serpbear/0.0.6/ix_values.yaml +++ b/incubator/serpbear/0.0.7/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/serpbear pullPolicy: IfNotPresent - tag: latest@sha256:477ff8123ac708b3dc2e7eb0d6ed1bf6cb5b9711dca04cabdfc3e9128d769613 + tag: latest@sha256:2ca013b79449797e055b210ddcdaade60211951760a65ecd654d64c88c68c96b serpbear: user: admin diff --git a/incubator/serpbear/0.0.6/questions.yaml b/incubator/serpbear/0.0.7/questions.yaml similarity index 97% rename from incubator/serpbear/0.0.6/questions.yaml rename to incubator/serpbear/0.0.7/questions.yaml index 04a1ddb11f1..3d69708c738 100644 --- a/incubator/serpbear/0.0.6/questions.yaml +++ b/incubator/serpbear/0.0.7/questions.yaml @@ -1064,58 +1064,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/incubator/serpbear/0.0.6/templates/_secret.tpl b/incubator/serpbear/0.0.7/templates/_secret.tpl similarity index 100% rename from incubator/serpbear/0.0.6/templates/_secret.tpl rename to incubator/serpbear/0.0.7/templates/_secret.tpl diff --git a/incubator/serpbear/0.0.6/templates/common.yaml b/incubator/serpbear/0.0.7/templates/common.yaml similarity index 100% rename from incubator/serpbear/0.0.6/templates/common.yaml rename to incubator/serpbear/0.0.7/templates/common.yaml diff --git a/incubator/serpbear/0.0.6/values.yaml b/incubator/serpbear/0.0.7/values.yaml similarity index 100% rename from incubator/serpbear/0.0.6/values.yaml rename to incubator/serpbear/0.0.7/values.yaml diff --git a/incubator/speedtest-tracker/3.0.23/app-changelog.md b/incubator/speedtest-tracker/3.0.23/app-changelog.md deleted file mode 100644 index 6556f53bd90..00000000000 --- a/incubator/speedtest-tracker/3.0.23/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [speedtest-tracker-3.0.23](https://github.com/truecharts/charts/compare/speedtest-tracker-3.0.22...speedtest-tracker-3.0.23) (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/incubator/speedtest-tracker/3.0.23/CHANGELOG.md b/incubator/speedtest-tracker/3.0.24/CHANGELOG.md similarity index 90% rename from incubator/speedtest-tracker/3.0.23/CHANGELOG.md rename to incubator/speedtest-tracker/3.0.24/CHANGELOG.md index 993a9fb4d8f..0e6d054b9e3 100644 --- a/incubator/speedtest-tracker/3.0.23/CHANGELOG.md +++ b/incubator/speedtest-tracker/3.0.24/CHANGELOG.md @@ -4,6 +4,15 @@ +## [speedtest-tracker-3.0.24](https://github.com/truecharts/charts/compare/speedtest-tracker-3.0.23...speedtest-tracker-3.0.24) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/speedtest-tracker to latest + + + + ## [speedtest-tracker-3.0.23](https://github.com/truecharts/charts/compare/speedtest-tracker-3.0.22...speedtest-tracker-3.0.23) (2023-01-17) ### Chore @@ -88,12 +97,3 @@ ## [speedtest-tracker-3.0.14](https://github.com/truecharts/charts/compare/speedtest-tracker-3.0.13...speedtest-tracker-3.0.14) (2022-12-18) ### Chore - -- update helm chart postgresql to v11.0.13 ([#5495](https://github.com/truecharts/charts/issues/5495)) - - - - -## [speedtest-tracker-3.0.13](https://github.com/truecharts/charts/compare/speedtest-tracker-3.0.12...speedtest-tracker-3.0.13) (2022-12-13) - -### Chore diff --git a/incubator/speedtest-tracker/3.0.23/Chart.yaml b/incubator/speedtest-tracker/3.0.24/Chart.yaml similarity index 98% rename from incubator/speedtest-tracker/3.0.23/Chart.yaml rename to incubator/speedtest-tracker/3.0.24/Chart.yaml index ac2cd0bb137..35f9e5720fe 100644 --- a/incubator/speedtest-tracker/3.0.23/Chart.yaml +++ b/incubator/speedtest-tracker/3.0.24/Chart.yaml @@ -22,7 +22,7 @@ name: speedtest-tracker sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/speedtest-tracker - https://github.com/alexjustesen/speedtest-tracker -version: 3.0.23 +version: 3.0.24 annotations: truecharts.org/catagories: | - speedtest diff --git a/incubator/speedtest-tracker/3.0.23/README.md b/incubator/speedtest-tracker/3.0.24/README.md similarity index 100% rename from incubator/speedtest-tracker/3.0.23/README.md rename to incubator/speedtest-tracker/3.0.24/README.md diff --git a/incubator/speedtest-tracker/3.0.24/app-changelog.md b/incubator/speedtest-tracker/3.0.24/app-changelog.md new file mode 100644 index 00000000000..2344283249f --- /dev/null +++ b/incubator/speedtest-tracker/3.0.24/app-changelog.md @@ -0,0 +1,9 @@ + + +## [speedtest-tracker-3.0.24](https://github.com/truecharts/charts/compare/speedtest-tracker-3.0.23...speedtest-tracker-3.0.24) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/speedtest-tracker to latest + + \ No newline at end of file diff --git a/incubator/speedtest-tracker/3.0.23/app-readme.md b/incubator/speedtest-tracker/3.0.24/app-readme.md similarity index 100% rename from incubator/speedtest-tracker/3.0.23/app-readme.md rename to incubator/speedtest-tracker/3.0.24/app-readme.md diff --git a/incubator/speedtest-tracker/3.0.23/charts/common-11.1.2.tgz b/incubator/speedtest-tracker/3.0.24/charts/common-11.1.2.tgz similarity index 100% rename from incubator/speedtest-tracker/3.0.23/charts/common-11.1.2.tgz rename to incubator/speedtest-tracker/3.0.24/charts/common-11.1.2.tgz diff --git a/incubator/speedtest-tracker/3.0.23/charts/postgresql-11.0.20.tgz b/incubator/speedtest-tracker/3.0.24/charts/postgresql-11.0.20.tgz similarity index 100% rename from incubator/speedtest-tracker/3.0.23/charts/postgresql-11.0.20.tgz rename to incubator/speedtest-tracker/3.0.24/charts/postgresql-11.0.20.tgz diff --git a/incubator/speedtest-tracker/3.0.23/ix_values.yaml b/incubator/speedtest-tracker/3.0.24/ix_values.yaml similarity index 90% rename from incubator/speedtest-tracker/3.0.23/ix_values.yaml rename to incubator/speedtest-tracker/3.0.24/ix_values.yaml index c511bf421fb..bfe29d7e552 100644 --- a/incubator/speedtest-tracker/3.0.23/ix_values.yaml +++ b/incubator/speedtest-tracker/3.0.24/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/speedtest-tracker - tag: latest@sha256:b11d44b306d8e898b4cbc5623a330ecf2311e5a62c8e0e37dad8b8df496fe660 + tag: latest@sha256:405fc3ca62547cafcb39237f14e71ae1bdd0e3c55753cb6161f73fd157f54bf7 pullPolicy: IfNotPresent securityContext: diff --git a/incubator/speedtest-tracker/3.0.23/questions.yaml b/incubator/speedtest-tracker/3.0.24/questions.yaml similarity index 97% rename from incubator/speedtest-tracker/3.0.23/questions.yaml rename to incubator/speedtest-tracker/3.0.24/questions.yaml index a6018a9446c..4b250e3dd59 100644 --- a/incubator/speedtest-tracker/3.0.23/questions.yaml +++ b/incubator/speedtest-tracker/3.0.24/questions.yaml @@ -1021,58 +1021,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/incubator/speedtest-tracker/3.0.23/templates/common.yaml b/incubator/speedtest-tracker/3.0.24/templates/common.yaml similarity index 100% rename from incubator/speedtest-tracker/3.0.23/templates/common.yaml rename to incubator/speedtest-tracker/3.0.24/templates/common.yaml diff --git a/incubator/speedtest-tracker/3.0.23/values.yaml b/incubator/speedtest-tracker/3.0.24/values.yaml similarity index 100% rename from incubator/speedtest-tracker/3.0.23/values.yaml rename to incubator/speedtest-tracker/3.0.24/values.yaml diff --git a/incubator/twonky-server/2.0.11/app-changelog.md b/incubator/twonky-server/2.0.11/app-changelog.md deleted file mode 100644 index 2b9cc2598d0..00000000000 --- a/incubator/twonky-server/2.0.11/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [twonky-server-2.0.11](https://github.com/truecharts/charts/compare/twonky-server-2.0.10...twonky-server-2.0.11) (2023-01-07) - -### Chore - -- update container image tccr.io/truecharts/twonky-server to latest - - \ No newline at end of file diff --git a/incubator/twonky-server/2.0.11/CHANGELOG.md b/incubator/twonky-server/2.0.12/CHANGELOG.md similarity index 91% rename from incubator/twonky-server/2.0.11/CHANGELOG.md rename to incubator/twonky-server/2.0.12/CHANGELOG.md index 59f97106cf5..9eb247a56d1 100644 --- a/incubator/twonky-server/2.0.11/CHANGELOG.md +++ b/incubator/twonky-server/2.0.12/CHANGELOG.md @@ -4,6 +4,15 @@ +## [twonky-server-2.0.12](https://github.com/truecharts/charts/compare/twonky-server-2.0.11...twonky-server-2.0.12) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/twonky-server to latest + + + + ## [twonky-server-2.0.11](https://github.com/truecharts/charts/compare/twonky-server-2.0.10...twonky-server-2.0.11) (2023-01-07) ### Chore @@ -88,12 +97,3 @@ ## [twonky-server-2.0.3](https://github.com/truecharts/charts/compare/twonky-server-2.0.2...twonky-server-2.0.3) (2022-11-30) - - - - -## [twonky-server-2.0.3](https://github.com/truecharts/charts/compare/twonky-server-2.0.2...twonky-server-2.0.3) (2022-11-30) - - - - diff --git a/incubator/twonky-server/2.0.11/Chart.yaml b/incubator/twonky-server/2.0.12/Chart.yaml similarity index 98% rename from incubator/twonky-server/2.0.11/Chart.yaml rename to incubator/twonky-server/2.0.12/Chart.yaml index 6c539729c9d..2caedd09ef9 100644 --- a/incubator/twonky-server/2.0.11/Chart.yaml +++ b/incubator/twonky-server/2.0.12/Chart.yaml @@ -30,4 +30,4 @@ sources: - https://github.com/H2CK/twonkyserver - https://hub.docker.com/r/dtjs48jkt/twonkyserver/ type: application -version: 2.0.11 +version: 2.0.12 diff --git a/incubator/twonky-server/2.0.11/README.md b/incubator/twonky-server/2.0.12/README.md similarity index 100% rename from incubator/twonky-server/2.0.11/README.md rename to incubator/twonky-server/2.0.12/README.md diff --git a/incubator/twonky-server/2.0.12/app-changelog.md b/incubator/twonky-server/2.0.12/app-changelog.md new file mode 100644 index 00000000000..f53efbe47f8 --- /dev/null +++ b/incubator/twonky-server/2.0.12/app-changelog.md @@ -0,0 +1,9 @@ + + +## [twonky-server-2.0.12](https://github.com/truecharts/charts/compare/twonky-server-2.0.11...twonky-server-2.0.12) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/twonky-server to latest + + \ No newline at end of file diff --git a/incubator/twonky-server/2.0.11/app-readme.md b/incubator/twonky-server/2.0.12/app-readme.md similarity index 80% rename from incubator/twonky-server/2.0.11/app-readme.md rename to incubator/twonky-server/2.0.12/app-readme.md index b9814b74bae..abe0a15c63f 100644 --- a/incubator/twonky-server/2.0.11/app-readme.md +++ b/incubator/twonky-server/2.0.12/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/incubator/twonky-server/2.0.11/charts/common-11.1.2.tgz b/incubator/twonky-server/2.0.12/charts/common-11.1.2.tgz similarity index 100% rename from incubator/twonky-server/2.0.11/charts/common-11.1.2.tgz rename to incubator/twonky-server/2.0.12/charts/common-11.1.2.tgz diff --git a/incubator/twonky-server/2.0.11/ix_values.yaml b/incubator/twonky-server/2.0.12/ix_values.yaml similarity index 84% rename from incubator/twonky-server/2.0.11/ix_values.yaml rename to incubator/twonky-server/2.0.12/ix_values.yaml index 28075758f9f..afdd20bc43e 100644 --- a/incubator/twonky-server/2.0.11/ix_values.yaml +++ b/incubator/twonky-server/2.0.12/ix_values.yaml @@ -2,7 +2,7 @@ env: {} image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/twonky-server - tag: latest@sha256:60c8db274927d1f25641ba14f7a431aa52658862d04d2c440872d7668d8df695 + tag: latest@sha256:1dc1132b4d91b9ed1665ae8a5a2b52be5f2201453b2ed9ef2ed222a5a74253a1 persistence: config: enabled: true diff --git a/incubator/twonky-server/2.0.11/questions.yaml b/incubator/twonky-server/2.0.12/questions.yaml similarity index 97% rename from incubator/twonky-server/2.0.11/questions.yaml rename to incubator/twonky-server/2.0.12/questions.yaml index 5625b6883dd..7de0cdcb993 100644 --- a/incubator/twonky-server/2.0.11/questions.yaml +++ b/incubator/twonky-server/2.0.12/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/incubator/twonky-server/2.0.11/templates/common.yaml b/incubator/twonky-server/2.0.12/templates/common.yaml similarity index 100% rename from incubator/twonky-server/2.0.11/templates/common.yaml rename to incubator/twonky-server/2.0.12/templates/common.yaml diff --git a/incubator/twonky-server/2.0.11/values.yaml b/incubator/twonky-server/2.0.12/values.yaml similarity index 100% rename from incubator/twonky-server/2.0.11/values.yaml rename to incubator/twonky-server/2.0.12/values.yaml diff --git a/incubator/vertex/2.0.15/app-changelog.md b/incubator/vertex/2.0.15/app-changelog.md deleted file mode 100644 index 245ec3373e1..00000000000 --- a/incubator/vertex/2.0.15/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [vertex-2.0.15](https://github.com/truecharts/charts/compare/vertex-2.0.14...vertex-2.0.15) (2023-01-07) - -### Chore - -- update container image tccr.io/truecharts/vertex to vstable - - \ No newline at end of file diff --git a/incubator/vertex/2.0.15/CHANGELOG.md b/incubator/vertex/2.0.16/CHANGELOG.md similarity index 94% rename from incubator/vertex/2.0.15/CHANGELOG.md rename to incubator/vertex/2.0.16/CHANGELOG.md index 9db55bc9983..81e1ea36444 100644 --- a/incubator/vertex/2.0.15/CHANGELOG.md +++ b/incubator/vertex/2.0.16/CHANGELOG.md @@ -4,6 +4,15 @@ +## [vertex-2.0.16](https://github.com/truecharts/charts/compare/vertex-2.0.15...vertex-2.0.16) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/vertex to vstable + + + + ## [vertex-2.0.15](https://github.com/truecharts/charts/compare/vertex-2.0.14...vertex-2.0.15) (2023-01-07) ### Chore @@ -85,15 +94,6 @@ -## [vertex-2.0.7](https://github.com/truecharts/charts/compare/vertex-2.0.5...vertex-2.0.7) (2022-11-30) - -### Chore - -- update container image tccr.io/truecharts/vertex to vstable - - - - ## [vertex-2.0.7](https://github.com/truecharts/charts/compare/vertex-2.0.5...vertex-2.0.7) (2022-11-30) ### Chore diff --git a/incubator/vertex/2.0.15/Chart.yaml b/incubator/vertex/2.0.16/Chart.yaml similarity index 98% rename from incubator/vertex/2.0.15/Chart.yaml rename to incubator/vertex/2.0.16/Chart.yaml index 0e75419db7e..336034429e2 100644 --- a/incubator/vertex/2.0.15/Chart.yaml +++ b/incubator/vertex/2.0.16/Chart.yaml @@ -28,4 +28,4 @@ sources: - https://gitlab.lswl.in/lswl/vertex - https://hub.docker.com/r/lswl/vertex type: application -version: 2.0.15 +version: 2.0.16 diff --git a/incubator/vertex/2.0.15/README.md b/incubator/vertex/2.0.16/README.md similarity index 100% rename from incubator/vertex/2.0.15/README.md rename to incubator/vertex/2.0.16/README.md diff --git a/incubator/vertex/2.0.16/app-changelog.md b/incubator/vertex/2.0.16/app-changelog.md new file mode 100644 index 00000000000..68a71e2e3f2 --- /dev/null +++ b/incubator/vertex/2.0.16/app-changelog.md @@ -0,0 +1,9 @@ + + +## [vertex-2.0.16](https://github.com/truecharts/charts/compare/vertex-2.0.15...vertex-2.0.16) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/vertex to vstable + + \ No newline at end of file diff --git a/incubator/vertex/2.0.15/app-readme.md b/incubator/vertex/2.0.16/app-readme.md similarity index 66% rename from incubator/vertex/2.0.15/app-readme.md rename to incubator/vertex/2.0.16/app-readme.md index 1daffd1b401..f4725e922b3 100644 --- a/incubator/vertex/2.0.15/app-readme.md +++ b/incubator/vertex/2.0.16/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/incubator/vertex/2.0.15/charts/common-11.1.2.tgz b/incubator/vertex/2.0.16/charts/common-11.1.2.tgz similarity index 100% rename from incubator/vertex/2.0.15/charts/common-11.1.2.tgz rename to incubator/vertex/2.0.16/charts/common-11.1.2.tgz diff --git a/incubator/vertex/2.0.15/ix_values.yaml b/incubator/vertex/2.0.16/ix_values.yaml similarity index 82% rename from incubator/vertex/2.0.15/ix_values.yaml rename to incubator/vertex/2.0.16/ix_values.yaml index 5e864d678a0..f6069080131 100644 --- a/incubator/vertex/2.0.15/ix_values.yaml +++ b/incubator/vertex/2.0.16/ix_values.yaml @@ -3,7 +3,7 @@ env: image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/vertex - tag: vstable@sha256:fcf2a10ca7fe628f93867f5d0cd22f2250cb85865151e6a0167431505f8c906a + tag: vstable@sha256:8b78afeb54a7bc0993dff1f25ae43ba765427dbc5913a16d69313eee96e6af0d persistence: config: enabled: true diff --git a/incubator/vertex/2.0.15/questions.yaml b/incubator/vertex/2.0.16/questions.yaml similarity index 97% rename from incubator/vertex/2.0.15/questions.yaml rename to incubator/vertex/2.0.16/questions.yaml index 43c632d36c4..d5a3b272ed9 100644 --- a/incubator/vertex/2.0.15/questions.yaml +++ b/incubator/vertex/2.0.16/questions.yaml @@ -1034,58 +1034,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/incubator/vertex/2.0.15/templates/common.yaml b/incubator/vertex/2.0.16/templates/common.yaml similarity index 100% rename from incubator/vertex/2.0.15/templates/common.yaml rename to incubator/vertex/2.0.16/templates/common.yaml diff --git a/incubator/vertex/2.0.15/values.yaml b/incubator/vertex/2.0.16/values.yaml similarity index 100% rename from incubator/vertex/2.0.15/values.yaml rename to incubator/vertex/2.0.16/values.yaml diff --git a/stable/jupyter/3.0.10/app-changelog.md b/stable/jupyter/3.0.10/app-changelog.md deleted file mode 100644 index 00108a8d7da..00000000000 --- a/stable/jupyter/3.0.10/app-changelog.md +++ /dev/null @@ -1,10 +0,0 @@ - - -## [jupyter-3.0.10](https://github.com/truecharts/charts/compare/jupyter-3.0.9...jupyter-3.0.10) (2023-01-16) - -### Chore - -- update jupyter - - update container image tccr.io/truecharts/jupyter-r to v2023-01 - - \ No newline at end of file diff --git a/stable/jupyter/3.0.10/CHANGELOG.md b/stable/jupyter/3.0.11/CHANGELOG.md similarity index 94% rename from stable/jupyter/3.0.10/CHANGELOG.md rename to stable/jupyter/3.0.11/CHANGELOG.md index 761e249692d..2f24fc61e65 100644 --- a/stable/jupyter/3.0.10/CHANGELOG.md +++ b/stable/jupyter/3.0.11/CHANGELOG.md @@ -4,6 +4,15 @@ +## [jupyter-3.0.11](https://github.com/truecharts/charts/compare/jupyter-3.0.10...jupyter-3.0.11) (2023-01-18) + +### Chore + +- update jupyter + + + + ## [jupyter-3.0.10](https://github.com/truecharts/charts/compare/jupyter-3.0.9...jupyter-3.0.10) (2023-01-16) ### Chore @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/jupyter-scipy to v - update container image tccr.io/truecharts/jupyter-r to v - update container image tccr.io/truecharts/jupyter-pyspark to v - - update container image tccr.io/truecharts/jupyter-minimal to v - - - - -## [jupyter-3.0.2](https://github.com/truecharts/charts/compare/jupyter-3.0.1...jupyter-3.0.2) (2023-01-07) - -### Chore - diff --git a/stable/jupyter/3.0.10/Chart.yaml b/stable/jupyter/3.0.11/Chart.yaml similarity index 97% rename from stable/jupyter/3.0.10/Chart.yaml rename to stable/jupyter/3.0.11/Chart.yaml index 858d7b71cf4..7c3e3ac2f6b 100644 --- a/stable/jupyter/3.0.10/Chart.yaml +++ b/stable/jupyter/3.0.11/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jupyter - https://github.com/jupyter/docker-stacks type: application -version: 3.0.10 +version: 3.0.11 annotations: truecharts.org/catagories: | - Cloud diff --git a/stable/jupyter/3.0.10/README.md b/stable/jupyter/3.0.11/README.md similarity index 100% rename from stable/jupyter/3.0.10/README.md rename to stable/jupyter/3.0.11/README.md diff --git a/stable/jupyter/3.0.11/app-changelog.md b/stable/jupyter/3.0.11/app-changelog.md new file mode 100644 index 00000000000..7924dfbafcf --- /dev/null +++ b/stable/jupyter/3.0.11/app-changelog.md @@ -0,0 +1,9 @@ + + +## [jupyter-3.0.11](https://github.com/truecharts/charts/compare/jupyter-3.0.10...jupyter-3.0.11) (2023-01-18) + +### Chore + +- update jupyter + + \ No newline at end of file diff --git a/stable/jupyter/3.0.10/app-readme.md b/stable/jupyter/3.0.11/app-readme.md similarity index 100% rename from stable/jupyter/3.0.10/app-readme.md rename to stable/jupyter/3.0.11/app-readme.md diff --git a/stable/jupyter/3.0.10/charts/common-11.1.2.tgz b/stable/jupyter/3.0.11/charts/common-11.1.2.tgz similarity index 100% rename from stable/jupyter/3.0.10/charts/common-11.1.2.tgz rename to stable/jupyter/3.0.11/charts/common-11.1.2.tgz diff --git a/stable/jupyter/3.0.10/ix_values.yaml b/stable/jupyter/3.0.11/ix_values.yaml similarity index 74% rename from stable/jupyter/3.0.10/ix_values.yaml rename to stable/jupyter/3.0.11/ix_values.yaml index d9d9a9e2242..154d593a98c 100644 --- a/stable/jupyter/3.0.10/ix_values.yaml +++ b/stable/jupyter/3.0.11/ix_values.yaml @@ -5,27 +5,27 @@ image: minimalImage: repository: tccr.io/truecharts/jupyter-minimal pullPolicy: IfNotPresent - tag: v2023-01@sha256:213b674fad5fe29c0a4ae508375e9fd837bdb2f58fe7d886fdef104afdcc83f4 + tag: v2023-01@sha256:2943038be6bc56c0591144a8c8292d7a1422613b5c531603395977fd310f2591 rImage: repository: tccr.io/truecharts/jupyter-r pullPolicy: IfNotPresent - tag: v2023-01@sha256:400907922c10263e26ca96e9915b6a5b23a75f88998a30433f47c1abfc42f432 + tag: v2023-01@sha256:8a91e416316ca0b9259eb1daeb7dd78c6ab00a5188308efa2145bf7c549b3e37 scipyImage: repository: tccr.io/truecharts/jupyter-scipy pullPolicy: IfNotPresent - tag: v2023-01@sha256:7274a9b2352960bc109afcf8ca742a5eac41aedfb9c82e7f4f9cf1cd78af1bd8 + tag: v2023-01@sha256:bf85dce496bc826d645203ded14ca7586ecfa256b01987b35beb3a357ffc3a35 tensorflowImage: repository: tccr.io/truecharts/jupyter-tensorflow pullPolicy: IfNotPresent - tag: v2023-01@sha256:b09c44ff701c4e909a2ade07be97b7b33ff66ad8ddcebb19f854f7a7a6987d4a + tag: v2023-01@sha256:e06e5d9b1822a316b2c97b104074aae6c466ddcf284f11834a7866e0ac7a0fe9 datascienceImage: repository: tccr.io/truecharts/jupyter-datascience pullPolicy: IfNotPresent - tag: v2023-01@sha256:adc0cae9db49941452760d5113d132e6c51a4854eeeb606c672e6b736125bc9f + tag: v2023-01@sha256:124264c87036e894b578b7702850989b90e634e03e7fddab96308f181bd991ac pysparkImage: repository: tccr.io/truecharts/jupyter-pyspark pullPolicy: IfNotPresent - tag: v2023-01@sha256:3d99068464b1fea22c2e116e31403fd854150a4f11b2edbd599f742787b44c6a + tag: v2023-01@sha256:c80d87997616146648476b05a8e7f4624b8ceb25650ce4404ba0b2ef224704b8 allsparkImage: repository: tccr.io/truecharts/jupyter-all-spark pullPolicy: IfNotPresent diff --git a/stable/jupyter/3.0.10/questions.yaml b/stable/jupyter/3.0.11/questions.yaml similarity index 97% rename from stable/jupyter/3.0.10/questions.yaml rename to stable/jupyter/3.0.11/questions.yaml index 28cb047570e..ade76eda827 100644 --- a/stable/jupyter/3.0.10/questions.yaml +++ b/stable/jupyter/3.0.11/questions.yaml @@ -1072,58 +1072,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/jupyter/3.0.10/templates/common.yaml b/stable/jupyter/3.0.11/templates/common.yaml similarity index 100% rename from stable/jupyter/3.0.10/templates/common.yaml rename to stable/jupyter/3.0.11/templates/common.yaml diff --git a/stable/jupyter/3.0.10/values.yaml b/stable/jupyter/3.0.11/values.yaml similarity index 100% rename from stable/jupyter/3.0.10/values.yaml rename to stable/jupyter/3.0.11/values.yaml diff --git a/stable/littlelink/8.0.16/app-changelog.md b/stable/littlelink/8.0.16/app-changelog.md deleted file mode 100644 index 978b169009d..00000000000 --- a/stable/littlelink/8.0.16/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [littlelink-8.0.16](https://github.com/truecharts/charts/compare/littlelink-8.0.15...littlelink-8.0.16) (2023-01-16) - diff --git a/stable/littlelink/8.0.16/CHANGELOG.md b/stable/littlelink/8.0.17/CHANGELOG.md similarity index 94% rename from stable/littlelink/8.0.16/CHANGELOG.md rename to stable/littlelink/8.0.17/CHANGELOG.md index 76025cdcc7c..e5c8f5098fe 100644 --- a/stable/littlelink/8.0.16/CHANGELOG.md +++ b/stable/littlelink/8.0.17/CHANGELOG.md @@ -4,6 +4,15 @@ +## [littlelink-8.0.17](https://github.com/truecharts/charts/compare/littlelink-8.0.16...littlelink-8.0.17) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/littlelink-server to latest + + + + ## [littlelink-8.0.16](https://github.com/truecharts/charts/compare/littlelink-8.0.15...littlelink-8.0.16) (2023-01-16) @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/littlelink-server to latest - - - -## [littlelink-8.0.6](https://github.com/truecharts/charts/compare/littlelink-8.0.4...littlelink-8.0.6) (2022-11-30) - -### Chore - -- update container image tccr.io/truecharts/littlelink-server to latest - diff --git a/stable/littlelink/8.0.16/Chart.yaml b/stable/littlelink/8.0.17/Chart.yaml similarity index 98% rename from stable/littlelink/8.0.16/Chart.yaml rename to stable/littlelink/8.0.17/Chart.yaml index 7d1cbcaf6fb..d2da32d04ee 100644 --- a/stable/littlelink/8.0.16/Chart.yaml +++ b/stable/littlelink/8.0.17/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/techno-tim/littlelink-server - https://github.com/sethcottle/littlelink type: application -version: 8.0.16 +version: 8.0.17 annotations: truecharts.org/catagories: | - social diff --git a/stable/littlelink/8.0.16/README.md b/stable/littlelink/8.0.17/README.md similarity index 100% rename from stable/littlelink/8.0.16/README.md rename to stable/littlelink/8.0.17/README.md diff --git a/stable/littlelink/8.0.17/app-changelog.md b/stable/littlelink/8.0.17/app-changelog.md new file mode 100644 index 00000000000..34c3aa90461 --- /dev/null +++ b/stable/littlelink/8.0.17/app-changelog.md @@ -0,0 +1,9 @@ + + +## [littlelink-8.0.17](https://github.com/truecharts/charts/compare/littlelink-8.0.16...littlelink-8.0.17) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/littlelink-server to latest + + \ No newline at end of file diff --git a/stable/littlelink/8.0.16/app-readme.md b/stable/littlelink/8.0.17/app-readme.md similarity index 100% rename from stable/littlelink/8.0.16/app-readme.md rename to stable/littlelink/8.0.17/app-readme.md diff --git a/stable/littlelink/8.0.16/charts/common-11.1.2.tgz b/stable/littlelink/8.0.17/charts/common-11.1.2.tgz similarity index 100% rename from stable/littlelink/8.0.16/charts/common-11.1.2.tgz rename to stable/littlelink/8.0.17/charts/common-11.1.2.tgz diff --git a/stable/littlelink/8.0.16/ix_values.yaml b/stable/littlelink/8.0.17/ix_values.yaml similarity index 93% rename from stable/littlelink/8.0.16/ix_values.yaml rename to stable/littlelink/8.0.17/ix_values.yaml index 765cbf82dc2..d83d23075f0 100644 --- a/stable/littlelink/8.0.16/ix_values.yaml +++ b/stable/littlelink/8.0.17/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/littlelink-server pullPolicy: IfNotPresent - tag: latest@sha256:a46c0022d6de4977046091cf02eb85a3f54ae5f97c9f33e88b0e59184cda1744 + tag: latest@sha256:67766b46056dab8684e6b03f5e26c1f397797311c47403da3db75e0e2847ad73 service: main: diff --git a/stable/littlelink/8.0.16/questions.yaml b/stable/littlelink/8.0.17/questions.yaml similarity index 97% rename from stable/littlelink/8.0.16/questions.yaml rename to stable/littlelink/8.0.17/questions.yaml index 99bce2fe17e..d07421f1c1a 100644 --- a/stable/littlelink/8.0.16/questions.yaml +++ b/stable/littlelink/8.0.17/questions.yaml @@ -1265,58 +1265,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/littlelink/8.0.16/templates/_configmap.tpl b/stable/littlelink/8.0.17/templates/_configmap.tpl similarity index 100% rename from stable/littlelink/8.0.16/templates/_configmap.tpl rename to stable/littlelink/8.0.17/templates/_configmap.tpl diff --git a/stable/littlelink/8.0.16/templates/common.yaml b/stable/littlelink/8.0.17/templates/common.yaml similarity index 100% rename from stable/littlelink/8.0.16/templates/common.yaml rename to stable/littlelink/8.0.17/templates/common.yaml diff --git a/stable/littlelink/8.0.16/values.yaml b/stable/littlelink/8.0.17/values.yaml similarity index 100% rename from stable/littlelink/8.0.16/values.yaml rename to stable/littlelink/8.0.17/values.yaml diff --git a/stable/logitech-media-server/6.1.11/app-changelog.md b/stable/logitech-media-server/6.1.11/app-changelog.md deleted file mode 100644 index 2247181c0e9..00000000000 --- a/stable/logitech-media-server/6.1.11/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [logitech-media-server-6.1.11](https://github.com/truecharts/charts/compare/logitech-media-server-6.1.10...logitech-media-server-6.1.11) (2023-01-12) - -### Chore - -- update container image tccr.io/truecharts/logitechmediaserver to 8.4.0 - - \ No newline at end of file diff --git a/stable/logitech-media-server/6.1.11/CHANGELOG.md b/stable/logitech-media-server/6.1.12/CHANGELOG.md similarity index 93% rename from stable/logitech-media-server/6.1.11/CHANGELOG.md rename to stable/logitech-media-server/6.1.12/CHANGELOG.md index 28dbe5aa2ae..ed44d87148e 100644 --- a/stable/logitech-media-server/6.1.11/CHANGELOG.md +++ b/stable/logitech-media-server/6.1.12/CHANGELOG.md @@ -4,6 +4,15 @@ +## [logitech-media-server-6.1.12](https://github.com/truecharts/charts/compare/logitech-media-server-6.1.11...logitech-media-server-6.1.12) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/logitechmediaserver to 8.4.0 + + + + ## [logitech-media-server-6.1.11](https://github.com/truecharts/charts/compare/logitech-media-server-6.1.10...logitech-media-server-6.1.11) (2023-01-12) ### Chore @@ -88,12 +97,3 @@ ## [logitech-media-server-6.1.2](https://github.com/truecharts/charts/compare/logitech-media-server-6.0.4...logitech-media-server-6.1.2) (2022-11-30) ### Chore - -- update container image tccr.io/truecharts/logitechmediaserver to 8.4.0 - - ### Fix - -- update ports ([#4933](https://github.com/truecharts/charts/issues/4933)) - - - diff --git a/stable/logitech-media-server/6.1.11/Chart.yaml b/stable/logitech-media-server/6.1.12/Chart.yaml similarity index 98% rename from stable/logitech-media-server/6.1.11/Chart.yaml rename to stable/logitech-media-server/6.1.12/Chart.yaml index 623c7a81924..f15ec2c4906 100644 --- a/stable/logitech-media-server/6.1.11/Chart.yaml +++ b/stable/logitech-media-server/6.1.12/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/Logitech/slimserver - https://hub.docker.com/r/lmscommunity/logitechmediaserver type: application -version: 6.1.11 +version: 6.1.12 annotations: truecharts.org/catagories: | - media diff --git a/stable/logitech-media-server/6.1.11/README.md b/stable/logitech-media-server/6.1.12/README.md similarity index 100% rename from stable/logitech-media-server/6.1.11/README.md rename to stable/logitech-media-server/6.1.12/README.md diff --git a/stable/logitech-media-server/6.1.12/app-changelog.md b/stable/logitech-media-server/6.1.12/app-changelog.md new file mode 100644 index 00000000000..fc9a37eecac --- /dev/null +++ b/stable/logitech-media-server/6.1.12/app-changelog.md @@ -0,0 +1,9 @@ + + +## [logitech-media-server-6.1.12](https://github.com/truecharts/charts/compare/logitech-media-server-6.1.11...logitech-media-server-6.1.12) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/logitechmediaserver to 8.4.0 + + \ No newline at end of file diff --git a/stable/logitech-media-server/6.1.11/app-readme.md b/stable/logitech-media-server/6.1.12/app-readme.md similarity index 72% rename from stable/logitech-media-server/6.1.11/app-readme.md rename to stable/logitech-media-server/6.1.12/app-readme.md index 22331abbfb9..14480534d3d 100644 --- a/stable/logitech-media-server/6.1.11/app-readme.md +++ b/stable/logitech-media-server/6.1.12/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/logitech-media-server/6.1.11/charts/common-11.1.2.tgz b/stable/logitech-media-server/6.1.12/charts/common-11.1.2.tgz similarity index 100% rename from stable/logitech-media-server/6.1.11/charts/common-11.1.2.tgz rename to stable/logitech-media-server/6.1.12/charts/common-11.1.2.tgz diff --git a/stable/logitech-media-server/6.1.11/ix_values.yaml b/stable/logitech-media-server/6.1.12/ix_values.yaml similarity index 90% rename from stable/logitech-media-server/6.1.11/ix_values.yaml rename to stable/logitech-media-server/6.1.12/ix_values.yaml index 502e18f375b..b8df68dcc94 100644 --- a/stable/logitech-media-server/6.1.11/ix_values.yaml +++ b/stable/logitech-media-server/6.1.12/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/logitechmediaserver pullPolicy: IfNotPresent - tag: 8.4.0@sha256:c28ee3e27dd9e3c3179337d427f0435dfd3265da0f3f3d6603131f019d71bd73 + tag: 8.4.0@sha256:153632e648bffe9194efcb3fe166b288417834968cb83fb3c2ed4d140c3dedc1 env: HTTP_PORT: "{{ .Values.service.main.ports.main.port }}" diff --git a/stable/logitech-media-server/6.1.11/questions.yaml b/stable/logitech-media-server/6.1.12/questions.yaml similarity index 97% rename from stable/logitech-media-server/6.1.11/questions.yaml rename to stable/logitech-media-server/6.1.12/questions.yaml index 29a2b7b692d..f63228c6090 100644 --- a/stable/logitech-media-server/6.1.11/questions.yaml +++ b/stable/logitech-media-server/6.1.12/questions.yaml @@ -1177,58 +1177,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/logitech-media-server/6.1.11/templates/common.yaml b/stable/logitech-media-server/6.1.12/templates/common.yaml similarity index 100% rename from stable/logitech-media-server/6.1.11/templates/common.yaml rename to stable/logitech-media-server/6.1.12/templates/common.yaml diff --git a/stable/logitech-media-server/6.1.11/values.yaml b/stable/logitech-media-server/6.1.12/values.yaml similarity index 100% rename from stable/logitech-media-server/6.1.11/values.yaml rename to stable/logitech-media-server/6.1.12/values.yaml diff --git a/stable/minio/5.0.14/app-changelog.md b/stable/minio/5.0.14/app-changelog.md deleted file mode 100644 index 09aff6f73e8..00000000000 --- a/stable/minio/5.0.14/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [minio-5.0.14](https://github.com/truecharts/charts/compare/minio-console-5.0.12...minio-5.0.14) (2023-01-12) - -### Chore - -- update container image tccr.io/truecharts/minio to latest - - \ No newline at end of file diff --git a/stable/minio/5.0.14/CHANGELOG.md b/stable/minio/5.0.15/CHANGELOG.md similarity index 90% rename from stable/minio/5.0.14/CHANGELOG.md rename to stable/minio/5.0.15/CHANGELOG.md index 2833ea499eb..303f71c0470 100644 --- a/stable/minio/5.0.14/CHANGELOG.md +++ b/stable/minio/5.0.15/CHANGELOG.md @@ -4,6 +4,15 @@ +## [minio-5.0.15](https://github.com/truecharts/charts/compare/minio-console-5.0.13...minio-5.0.15) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/minio to latest + + + + ## [minio-5.0.14](https://github.com/truecharts/charts/compare/minio-console-5.0.12...minio-5.0.14) (2023-01-12) ### Chore @@ -88,12 +97,3 @@ ## [minio-5.0.6](https://github.com/truecharts/charts/compare/minio-5.0.4...minio-5.0.6) (2022-11-30) - - - -## [minio-5.0.6](https://github.com/truecharts/charts/compare/minio-5.0.4...minio-5.0.6) (2022-11-30) - - - - -## [minio-5.0.6](https://github.com/truecharts/charts/compare/minio-5.0.4...minio-5.0.6) (2022-11-30) diff --git a/stable/minio/5.0.14/Chart.yaml b/stable/minio/5.0.15/Chart.yaml similarity index 97% rename from stable/minio/5.0.14/Chart.yaml rename to stable/minio/5.0.15/Chart.yaml index 4a9f81b3b40..f4878ff57df 100644 --- a/stable/minio/5.0.14/Chart.yaml +++ b/stable/minio/5.0.15/Chart.yaml @@ -20,7 +20,7 @@ name: minio sources: - https://github.com/truecharts/charts/tree/master/charts/stable/minio - https://github.com/minio/minio -version: 5.0.14 +version: 5.0.15 annotations: truecharts.org/catagories: | - media diff --git a/stable/minio/5.0.14/README.md b/stable/minio/5.0.15/README.md similarity index 100% rename from stable/minio/5.0.14/README.md rename to stable/minio/5.0.15/README.md diff --git a/stable/minio/5.0.15/app-changelog.md b/stable/minio/5.0.15/app-changelog.md new file mode 100644 index 00000000000..d0e7556e0d0 --- /dev/null +++ b/stable/minio/5.0.15/app-changelog.md @@ -0,0 +1,9 @@ + + +## [minio-5.0.15](https://github.com/truecharts/charts/compare/minio-console-5.0.13...minio-5.0.15) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/minio to latest + + \ No newline at end of file diff --git a/stable/minio/5.0.14/app-readme.md b/stable/minio/5.0.15/app-readme.md similarity index 68% rename from stable/minio/5.0.14/app-readme.md rename to stable/minio/5.0.15/app-readme.md index 315471124ab..7b219ae79e3 100644 --- a/stable/minio/5.0.14/app-readme.md +++ b/stable/minio/5.0.15/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/minio/5.0.14/charts/common-11.1.2.tgz b/stable/minio/5.0.15/charts/common-11.1.2.tgz similarity index 100% rename from stable/minio/5.0.14/charts/common-11.1.2.tgz rename to stable/minio/5.0.15/charts/common-11.1.2.tgz diff --git a/stable/minio/5.0.14/ix_values.yaml b/stable/minio/5.0.15/ix_values.yaml similarity index 91% rename from stable/minio/5.0.14/ix_values.yaml rename to stable/minio/5.0.15/ix_values.yaml index 7eb47171a0a..360dd19b3d3 100644 --- a/stable/minio/5.0.14/ix_values.yaml +++ b/stable/minio/5.0.15/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/minio - tag: latest@sha256:366fc0195d2f2e08fc62d701ce1e431ca61c91b786dcafbbb7cbcf1c0858a1e7 + tag: latest@sha256:c5d677cff2f8d7963e610f3f39c4a447466ff8319877caff1878cc971c05bcd6 pullPolicy: IfNotPresent args: ["server", "/data", "--address", ":10106", "--console-address", ":10107"] diff --git a/stable/minio/5.0.14/questions.yaml b/stable/minio/5.0.15/questions.yaml similarity index 98% rename from stable/minio/5.0.14/questions.yaml rename to stable/minio/5.0.15/questions.yaml index 65b10d6c443..39e4063a562 100644 --- a/stable/minio/5.0.14/questions.yaml +++ b/stable/minio/5.0.15/questions.yaml @@ -1220,58 +1220,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/minio/5.0.14/templates/common.yaml b/stable/minio/5.0.15/templates/common.yaml similarity index 100% rename from stable/minio/5.0.14/templates/common.yaml rename to stable/minio/5.0.15/templates/common.yaml diff --git a/stable/minio/5.0.14/values.yaml b/stable/minio/5.0.15/values.yaml similarity index 100% rename from stable/minio/5.0.14/values.yaml rename to stable/minio/5.0.15/values.yaml diff --git a/stable/redmine/6.0.24/app-changelog.md b/stable/redmine/6.0.24/app-changelog.md deleted file mode 100644 index 17c8efac8e8..00000000000 --- a/stable/redmine/6.0.24/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [redmine-6.0.24](https://github.com/truecharts/charts/compare/redmine-6.0.23...redmine-6.0.24) (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/redmine/6.0.24/CHANGELOG.md b/stable/redmine/6.0.25/CHANGELOG.md similarity index 89% rename from stable/redmine/6.0.24/CHANGELOG.md rename to stable/redmine/6.0.25/CHANGELOG.md index 94774945742..686b00d2a7e 100644 --- a/stable/redmine/6.0.24/CHANGELOG.md +++ b/stable/redmine/6.0.25/CHANGELOG.md @@ -4,6 +4,15 @@ +## [redmine-6.0.25](https://github.com/truecharts/charts/compare/redmine-6.0.24...redmine-6.0.25) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/redmine to 5.0.4 + + + + ## [redmine-6.0.24](https://github.com/truecharts/charts/compare/redmine-6.0.23...redmine-6.0.24) (2023-01-17) ### Chore @@ -88,12 +97,3 @@ ## [redmine-6.0.15](https://github.com/truecharts/charts/compare/redmine-6.0.14...redmine-6.0.15) (2022-12-07) - - -## [redmine-6.0.14](https://github.com/truecharts/charts/compare/redmine-6.0.13...redmine-6.0.14) (2022-12-07) - - - - -## [redmine-6.0.13](https://github.com/truecharts/charts/compare/redmine-6.0.12...redmine-6.0.13) (2022-12-06) - diff --git a/stable/redmine/6.0.24/Chart.yaml b/stable/redmine/6.0.25/Chart.yaml similarity index 98% rename from stable/redmine/6.0.24/Chart.yaml rename to stable/redmine/6.0.25/Chart.yaml index 3a68ef9382b..c2fc8b8a53f 100644 --- a/stable/redmine/6.0.24/Chart.yaml +++ b/stable/redmine/6.0.25/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: "5.0.4" kubeVersion: ">=1.16.0-0" -version: 6.0.24 +version: 6.0.25 name: redmine description: Redmine is a flexible project management web application written using Ruby on Rails framework. type: application diff --git a/stable/redmine/6.0.24/README.md b/stable/redmine/6.0.25/README.md similarity index 100% rename from stable/redmine/6.0.24/README.md rename to stable/redmine/6.0.25/README.md diff --git a/stable/redmine/6.0.25/app-changelog.md b/stable/redmine/6.0.25/app-changelog.md new file mode 100644 index 00000000000..a9f3077762b --- /dev/null +++ b/stable/redmine/6.0.25/app-changelog.md @@ -0,0 +1,9 @@ + + +## [redmine-6.0.25](https://github.com/truecharts/charts/compare/redmine-6.0.24...redmine-6.0.25) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/redmine to 5.0.4 + + \ No newline at end of file diff --git a/stable/redmine/6.0.24/app-readme.md b/stable/redmine/6.0.25/app-readme.md similarity index 100% rename from stable/redmine/6.0.24/app-readme.md rename to stable/redmine/6.0.25/app-readme.md diff --git a/stable/redmine/6.0.24/charts/common-11.1.2.tgz b/stable/redmine/6.0.25/charts/common-11.1.2.tgz similarity index 100% rename from stable/redmine/6.0.24/charts/common-11.1.2.tgz rename to stable/redmine/6.0.25/charts/common-11.1.2.tgz diff --git a/stable/redmine/6.0.24/charts/postgresql-11.0.20.tgz b/stable/redmine/6.0.25/charts/postgresql-11.0.20.tgz similarity index 100% rename from stable/redmine/6.0.24/charts/postgresql-11.0.20.tgz rename to stable/redmine/6.0.25/charts/postgresql-11.0.20.tgz diff --git a/stable/redmine/6.0.24/ix_values.yaml b/stable/redmine/6.0.25/ix_values.yaml similarity index 93% rename from stable/redmine/6.0.24/ix_values.yaml rename to stable/redmine/6.0.25/ix_values.yaml index 84693fb1b6f..602a7e5ab7d 100644 --- a/stable/redmine/6.0.24/ix_values.yaml +++ b/stable/redmine/6.0.25/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/redmine pullPolicy: IfNotPresent - tag: 5.0.4@sha256:ecb8b402bfbf75a8faba21b5ac3552c3de62cefcfefafbd3a86e086465be8610 + tag: 5.0.4@sha256:fc364c21087e0d674fb4b183f24d8bfc1d5e639b537dac310f4ef8e1db205f0d env: REDMINE_DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}" diff --git a/stable/redmine/6.0.24/questions.yaml b/stable/redmine/6.0.25/questions.yaml similarity index 97% rename from stable/redmine/6.0.24/questions.yaml rename to stable/redmine/6.0.25/questions.yaml index edd4a35233c..48cda2a0e3a 100644 --- a/stable/redmine/6.0.24/questions.yaml +++ b/stable/redmine/6.0.25/questions.yaml @@ -1040,58 +1040,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/redmine/6.0.24/templates/_secrets.tpl b/stable/redmine/6.0.25/templates/_secrets.tpl similarity index 100% rename from stable/redmine/6.0.24/templates/_secrets.tpl rename to stable/redmine/6.0.25/templates/_secrets.tpl diff --git a/stable/redmine/6.0.24/templates/common.yaml b/stable/redmine/6.0.25/templates/common.yaml similarity index 100% rename from stable/redmine/6.0.24/templates/common.yaml rename to stable/redmine/6.0.25/templates/common.yaml diff --git a/stable/redmine/6.0.24/values.yaml b/stable/redmine/6.0.25/values.yaml similarity index 100% rename from stable/redmine/6.0.24/values.yaml rename to stable/redmine/6.0.25/values.yaml diff --git a/stable/snapdrop/4.0.10/app-changelog.md b/stable/snapdrop/4.0.10/app-changelog.md deleted file mode 100644 index 6fcc34f734a..00000000000 --- a/stable/snapdrop/4.0.10/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [snapdrop-4.0.10](https://github.com/truecharts/charts/compare/snapdrop-4.0.9...snapdrop-4.0.10) (2022-12-30) - -### Chore - -- update container image tccr.io/truecharts/snapdrop to latest - - \ No newline at end of file diff --git a/stable/snapdrop/4.0.10/CHANGELOG.md b/stable/snapdrop/4.0.11/CHANGELOG.md similarity index 89% rename from stable/snapdrop/4.0.10/CHANGELOG.md rename to stable/snapdrop/4.0.11/CHANGELOG.md index 7a25a730651..a9abc906d7c 100644 --- a/stable/snapdrop/4.0.10/CHANGELOG.md +++ b/stable/snapdrop/4.0.11/CHANGELOG.md @@ -4,6 +4,15 @@ +## [snapdrop-4.0.11](https://github.com/truecharts/charts/compare/snapdrop-4.0.10...snapdrop-4.0.11) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/snapdrop to latest + + + + ## [snapdrop-4.0.10](https://github.com/truecharts/charts/compare/snapdrop-4.0.9...snapdrop-4.0.10) (2022-12-30) ### Chore @@ -88,12 +97,3 @@ -## [snapdrop-4.0.3](https://github.com/truecharts/charts/compare/snapdrop-4.0.2...snapdrop-4.0.3) (2022-11-30) - - - - -## [snapdrop-4.0.3](https://github.com/truecharts/charts/compare/snapdrop-4.0.2...snapdrop-4.0.3) (2022-11-30) - - - diff --git a/stable/snapdrop/4.0.10/Chart.yaml b/stable/snapdrop/4.0.11/Chart.yaml similarity index 97% rename from stable/snapdrop/4.0.10/Chart.yaml rename to stable/snapdrop/4.0.11/Chart.yaml index cbaf06265c2..9106b8f089f 100644 --- a/stable/snapdrop/4.0.10/Chart.yaml +++ b/stable/snapdrop/4.0.11/Chart.yaml @@ -18,7 +18,7 @@ name: snapdrop sources: - https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop - https://github.com/linuxserver/docker-snapdrop -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/snapdrop/4.0.10/README.md b/stable/snapdrop/4.0.11/README.md similarity index 100% rename from stable/snapdrop/4.0.10/README.md rename to stable/snapdrop/4.0.11/README.md diff --git a/stable/snapdrop/4.0.11/app-changelog.md b/stable/snapdrop/4.0.11/app-changelog.md new file mode 100644 index 00000000000..26efef01ff3 --- /dev/null +++ b/stable/snapdrop/4.0.11/app-changelog.md @@ -0,0 +1,9 @@ + + +## [snapdrop-4.0.11](https://github.com/truecharts/charts/compare/snapdrop-4.0.10...snapdrop-4.0.11) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/snapdrop to latest + + \ No newline at end of file diff --git a/stable/snapdrop/4.0.10/app-readme.md b/stable/snapdrop/4.0.11/app-readme.md similarity index 71% rename from stable/snapdrop/4.0.10/app-readme.md rename to stable/snapdrop/4.0.11/app-readme.md index 45263c3c556..eaec4f79a97 100644 --- a/stable/snapdrop/4.0.10/app-readme.md +++ b/stable/snapdrop/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/snapdrop/4.0.10/charts/common-11.1.2.tgz b/stable/snapdrop/4.0.11/charts/common-11.1.2.tgz similarity index 100% rename from stable/snapdrop/4.0.10/charts/common-11.1.2.tgz rename to stable/snapdrop/4.0.11/charts/common-11.1.2.tgz diff --git a/stable/snapdrop/4.0.10/ix_values.yaml b/stable/snapdrop/4.0.11/ix_values.yaml similarity index 81% rename from stable/snapdrop/4.0.10/ix_values.yaml rename to stable/snapdrop/4.0.11/ix_values.yaml index 7011d46c732..6d03d19d496 100644 --- a/stable/snapdrop/4.0.10/ix_values.yaml +++ b/stable/snapdrop/4.0.11/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/snapdrop - tag: latest@sha256:a8143b894033ac8e02b70855a17cc06f2bde98f36a4538a146958fa38ee3c2c0 + tag: latest@sha256:f9c16256e808cb9715da465cdfc507105d558d04468dc803909281f916202d52 pullPolicy: IfNotPresent securityContext: diff --git a/stable/snapdrop/4.0.10/questions.yaml b/stable/snapdrop/4.0.11/questions.yaml similarity index 97% rename from stable/snapdrop/4.0.10/questions.yaml rename to stable/snapdrop/4.0.11/questions.yaml index 3a922c82c72..c51f8800b83 100644 --- a/stable/snapdrop/4.0.10/questions.yaml +++ b/stable/snapdrop/4.0.11/questions.yaml @@ -1021,58 +1021,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/snapdrop/4.0.10/templates/common.yaml b/stable/snapdrop/4.0.11/templates/common.yaml similarity index 100% rename from stable/snapdrop/4.0.10/templates/common.yaml rename to stable/snapdrop/4.0.11/templates/common.yaml diff --git a/stable/snapdrop/4.0.10/values.yaml b/stable/snapdrop/4.0.11/values.yaml similarity index 100% rename from stable/snapdrop/4.0.10/values.yaml rename to stable/snapdrop/4.0.11/values.yaml diff --git a/stable/synclounge/4.0.13/app-changelog.md b/stable/synclounge/4.0.13/app-changelog.md deleted file mode 100644 index ab911bd2ccc..00000000000 --- a/stable/synclounge/4.0.13/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [synclounge-4.0.13](https://github.com/truecharts/charts/compare/synclounge-4.0.12...synclounge-4.0.13) (2023-01-12) - -### Chore - -- update container image tccr.io/truecharts/synclounge to 5.2.5 - - \ No newline at end of file diff --git a/stable/synclounge/4.0.13/CHANGELOG.md b/stable/synclounge/4.0.14/CHANGELOG.md similarity index 94% rename from stable/synclounge/4.0.13/CHANGELOG.md rename to stable/synclounge/4.0.14/CHANGELOG.md index 77d32fafcc2..81488529cbc 100644 --- a/stable/synclounge/4.0.13/CHANGELOG.md +++ b/stable/synclounge/4.0.14/CHANGELOG.md @@ -4,6 +4,15 @@ +## [synclounge-4.0.14](https://github.com/truecharts/charts/compare/synclounge-4.0.13...synclounge-4.0.14) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/synclounge to 5.2.5 + + + + ## [synclounge-4.0.13](https://github.com/truecharts/charts/compare/synclounge-4.0.12...synclounge-4.0.13) (2023-01-12) ### Chore @@ -85,15 +94,6 @@ -## [synclounge-4.0.4](https://github.com/truecharts/charts/compare/synclounge-4.0.3...synclounge-4.0.4) (2022-12-01) - -### Chore - -- update container image tccr.io/truecharts/synclounge to 5.2.5 - - - - ## [synclounge-4.0.4](https://github.com/truecharts/charts/compare/synclounge-4.0.3...synclounge-4.0.4) (2022-12-01) ### Chore diff --git a/stable/synclounge/4.0.13/Chart.yaml b/stable/synclounge/4.0.14/Chart.yaml similarity index 98% rename from stable/synclounge/4.0.13/Chart.yaml rename to stable/synclounge/4.0.14/Chart.yaml index f1a56f68f5d..db6484e8b74 100644 --- a/stable/synclounge/4.0.13/Chart.yaml +++ b/stable/synclounge/4.0.14/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: synclounge -version: 4.0.13 +version: 4.0.14 appVersion: "5.2.5" description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. type: application diff --git a/stable/synclounge/4.0.13/README.md b/stable/synclounge/4.0.14/README.md similarity index 100% rename from stable/synclounge/4.0.13/README.md rename to stable/synclounge/4.0.14/README.md diff --git a/stable/synclounge/4.0.14/app-changelog.md b/stable/synclounge/4.0.14/app-changelog.md new file mode 100644 index 00000000000..120fe9e894e --- /dev/null +++ b/stable/synclounge/4.0.14/app-changelog.md @@ -0,0 +1,9 @@ + + +## [synclounge-4.0.14](https://github.com/truecharts/charts/compare/synclounge-4.0.13...synclounge-4.0.14) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/synclounge to 5.2.5 + + \ No newline at end of file diff --git a/stable/synclounge/4.0.13/app-readme.md b/stable/synclounge/4.0.14/app-readme.md similarity index 74% rename from stable/synclounge/4.0.13/app-readme.md rename to stable/synclounge/4.0.14/app-readme.md index 9c19dbea575..d660b74e6c0 100644 --- a/stable/synclounge/4.0.13/app-readme.md +++ b/stable/synclounge/4.0.14/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/synclounge/4.0.13/charts/common-11.1.2.tgz b/stable/synclounge/4.0.14/charts/common-11.1.2.tgz similarity index 100% rename from stable/synclounge/4.0.13/charts/common-11.1.2.tgz rename to stable/synclounge/4.0.14/charts/common-11.1.2.tgz diff --git a/stable/synclounge/4.0.13/ix_values.yaml b/stable/synclounge/4.0.14/ix_values.yaml similarity index 81% rename from stable/synclounge/4.0.13/ix_values.yaml rename to stable/synclounge/4.0.14/ix_values.yaml index 6ccefa27c97..a6c5c58e108 100644 --- a/stable/synclounge/4.0.13/ix_values.yaml +++ b/stable/synclounge/4.0.14/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/synclounge pullPolicy: IfNotPresent - tag: 5.2.5@sha256:3f6945e3c5ebbc3630ba034eae8c574fd91cd04e4adcaa50f6cf63f09e227c88 + tag: 5.2.5@sha256:aff79e85cbdb43cec0901b8182f4dd867885df812f3f73d3cc5c886827095be1 securityContext: runAsNonRoot: false diff --git a/stable/synclounge/4.0.13/questions.yaml b/stable/synclounge/4.0.14/questions.yaml similarity index 97% rename from stable/synclounge/4.0.13/questions.yaml rename to stable/synclounge/4.0.14/questions.yaml index 18b6b656042..1f58d9c68de 100644 --- a/stable/synclounge/4.0.13/questions.yaml +++ b/stable/synclounge/4.0.14/questions.yaml @@ -956,58 +956,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/synclounge/4.0.13/templates/common.yaml b/stable/synclounge/4.0.14/templates/common.yaml similarity index 100% rename from stable/synclounge/4.0.13/templates/common.yaml rename to stable/synclounge/4.0.14/templates/common.yaml diff --git a/stable/synclounge/4.0.13/values.yaml b/stable/synclounge/4.0.14/values.yaml similarity index 100% rename from stable/synclounge/4.0.13/values.yaml rename to stable/synclounge/4.0.14/values.yaml diff --git a/stable/valheim/5.0.12/app-changelog.md b/stable/valheim/5.0.12/app-changelog.md deleted file mode 100644 index 86259a5724f..00000000000 --- a/stable/valheim/5.0.12/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [valheim-5.0.12](https://github.com/truecharts/charts/compare/valheim-5.0.11...valheim-5.0.12) (2023-01-17) - diff --git a/stable/valheim/5.0.12/CHANGELOG.md b/stable/valheim/5.0.13/CHANGELOG.md similarity index 89% rename from stable/valheim/5.0.12/CHANGELOG.md rename to stable/valheim/5.0.13/CHANGELOG.md index c29e5ff335f..2b66dc8a4ec 100644 --- a/stable/valheim/5.0.12/CHANGELOG.md +++ b/stable/valheim/5.0.13/CHANGELOG.md @@ -4,6 +4,15 @@ +## [valheim-5.0.13](https://github.com/truecharts/charts/compare/valheim-5.0.12...valheim-5.0.13) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/valheim-server to latest + + + + ## [valheim-5.0.12](https://github.com/truecharts/charts/compare/valheim-5.0.11...valheim-5.0.12) (2023-01-17) @@ -88,12 +97,3 @@ ## [valheim-5.0.4](https://github.com/truecharts/charts/compare/valheim-5.0.3...valheim-5.0.4) (2022-11-30) - - - -## [valheim-5.0.4](https://github.com/truecharts/charts/compare/valheim-5.0.3...valheim-5.0.4) (2022-11-30) - - - - -## [valheim-5.0.4](https://github.com/truecharts/charts/compare/valheim-5.0.3...valheim-5.0.4) (2022-11-30) diff --git a/stable/valheim/5.0.12/Chart.yaml b/stable/valheim/5.0.13/Chart.yaml similarity index 98% rename from stable/valheim/5.0.12/Chart.yaml rename to stable/valheim/5.0.13/Chart.yaml index 4dac72e23d7..722d743c56c 100644 --- a/stable/valheim/5.0.12/Chart.yaml +++ b/stable/valheim/5.0.13/Chart.yaml @@ -19,7 +19,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/valheim - https://github.com/lloesche/valheim-server-docker - https://hub.docker.com/r/lloesche/valheim-server -version: 5.0.12 +version: 5.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/valheim/5.0.12/README.md b/stable/valheim/5.0.13/README.md similarity index 100% rename from stable/valheim/5.0.12/README.md rename to stable/valheim/5.0.13/README.md diff --git a/stable/valheim/5.0.13/app-changelog.md b/stable/valheim/5.0.13/app-changelog.md new file mode 100644 index 00000000000..1819cf3f387 --- /dev/null +++ b/stable/valheim/5.0.13/app-changelog.md @@ -0,0 +1,9 @@ + + +## [valheim-5.0.13](https://github.com/truecharts/charts/compare/valheim-5.0.12...valheim-5.0.13) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/valheim-server to latest + + \ No newline at end of file diff --git a/stable/valheim/5.0.12/app-readme.md b/stable/valheim/5.0.13/app-readme.md similarity index 100% rename from stable/valheim/5.0.12/app-readme.md rename to stable/valheim/5.0.13/app-readme.md diff --git a/stable/valheim/5.0.12/charts/common-11.1.2.tgz b/stable/valheim/5.0.13/charts/common-11.1.2.tgz similarity index 100% rename from stable/valheim/5.0.12/charts/common-11.1.2.tgz rename to stable/valheim/5.0.13/charts/common-11.1.2.tgz diff --git a/stable/valheim/5.0.12/ix_values.yaml b/stable/valheim/5.0.13/ix_values.yaml similarity index 93% rename from stable/valheim/5.0.12/ix_values.yaml rename to stable/valheim/5.0.13/ix_values.yaml index fed2074b169..3bfce235e56 100644 --- a/stable/valheim/5.0.12/ix_values.yaml +++ b/stable/valheim/5.0.13/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/valheim-server - tag: latest@sha256:d7abaaf62846ee8ca5405288d5b3c3067921870408834a04e0f436ef6b70b82e + tag: latest@sha256:bc9b41516c963c953bed2d76c3ef74c3d7e8ac4d6b69f3ef860ec0f3e1767e8d pullPolicy: IfNotPresent secretEnv: diff --git a/stable/valheim/5.0.12/questions.yaml b/stable/valheim/5.0.13/questions.yaml similarity index 98% rename from stable/valheim/5.0.12/questions.yaml rename to stable/valheim/5.0.13/questions.yaml index 06f91c6fa25..29fbbac97d7 100644 --- a/stable/valheim/5.0.12/questions.yaml +++ b/stable/valheim/5.0.13/questions.yaml @@ -1408,58 +1408,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/valheim/5.0.12/templates/common.yaml b/stable/valheim/5.0.13/templates/common.yaml similarity index 100% rename from stable/valheim/5.0.12/templates/common.yaml rename to stable/valheim/5.0.13/templates/common.yaml diff --git a/stable/valheim/5.0.12/values.yaml b/stable/valheim/5.0.13/values.yaml similarity index 100% rename from stable/valheim/5.0.12/values.yaml rename to stable/valheim/5.0.13/values.yaml