diff --git a/dependency/memcached/1.0.0/CHANGELOG.md b/dependency/memcached/1.0.0/CHANGELOG.md deleted file mode 100644 index 8fd3ed2fadb..00000000000 --- a/dependency/memcached/1.0.0/CHANGELOG.md +++ /dev/null @@ -1,18 +0,0 @@ -# Changelog
- - - -### [memcached-1.0.0](https://github.com/truecharts/apps/compare/memcached-0.0.1...memcached-1.0.0) (2021-11-12) - -#### Feat - -* move deps to incubator ([#1311](https://github.com/truecharts/apps/issues/1311)) - - - - -### memcached-0.0.1 (2021-11-11) - -#### Feat - -* add memcached App ([#1307](https://github.com/truecharts/apps/issues/1307)) diff --git a/dependency/memcached/1.0.0/Chart.lock b/dependency/memcached/1.0.0/Chart.lock deleted file mode 100644 index 6a0a13f2872..00000000000 --- a/dependency/memcached/1.0.0/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.5.6 -digest: sha256:c711d63142ad5cb07c166f67914dfd8af0624873e5b4a28e06a758fca11525e8 -generated: "2021-11-12T19:01:24.149230825Z" diff --git a/dependency/memcached/1.0.0/charts/common-8.5.6.tgz b/dependency/memcached/1.0.0/charts/common-8.5.6.tgz deleted file mode 100644 index aa98070e90b..00000000000 Binary files a/dependency/memcached/1.0.0/charts/common-8.5.6.tgz and /dev/null differ diff --git a/dependency/memcached/1.0.1/CHANGELOG.md b/dependency/memcached/1.0.1/CHANGELOG.md new file mode 100644 index 00000000000..8491e129603 --- /dev/null +++ b/dependency/memcached/1.0.1/CHANGELOG.md @@ -0,0 +1,34 @@ +# Changelog
+ + + +### [memcached-1.0.1](https://github.com/truecharts/apps/compare/memcached-1.0.0...memcached-1.0.1) (2021-11-14) + +#### Chore + +* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316)) +* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326)) +* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322)) +* update non-major ([#1327](https://github.com/truecharts/apps/issues/1327)) + +#### Fix + +* split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321)) + + + + +### [memcached-1.0.0](https://github.com/truecharts/apps/compare/memcached-0.0.1...memcached-1.0.0) (2021-11-12) + +#### Feat + +* move deps to incubator ([#1311](https://github.com/truecharts/apps/issues/1311)) + + + + +### memcached-0.0.1 (2021-11-11) + +#### Feat + +* add memcached App ([#1307](https://github.com/truecharts/apps/issues/1307)) diff --git a/dependency/memcached/1.0.0/CONFIG.md b/dependency/memcached/1.0.1/CONFIG.md similarity index 100% rename from dependency/memcached/1.0.0/CONFIG.md rename to dependency/memcached/1.0.1/CONFIG.md diff --git a/dependency/memcached/1.0.1/Chart.lock b/dependency/memcached/1.0.1/Chart.lock new file mode 100644 index 00000000000..9dc587494cd --- /dev/null +++ b/dependency/memcached/1.0.1/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.5.7 +digest: sha256:2ba352eb349fd774c72b211477a059be1e479a30eef137afaca686a2946a6dc7 +generated: "2021-11-14T15:14:13.471759502Z" diff --git a/dependency/memcached/1.0.0/Chart.yaml b/dependency/memcached/1.0.1/Chart.yaml similarity index 92% rename from dependency/memcached/1.0.0/Chart.yaml rename to dependency/memcached/1.0.1/Chart.yaml index 432c6e131ce..473f2754b69 100644 --- a/dependency/memcached/1.0.0/Chart.yaml +++ b/dependency/memcached/1.0.1/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.6.12" dependencies: - name: common repository: https://truecharts.org - version: 8.5.6 + version: 8.5.7 deprecated: false description: Memcached is a memory-backed database caching solution home: https://github.com/truecharts/apps/tree/master/stable/memcached @@ -16,13 +16,13 @@ kubeVersion: '>=1.16.0-0' maintainers: - email: info@truecharts.org name: TrueCharts - url: truecharts.org + url: https://truecharts.org name: memcached sources: - https://github.com/bitnami/bitnami-docker-memcached - http://memcached.org/ type: application -version: 1.0.0 +version: 1.0.1 annotations: truecharts.org/catagories: | - database diff --git a/dependency/memcached/1.0.0/README.md b/dependency/memcached/1.0.1/README.md similarity index 96% rename from dependency/memcached/1.0.0/README.md rename to dependency/memcached/1.0.1/README.md index d40ffc0461d..4032f0ba8d7 100644 --- a/dependency/memcached/1.0.0/README.md +++ b/dependency/memcached/1.0.1/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.5.6 | +| https://truecharts.org | common | 8.5.7 | ## Installing the Chart diff --git a/dependency/memcached/1.0.0/app-readme.md b/dependency/memcached/1.0.1/app-readme.md similarity index 100% rename from dependency/memcached/1.0.0/app-readme.md rename to dependency/memcached/1.0.1/app-readme.md diff --git a/dependency/memcached/1.0.1/charts/common-8.5.7.tgz b/dependency/memcached/1.0.1/charts/common-8.5.7.tgz new file mode 100644 index 00000000000..045b7f416a8 Binary files /dev/null and b/dependency/memcached/1.0.1/charts/common-8.5.7.tgz differ diff --git a/dependency/memcached/1.0.0/helm-values.md b/dependency/memcached/1.0.1/helm-values.md similarity index 89% rename from dependency/memcached/1.0.0/helm-values.md rename to dependency/memcached/1.0.1/helm-values.md index 9723d2f6693..e40c820f6aa 100644 --- a/dependency/memcached/1.0.0/helm-values.md +++ b/dependency/memcached/1.0.1/helm-values.md @@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here |-----|------|---------|-------------| | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"bitnami/memcached"` | | -| image.tag | string | `"1.6.12@sha256:f02e8e24e90ce1e3ce132964bea7a9af70d1e13510d8c1c8a6e66c2fed1f4621"` | | +| image.tag | string | `"1.6.12@sha256:ad5196e0fec12a025ba0535a973d676103dc66587344c59ac6b7f5a3925144ea"` | | | service.main.ports.main.port | int | `11211` | | | service.main.ports.main.targetPort | int | `11211` | | diff --git a/dependency/memcached/1.0.0/ix_values.yaml b/dependency/memcached/1.0.1/ix_values.yaml similarity index 64% rename from dependency/memcached/1.0.0/ix_values.yaml rename to dependency/memcached/1.0.1/ix_values.yaml index 29a936e5168..9539d6d1490 100644 --- a/dependency/memcached/1.0.0/ix_values.yaml +++ b/dependency/memcached/1.0.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: bitnami/memcached pullPolicy: IfNotPresent - tag: 1.6.12@sha256:f02e8e24e90ce1e3ce132964bea7a9af70d1e13510d8c1c8a6e66c2fed1f4621 + tag: 1.6.12@sha256:ad5196e0fec12a025ba0535a973d676103dc66587344c59ac6b7f5a3925144ea service: main: diff --git a/dependency/memcached/1.0.0/questions.yaml b/dependency/memcached/1.0.1/questions.yaml similarity index 99% rename from dependency/memcached/1.0.0/questions.yaml rename to dependency/memcached/1.0.1/questions.yaml index ac781e02630..36880aa090a 100644 --- a/dependency/memcached/1.0.0/questions.yaml +++ b/dependency/memcached/1.0.1/questions.yaml @@ -351,6 +351,14 @@ questions: schema: type: dict attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 11211 + editable: true + required: true - variable: advanced label: "Show Advanced settings" schema: @@ -386,16 +394,6 @@ questions: type: int default: 11211 - - variable: port - label: "Container Port" - schema: - type: int - default: 11211 - editable: true - required: true - - - - variable: serviceexpert group: "Networking and Services" label: "Show Expert Config" @@ -1022,17 +1020,6 @@ questions: description: "Always" - # Specify GPU configuration - - variable: scaleGPU - label: "GPU Configuration" - group: "Resources and Devices" - schema: - type: dict - $ref: - - "definitions/gpuConfiguration" - attrs: [] - - - variable: advancedresources label: "Set Custom Resource Limits/Requests (Advanced)" group: "Resources and Devices" @@ -1122,6 +1109,16 @@ questions: type: string default: "/dev/ttyACM0" + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: autoscaling group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" diff --git a/dependency/memcached/1.0.0/templates/common.yaml b/dependency/memcached/1.0.1/templates/common.yaml similarity index 100% rename from dependency/memcached/1.0.0/templates/common.yaml rename to dependency/memcached/1.0.1/templates/common.yaml diff --git a/dependency/memcached/1.0.0/values.yaml b/dependency/memcached/1.0.1/values.yaml similarity index 100% rename from dependency/memcached/1.0.0/values.yaml rename to dependency/memcached/1.0.1/values.yaml diff --git a/dependency/postgresql/5.1.16/Chart.lock b/dependency/postgresql/5.1.16/Chart.lock deleted file mode 100644 index 18d797f4802..00000000000 --- a/dependency/postgresql/5.1.16/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.5.6 -digest: sha256:c711d63142ad5cb07c166f67914dfd8af0624873e5b4a28e06a758fca11525e8 -generated: "2021-11-12T19:01:52.206144544Z" diff --git a/dependency/postgresql/5.1.16/charts/common-8.5.6.tgz b/dependency/postgresql/5.1.16/charts/common-8.5.6.tgz deleted file mode 100644 index aa98070e90b..00000000000 Binary files a/dependency/postgresql/5.1.16/charts/common-8.5.6.tgz and /dev/null differ diff --git a/dependency/postgresql/5.1.16/CHANGELOG.md b/dependency/postgresql/5.1.17/CHANGELOG.md similarity index 77% rename from dependency/postgresql/5.1.16/CHANGELOG.md rename to dependency/postgresql/5.1.17/CHANGELOG.md index 3a0af80ff55..d0cf20b40a4 100644 --- a/dependency/postgresql/5.1.16/CHANGELOG.md +++ b/dependency/postgresql/5.1.17/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog
+ +### [postgresql-5.1.17](https://github.com/truecharts/apps/compare/postgresql-5.1.16...postgresql-5.1.17) (2021-11-14) + +#### Chore + +* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316)) +* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326)) +* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322)) +* update non-major ([#1327](https://github.com/truecharts/apps/issues/1327)) + +#### Fix + +* split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321)) + + + ### [postgresql-5.1.16](https://github.com/truecharts/apps/compare/postgresql-5.1.15...postgresql-5.1.16) (2021-11-12) @@ -81,19 +97,3 @@ #### Chore -* update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291)) - -#### Chore - -* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289)) - -#### Feat - -* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) - - - - -### [postgresql-5.1.8](https://github.com/truecharts/apps/compare/postgresql-5.1.7...postgresql-5.1.8) (2021-11-02) - -#### Chore diff --git a/dependency/postgresql/5.1.16/CONFIG.md b/dependency/postgresql/5.1.17/CONFIG.md similarity index 100% rename from dependency/postgresql/5.1.16/CONFIG.md rename to dependency/postgresql/5.1.17/CONFIG.md diff --git a/dependency/postgresql/5.1.17/Chart.lock b/dependency/postgresql/5.1.17/Chart.lock new file mode 100644 index 00000000000..fa0597e9949 --- /dev/null +++ b/dependency/postgresql/5.1.17/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.5.7 +digest: sha256:2ba352eb349fd774c72b211477a059be1e479a30eef137afaca686a2946a6dc7 +generated: "2021-11-14T15:14:44.275454063Z" diff --git a/dependency/postgresql/5.1.16/Chart.yaml b/dependency/postgresql/5.1.17/Chart.yaml similarity index 87% rename from dependency/postgresql/5.1.16/Chart.yaml rename to dependency/postgresql/5.1.17/Chart.yaml index ef43fc772ca..9720dbe04fc 100644 --- a/dependency/postgresql/5.1.16/Chart.yaml +++ b/dependency/postgresql/5.1.17/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: "14.0.0" +appVersion: "14.1.0" dependencies: - name: common repository: https://truecharts.org - version: 8.5.6 + version: 8.5.7 deprecated: false description: PostgresSQL home: https://github.com/truecharts/apps/tree/master/stable/postgres @@ -17,12 +17,12 @@ kubeVersion: '>=1.16.0-0' maintainers: - email: info@truecharts.org name: TrueCharts - url: truecharts.org + url: https://truecharts.org name: postgresql sources: - https://www.postgresql.org/ type: application -version: 5.1.16 +version: 5.1.17 annotations: truecharts.org/catagories: | - database diff --git a/dependency/postgresql/5.1.16/README.md b/dependency/postgresql/5.1.17/README.md similarity index 96% rename from dependency/postgresql/5.1.16/README.md rename to dependency/postgresql/5.1.17/README.md index d46efdf2d77..18f226ad745 100644 --- a/dependency/postgresql/5.1.16/README.md +++ b/dependency/postgresql/5.1.17/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.5.6 | +| https://truecharts.org | common | 8.5.7 | ## Installing the Chart diff --git a/dependency/postgresql/5.1.16/app-readme.md b/dependency/postgresql/5.1.17/app-readme.md similarity index 100% rename from dependency/postgresql/5.1.16/app-readme.md rename to dependency/postgresql/5.1.17/app-readme.md diff --git a/dependency/postgresql/5.1.17/charts/common-8.5.7.tgz b/dependency/postgresql/5.1.17/charts/common-8.5.7.tgz new file mode 100644 index 00000000000..045b7f416a8 Binary files /dev/null and b/dependency/postgresql/5.1.17/charts/common-8.5.7.tgz differ diff --git a/dependency/postgresql/5.1.16/helm-values.md b/dependency/postgresql/5.1.17/helm-values.md similarity index 95% rename from dependency/postgresql/5.1.16/helm-values.md rename to dependency/postgresql/5.1.17/helm-values.md index d33d516abab..eddaacba6c9 100644 --- a/dependency/postgresql/5.1.16/helm-values.md +++ b/dependency/postgresql/5.1.17/helm-values.md @@ -21,7 +21,7 @@ You will, however, be able to use all values referenced in the common chart here | existingSecret | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"bitnami/postgresql"` | | -| image.tag | string | `"14.0.0@sha256:ea4d5247ee28e9f88ede9f0f70219c1061766cca3f9a5922b1b0e1e3cad1b1a3"` | | +| image.tag | string | `"14.1.0@sha256:480fa9cd68d9013ea622b8a6dc71505bc8f0eaeac6d062cb5182bff44d0fcdbb"` | | | persistence.db.accessMode | string | `"ReadWriteOnce"` | | | persistence.db.enabled | bool | `true` | | | persistence.db.mountPath | string | `"/bitnami/postgresql"` | | diff --git a/dependency/postgresql/5.1.16/ix_values.yaml b/dependency/postgresql/5.1.17/ix_values.yaml similarity index 93% rename from dependency/postgresql/5.1.16/ix_values.yaml rename to dependency/postgresql/5.1.17/ix_values.yaml index f8a63660ea1..89ab7f99a74 100644 --- a/dependency/postgresql/5.1.16/ix_values.yaml +++ b/dependency/postgresql/5.1.17/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: bitnami/postgresql pullPolicy: IfNotPresent - tag: 14.0.0@sha256:ea4d5247ee28e9f88ede9f0f70219c1061766cca3f9a5922b1b0e1e3cad1b1a3 + tag: 14.1.0@sha256:480fa9cd68d9013ea622b8a6dc71505bc8f0eaeac6d062cb5182bff44d0fcdbb securityContext: readOnlyRootFilesystem: false diff --git a/dependency/postgresql/5.1.16/questions.yaml b/dependency/postgresql/5.1.17/questions.yaml similarity index 99% rename from dependency/postgresql/5.1.16/questions.yaml rename to dependency/postgresql/5.1.17/questions.yaml index af1e3854429..63140e6f392 100644 --- a/dependency/postgresql/5.1.16/questions.yaml +++ b/dependency/postgresql/5.1.17/questions.yaml @@ -351,6 +351,14 @@ questions: schema: type: dict attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 5432 + editable: true + required: true - variable: advanced label: "Show Advanced settings" schema: @@ -386,16 +394,6 @@ questions: type: int default: 5432 - - variable: port - label: "Container Port" - schema: - type: int - default: 5432 - editable: true - required: true - - - - variable: serviceexpert group: "Networking and Services" label: "Show Expert Config" @@ -1554,17 +1552,6 @@ questions: description: "Always" - # Specify GPU configuration - - variable: scaleGPU - label: "GPU Configuration" - group: "Resources and Devices" - schema: - type: dict - $ref: - - "definitions/gpuConfiguration" - attrs: [] - - - variable: advancedresources label: "Set Custom Resource Limits/Requests (Advanced)" group: "Resources and Devices" @@ -1654,6 +1641,16 @@ questions: type: string default: "/dev/ttyACM0" + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: autoscaling group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" diff --git a/dependency/postgresql/5.1.16/templates/backup-postgres-config.yaml b/dependency/postgresql/5.1.17/templates/backup-postgres-config.yaml similarity index 100% rename from dependency/postgresql/5.1.16/templates/backup-postgres-config.yaml rename to dependency/postgresql/5.1.17/templates/backup-postgres-config.yaml diff --git a/dependency/postgresql/5.1.16/templates/common.yaml b/dependency/postgresql/5.1.17/templates/common.yaml similarity index 100% rename from dependency/postgresql/5.1.16/templates/common.yaml rename to dependency/postgresql/5.1.17/templates/common.yaml diff --git a/dependency/postgresql/5.1.16/templates/secret.yaml b/dependency/postgresql/5.1.17/templates/secret.yaml similarity index 100% rename from dependency/postgresql/5.1.16/templates/secret.yaml rename to dependency/postgresql/5.1.17/templates/secret.yaml diff --git a/dependency/postgresql/5.1.16/templates/upgrade-backup-postgres-hook.yaml b/dependency/postgresql/5.1.17/templates/upgrade-backup-postgres-hook.yaml similarity index 100% rename from dependency/postgresql/5.1.16/templates/upgrade-backup-postgres-hook.yaml rename to dependency/postgresql/5.1.17/templates/upgrade-backup-postgres-hook.yaml diff --git a/dependency/postgresql/5.1.16/values.yaml b/dependency/postgresql/5.1.17/values.yaml similarity index 100% rename from dependency/postgresql/5.1.16/values.yaml rename to dependency/postgresql/5.1.17/values.yaml diff --git a/dependency/redis/1.0.0/CHANGELOG.md b/dependency/redis/1.0.0/CHANGELOG.md deleted file mode 100644 index 1b8c4bef05d..00000000000 --- a/dependency/redis/1.0.0/CHANGELOG.md +++ /dev/null @@ -1,27 +0,0 @@ -# Changelog
- - - -### [redis-1.0.0](https://github.com/truecharts/apps/compare/redis-0.0.2...redis-1.0.0) (2021-11-12) - -#### Feat - -* move deps to incubator ([#1311](https://github.com/truecharts/apps/issues/1311)) - - - - -### [redis-0.0.2](https://github.com/truecharts/apps/compare/redis-0.0.1...redis-0.0.2) (2021-11-12) - -#### Fix - -* bump common on redis - - - - -### redis-0.0.1 (2021-11-12) - -#### Feat - -* add redis App ([#1309](https://github.com/truecharts/apps/issues/1309)) diff --git a/dependency/redis/1.0.0/Chart.lock b/dependency/redis/1.0.0/Chart.lock deleted file mode 100644 index e18717ab05b..00000000000 --- a/dependency/redis/1.0.0/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.5.6 -digest: sha256:c711d63142ad5cb07c166f67914dfd8af0624873e5b4a28e06a758fca11525e8 -generated: "2021-11-12T19:02:20.272483435Z" diff --git a/dependency/redis/1.0.0/charts/common-8.5.6.tgz b/dependency/redis/1.0.0/charts/common-8.5.6.tgz deleted file mode 100644 index aa98070e90b..00000000000 Binary files a/dependency/redis/1.0.0/charts/common-8.5.6.tgz and /dev/null differ diff --git a/dependency/redis/1.0.1/CHANGELOG.md b/dependency/redis/1.0.1/CHANGELOG.md new file mode 100644 index 00000000000..5376f0e1242 --- /dev/null +++ b/dependency/redis/1.0.1/CHANGELOG.md @@ -0,0 +1,43 @@ +# Changelog
+ + + +### [redis-1.0.1](https://github.com/truecharts/apps/compare/redis-1.0.0...redis-1.0.1) (2021-11-14) + +#### Chore + +* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316)) +* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326)) +* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322)) +* update non-major ([#1327](https://github.com/truecharts/apps/issues/1327)) + +#### Fix + +* split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321)) + + + + +### [redis-1.0.0](https://github.com/truecharts/apps/compare/redis-0.0.2...redis-1.0.0) (2021-11-12) + +#### Feat + +* move deps to incubator ([#1311](https://github.com/truecharts/apps/issues/1311)) + + + + +### [redis-0.0.2](https://github.com/truecharts/apps/compare/redis-0.0.1...redis-0.0.2) (2021-11-12) + +#### Fix + +* bump common on redis + + + + +### redis-0.0.1 (2021-11-12) + +#### Feat + +* add redis App ([#1309](https://github.com/truecharts/apps/issues/1309)) diff --git a/dependency/redis/1.0.0/CONFIG.md b/dependency/redis/1.0.1/CONFIG.md similarity index 100% rename from dependency/redis/1.0.0/CONFIG.md rename to dependency/redis/1.0.1/CONFIG.md diff --git a/dependency/redis/1.0.1/Chart.lock b/dependency/redis/1.0.1/Chart.lock new file mode 100644 index 00000000000..7a575519236 --- /dev/null +++ b/dependency/redis/1.0.1/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.5.7 +digest: sha256:2ba352eb349fd774c72b211477a059be1e479a30eef137afaca686a2946a6dc7 +generated: "2021-11-14T15:15:15.127215921Z" diff --git a/dependency/redis/1.0.0/Chart.yaml b/dependency/redis/1.0.1/Chart.yaml similarity index 91% rename from dependency/redis/1.0.0/Chart.yaml rename to dependency/redis/1.0.1/Chart.yaml index e3f042baa3c..c0fa89e37f3 100644 --- a/dependency/redis/1.0.0/Chart.yaml +++ b/dependency/redis/1.0.1/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.2.6" dependencies: - name: common repository: https://truecharts.org - version: 8.5.6 + version: 8.5.7 deprecated: false description: Open source, advanced key-value store. home: https://github.com/truecharts/apps/tree/master/stable/redis @@ -16,13 +16,13 @@ kubeVersion: '>=1.16.0-0' maintainers: - email: info@truecharts.org name: TrueCharts - url: truecharts.org + url: https://truecharts.org name: redis sources: - https://github.com/bitnami/bitnami-docker-redis - http://redis.io/ type: application -version: 1.0.0 +version: 1.0.1 annotations: truecharts.org/catagories: | - database diff --git a/dependency/redis/1.0.0/README.md b/dependency/redis/1.0.1/README.md similarity index 96% rename from dependency/redis/1.0.0/README.md rename to dependency/redis/1.0.1/README.md index db0a9ed9c25..ca1d6c0bff9 100644 --- a/dependency/redis/1.0.0/README.md +++ b/dependency/redis/1.0.1/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.5.6 | +| https://truecharts.org | common | 8.5.7 | ## Installing the Chart diff --git a/dependency/redis/1.0.0/app-readme.md b/dependency/redis/1.0.1/app-readme.md similarity index 100% rename from dependency/redis/1.0.0/app-readme.md rename to dependency/redis/1.0.1/app-readme.md diff --git a/dependency/redis/1.0.1/charts/common-8.5.7.tgz b/dependency/redis/1.0.1/charts/common-8.5.7.tgz new file mode 100644 index 00000000000..045b7f416a8 Binary files /dev/null and b/dependency/redis/1.0.1/charts/common-8.5.7.tgz differ diff --git a/dependency/redis/1.0.0/helm-values.md b/dependency/redis/1.0.1/helm-values.md similarity index 97% rename from dependency/redis/1.0.0/helm-values.md rename to dependency/redis/1.0.1/helm-values.md index dd8b02f370e..543012effc0 100644 --- a/dependency/redis/1.0.0/helm-values.md +++ b/dependency/redis/1.0.1/helm-values.md @@ -28,7 +28,7 @@ You will, however, be able to use all values referenced in the common chart here | existingSecret | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"bitnami/redis"` | | -| image.tag | string | `"6.2.6@sha256:cfbc3cf717ea121c3c40a841646280d326c68b4818e893139d2550c10827d4d5"` | | +| image.tag | string | `"6.2.6@sha256:213ea7a04401c66fc44fc94aca2eb52233c556e22ace27571e7194d5e693a4dd"` | | | persistence.redis-health | object | See below | redis-health configmap mount | | persistence.redis-health.mountPath | string | `"/health"` | Where to mount the volume in the main container. Defaults to `/`, setting to '-' creates the volume but disables the volumeMount. | | persistence.redis-health.readOnly | bool | `false` | Specify if the volume should be mounted read-only. | diff --git a/dependency/redis/1.0.0/ix_values.yaml b/dependency/redis/1.0.1/ix_values.yaml similarity index 97% rename from dependency/redis/1.0.0/ix_values.yaml rename to dependency/redis/1.0.1/ix_values.yaml index ea2e3d6dbc7..9cc3ebfcb9b 100644 --- a/dependency/redis/1.0.0/ix_values.yaml +++ b/dependency/redis/1.0.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: bitnami/redis pullPolicy: IfNotPresent - tag: 6.2.6@sha256:cfbc3cf717ea121c3c40a841646280d326c68b4818e893139d2550c10827d4d5 + tag: 6.2.6@sha256:213ea7a04401c66fc44fc94aca2eb52233c556e22ace27571e7194d5e693a4dd controller: # -- Set the controller type. diff --git a/dependency/redis/1.0.0/questions.yaml b/dependency/redis/1.0.1/questions.yaml similarity index 99% rename from dependency/redis/1.0.0/questions.yaml rename to dependency/redis/1.0.1/questions.yaml index ec81e3d1783..dfd32af2b00 100644 --- a/dependency/redis/1.0.0/questions.yaml +++ b/dependency/redis/1.0.1/questions.yaml @@ -337,6 +337,14 @@ questions: schema: type: dict attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 6379 + editable: true + required: true - variable: advanced label: "Show Advanced settings" schema: @@ -372,16 +380,6 @@ questions: type: int default: 6379 - - variable: port - label: "Container Port" - schema: - type: int - default: 6379 - editable: true - required: true - - - - variable: serviceexpert group: "Networking and Services" label: "Show Expert Config" @@ -1184,17 +1182,6 @@ questions: description: "Always" - # Specify GPU configuration - - variable: scaleGPU - label: "GPU Configuration" - group: "Resources and Devices" - schema: - type: dict - $ref: - - "definitions/gpuConfiguration" - attrs: [] - - - variable: advancedresources label: "Set Custom Resource Limits/Requests (Advanced)" group: "Resources and Devices" @@ -1284,6 +1271,16 @@ questions: type: string default: "/dev/ttyACM0" + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: autoscaling group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" diff --git a/dependency/redis/1.0.0/templates/common.yaml b/dependency/redis/1.0.1/templates/common.yaml similarity index 100% rename from dependency/redis/1.0.0/templates/common.yaml rename to dependency/redis/1.0.1/templates/common.yaml diff --git a/dependency/redis/1.0.0/templates/health-configmap.yaml b/dependency/redis/1.0.1/templates/health-configmap.yaml similarity index 100% rename from dependency/redis/1.0.0/templates/health-configmap.yaml rename to dependency/redis/1.0.1/templates/health-configmap.yaml diff --git a/dependency/redis/1.0.0/templates/secret.yaml b/dependency/redis/1.0.1/templates/secret.yaml similarity index 100% rename from dependency/redis/1.0.0/templates/secret.yaml rename to dependency/redis/1.0.1/templates/secret.yaml diff --git a/dependency/redis/1.0.0/values.yaml b/dependency/redis/1.0.1/values.yaml similarity index 100% rename from dependency/redis/1.0.0/values.yaml rename to dependency/redis/1.0.1/values.yaml