diff --git a/incubator/sogo/4.0.10/CHANGELOG.md b/incubator/sogo/4.0.10/CHANGELOG.md deleted file mode 100644 index 8121505b6a1..00000000000 --- a/incubator/sogo/4.0.10/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [sogo-4.0.10](https://github.com/truecharts/apps/compare/sogo-4.0.9...sogo-4.0.10) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/incubator/sogo/4.0.11/CHANGELOG.md b/incubator/sogo/4.0.11/CHANGELOG.md new file mode 100644 index 00000000000..49783b81c57 --- /dev/null +++ b/incubator/sogo/4.0.11/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [sogo-4.0.11](https://github.com/truecharts/apps/compare/sogo-4.0.10...sogo-4.0.11) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/incubator/sogo/4.0.10/CONFIG.md b/incubator/sogo/4.0.11/CONFIG.md similarity index 100% rename from incubator/sogo/4.0.10/CONFIG.md rename to incubator/sogo/4.0.11/CONFIG.md diff --git a/incubator/sogo/4.0.10/Chart.lock b/incubator/sogo/4.0.11/Chart.lock similarity index 88% rename from incubator/sogo/4.0.10/Chart.lock rename to incubator/sogo/4.0.11/Chart.lock index 42af98b14cd..e636c4a4a3e 100644 --- a/incubator/sogo/4.0.10/Chart.lock +++ b/incubator/sogo/4.0.11/Chart.lock @@ -9,4 +9,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 5.15.3 digest: sha256:31ea20ec333f850afa9cf3a2496456944683769564b80fd997d8321ca3f56830 -generated: "2021-09-29T16:05:00.010027846Z" +generated: "2021-10-05T11:27:11.340778816Z" diff --git a/incubator/sogo/4.0.10/Chart.yaml b/incubator/sogo/4.0.11/Chart.yaml similarity index 97% rename from incubator/sogo/4.0.10/Chart.yaml rename to incubator/sogo/4.0.11/Chart.yaml index 8c433dc3337..dfe12dee9ab 100644 --- a/incubator/sogo/4.0.10/Chart.yaml +++ b/incubator/sogo/4.0.11/Chart.yaml @@ -27,4 +27,4 @@ name: sogo sources: - https://www.sogo.nu/ type: application -version: 4.0.10 +version: 4.0.11 diff --git a/incubator/sogo/4.0.10/README.md b/incubator/sogo/4.0.11/README.md similarity index 100% rename from incubator/sogo/4.0.10/README.md rename to incubator/sogo/4.0.11/README.md diff --git a/incubator/sogo/4.0.10/app-readme.md b/incubator/sogo/4.0.11/app-readme.md similarity index 100% rename from incubator/sogo/4.0.10/app-readme.md rename to incubator/sogo/4.0.11/app-readme.md diff --git a/incubator/sogo/4.0.10/charts/common-8.0.13.tgz b/incubator/sogo/4.0.11/charts/common-8.0.13.tgz similarity index 100% rename from incubator/sogo/4.0.10/charts/common-8.0.13.tgz rename to incubator/sogo/4.0.11/charts/common-8.0.13.tgz diff --git a/incubator/sogo/4.0.10/charts/memcached-5.15.3.tgz b/incubator/sogo/4.0.11/charts/memcached-5.15.3.tgz similarity index 100% rename from incubator/sogo/4.0.10/charts/memcached-5.15.3.tgz rename to incubator/sogo/4.0.11/charts/memcached-5.15.3.tgz diff --git a/incubator/sogo/4.0.10/charts/postgresql-3.0.4.tgz b/incubator/sogo/4.0.11/charts/postgresql-3.0.4.tgz similarity index 100% rename from incubator/sogo/4.0.10/charts/postgresql-3.0.4.tgz rename to incubator/sogo/4.0.11/charts/postgresql-3.0.4.tgz diff --git a/incubator/sogo/4.0.10/helm-values.md b/incubator/sogo/4.0.11/helm-values.md similarity index 97% rename from incubator/sogo/4.0.10/helm-values.md rename to incubator/sogo/4.0.11/helm-values.md index af6df95afa8..5eba4d91d39 100644 --- a/incubator/sogo/4.0.10/helm-values.md +++ b/incubator/sogo/4.0.11/helm-values.md @@ -23,7 +23,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql | object | `{"enabled":true,"existingSecret":"dbcreds","postgresqlDatabase":"sogo","postgresqlUsername":"sogo"}` | postgres dependency settings | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | | postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | | service | object | `{"main":{"ports":{"main":{"port":80}}}}` | services | diff --git a/incubator/sogo/4.0.10/ix_values.yaml b/incubator/sogo/4.0.11/ix_values.yaml similarity index 95% rename from incubator/sogo/4.0.10/ix_values.yaml rename to incubator/sogo/4.0.11/ix_values.yaml index 8ca0187fc49..5253ea61aa7 100644 --- a/incubator/sogo/4.0.10/ix_values.yaml +++ b/incubator/sogo/4.0.11/ix_values.yaml @@ -11,7 +11,7 @@ image: postgresqlImage: repository: bitnami/postgresql pullPolicy: IfNotPresent - tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36 + tag: 13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a initContainers: migrate-db: diff --git a/incubator/sogo/4.0.10/questions.yaml b/incubator/sogo/4.0.11/questions.yaml similarity index 97% rename from incubator/sogo/4.0.10/questions.yaml rename to incubator/sogo/4.0.11/questions.yaml index d500e9f0985..8c3963460df 100644 --- a/incubator/sogo/4.0.10/questions.yaml +++ b/incubator/sogo/4.0.11/questions.yaml @@ -172,6 +172,7 @@ questions: schema: type: string default: "002" + - variable: envList label: "Image environment" group: "Container Configuration" @@ -1484,6 +1485,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -1513,6 +1515,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -1541,6 +1544,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1826,6 +1835,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1842,13 +1862,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1859,16 +1879,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/incubator/sogo/4.0.10/templates/_config.tpl b/incubator/sogo/4.0.11/templates/_config.tpl similarity index 100% rename from incubator/sogo/4.0.10/templates/_config.tpl rename to incubator/sogo/4.0.11/templates/_config.tpl diff --git a/incubator/sogo/4.0.10/templates/common.yaml b/incubator/sogo/4.0.11/templates/common.yaml similarity index 100% rename from incubator/sogo/4.0.10/templates/common.yaml rename to incubator/sogo/4.0.11/templates/common.yaml diff --git a/incubator/sogo/4.0.10/test_values.yaml b/incubator/sogo/4.0.11/test_values.yaml similarity index 97% rename from incubator/sogo/4.0.10/test_values.yaml rename to incubator/sogo/4.0.11/test_values.yaml index 00aa742000d..7ae154d171f 100644 --- a/incubator/sogo/4.0.10/test_values.yaml +++ b/incubator/sogo/4.0.11/test_values.yaml @@ -15,7 +15,7 @@ podSecurityContext: postgresqlImage: repository: bitnami/postgresql pullPolicy: IfNotPresent - tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36 + tag: 13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a # -- services service: diff --git a/incubator/sogo/4.0.10/values.yaml b/incubator/sogo/4.0.11/values.yaml similarity index 100% rename from incubator/sogo/4.0.10/values.yaml rename to incubator/sogo/4.0.11/values.yaml diff --git a/stable/airsonic/3.0.4/CHANGELOG.md b/stable/airsonic/3.0.4/CHANGELOG.md deleted file mode 100644 index b1caec53cf1..00000000000 --- a/stable/airsonic/3.0.4/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [airsonic-3.0.4](https://github.com/truecharts/apps/compare/airsonic-3.0.3...airsonic-3.0.4) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/airsonic/3.0.5/CHANGELOG.md b/stable/airsonic/3.0.5/CHANGELOG.md new file mode 100644 index 00000000000..519754f5dae --- /dev/null +++ b/stable/airsonic/3.0.5/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [airsonic-3.0.5](https://github.com/truecharts/apps/compare/airsonic-3.0.4...airsonic-3.0.5) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/airsonic/3.0.4/CONFIG.md b/stable/airsonic/3.0.5/CONFIG.md similarity index 100% rename from stable/airsonic/3.0.4/CONFIG.md rename to stable/airsonic/3.0.5/CONFIG.md diff --git a/stable/airsonic/3.0.4/Chart.lock b/stable/airsonic/3.0.5/Chart.lock similarity index 78% rename from stable/airsonic/3.0.4/Chart.lock rename to stable/airsonic/3.0.5/Chart.lock index a1c108fe578..40a299226b7 100644 --- a/stable/airsonic/3.0.4/Chart.lock +++ b/stable/airsonic/3.0.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.0.13 digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:05:15.742913531Z" +generated: "2021-10-05T11:27:33.633000134Z" diff --git a/stable/airsonic/3.0.4/Chart.yaml b/stable/airsonic/3.0.5/Chart.yaml similarity index 86% rename from stable/airsonic/3.0.4/Chart.yaml rename to stable/airsonic/3.0.5/Chart.yaml index df19f25d949..80172760ed9 100644 --- a/stable/airsonic/3.0.4/Chart.yaml +++ b/stable/airsonic/3.0.5/Chart.yaml @@ -5,7 +5,7 @@ dependencies: repository: https://truecharts.org version: 8.0.13 description: Airsonic is a Free and Open Source community driven media server -home: https://github.com/truecharts/apps/tree/master/charts/incubator/airsonic +home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/airsonic-logo.png keywords: - airsonic @@ -19,4 +19,4 @@ sources: - https://github.com/airsonic/airsonic - https://github.com/linuxserver/docker-airsonic - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic -version: 3.0.4 +version: 3.0.5 diff --git a/stable/airsonic/3.0.4/README.md b/stable/airsonic/3.0.5/README.md similarity index 100% rename from stable/airsonic/3.0.4/README.md rename to stable/airsonic/3.0.5/README.md diff --git a/stable/airsonic/3.0.4/app-readme.md b/stable/airsonic/3.0.5/app-readme.md similarity index 100% rename from stable/airsonic/3.0.4/app-readme.md rename to stable/airsonic/3.0.5/app-readme.md diff --git a/stable/airsonic/3.0.4/charts/common-8.0.13.tgz b/stable/airsonic/3.0.5/charts/common-8.0.13.tgz similarity index 100% rename from stable/airsonic/3.0.4/charts/common-8.0.13.tgz rename to stable/airsonic/3.0.5/charts/common-8.0.13.tgz diff --git a/stable/airsonic/3.0.4/helm-values.md b/stable/airsonic/3.0.5/helm-values.md similarity index 87% rename from stable/airsonic/3.0.4/helm-values.md rename to stable/airsonic/3.0.5/helm-values.md index 4067718169a..a231bf6bcbf 100644 --- a/stable/airsonic/3.0.4/helm-values.md +++ b/stable/airsonic/3.0.5/helm-values.md @@ -14,12 +14,11 @@ You will, however, be able to use all values referenced in the common chart here | env | object | See below | environment variables. See [image docs](https://docs.linuxserver.io/images/docker-airsonic#environment-variables-e) for more details. | | env.CONTEXT_PATH | string | `nil` | Used to set the base path for reverse proxies eg. /booksonic, /books, etc. | | env.JAVA_OPTS | string | `nil` | For passing additional java options. For some reverse proxies, you may need to pass `JAVA_OPTS=-Dserver.use-forward-headers=true` for airsonic to generate the proper URL schemes. | -| env.PGID | string | `"1001"` | Specify the group ID the application will run as | -| env.PUID | string | `"1001"` | Specify the user ID the application will run as | +| env.PUID | int | `568` | Specify the user ID the application will run as | | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/linuxserver/airsonic"` | image repository | -| image.tag | string | `"version-v10.6.2@sha256:e50f803b3012f39cefe29c8765712e8ec1cef3acfbf30dc0e45ef6f4b71bb402"` | image tag | +| image.tag | string | `"version-v10.6.2@sha256:ec2f1c13d8933eb7a8515b1de546e1a1cbd346cfb9753c49bfd9404ac6ba1ad1"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `0` | | diff --git a/stable/airsonic/3.0.4/ix_values.yaml b/stable/airsonic/3.0.5/ix_values.yaml similarity index 85% rename from stable/airsonic/3.0.4/ix_values.yaml rename to stable/airsonic/3.0.5/ix_values.yaml index cf2f93529eb..3f045d2b463 100644 --- a/stable/airsonic/3.0.4/ix_values.yaml +++ b/stable/airsonic/3.0.5/ix_values.yaml @@ -8,7 +8,7 @@ image: # -- image repository repository: ghcr.io/linuxserver/airsonic # -- image tag - tag: version-v10.6.2@sha256:e50f803b3012f39cefe29c8765712e8ec1cef3acfbf30dc0e45ef6f4b71bb402 + tag: version-v10.6.2@sha256:ec2f1c13d8933eb7a8515b1de546e1a1cbd346cfb9753c49bfd9404ac6ba1ad1 # -- image pull policy pullPolicy: IfNotPresent diff --git a/stable/airsonic/3.0.4/questions.yaml b/stable/airsonic/3.0.5/questions.yaml similarity index 96% rename from stable/airsonic/3.0.4/questions.yaml rename to stable/airsonic/3.0.5/questions.yaml index 1d0cbf7ae40..1b3c26866d0 100644 --- a/stable/airsonic/3.0.4/questions.yaml +++ b/stable/airsonic/3.0.5/questions.yaml @@ -166,24 +166,20 @@ questions: default: "Etc/UTC" $ref: - "definitions/timezone" - - variable: PUID - label: "PUID" - description: "Sets the PUID env var for LinuxServer.io (compatible) containers" - schema: - type: int - default: 568 - - variable: PGID - label: "PGID" - description: "Sets the PGID env var for LinuxServer.io (compatible) containers" - schema: - type: int - default: 568 - variable: UMASK label: "UMASK" description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" schema: type: string default: "002" + - variable: PUID + label: "PUID" + description: "Sets the PUID env var for LinuxServer.io (compatible) containers" + schema: + type: int + default: 568 + + - variable: envList label: "Image environment" group: "Container Configuration" @@ -888,6 +884,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -917,6 +914,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -945,6 +943,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1231,6 +1235,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1247,13 +1262,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1264,16 +1279,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/airsonic/3.0.4/templates/common.yaml b/stable/airsonic/3.0.5/templates/common.yaml similarity index 100% rename from stable/airsonic/3.0.4/templates/common.yaml rename to stable/airsonic/3.0.5/templates/common.yaml diff --git a/stable/airsonic/3.0.4/test_values.yaml b/stable/airsonic/3.0.5/test_values.yaml similarity index 90% rename from stable/airsonic/3.0.4/test_values.yaml rename to stable/airsonic/3.0.5/test_values.yaml index edd326016e3..5f79928c7ea 100644 --- a/stable/airsonic/3.0.4/test_values.yaml +++ b/stable/airsonic/3.0.5/test_values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/linuxserver/airsonic # -- image tag - tag: version-v10.6.2@sha256:e50f803b3012f39cefe29c8765712e8ec1cef3acfbf30dc0e45ef6f4b71bb402 + tag: version-v10.6.2@sha256:ec2f1c13d8933eb7a8515b1de546e1a1cbd346cfb9753c49bfd9404ac6ba1ad1 # -- image pull policy pullPolicy: IfNotPresent @@ -27,9 +27,9 @@ env: # -- Set the container timezone TZ: UTC # -- Specify the user ID the application will run as - PUID: "1001" - # -- Specify the group ID the application will run as - PGID: "1001" + PUID: 568 + + # -- Used to set the base path for reverse proxies eg. /booksonic, /books, etc. CONTEXT_PATH: # "url-base" # -- For passing additional java options. For some reverse proxies, you may need to pass `JAVA_OPTS=-Dserver.use-forward-headers=true` for airsonic to generate the proper URL schemes. diff --git a/stable/airsonic/3.0.4/values.yaml b/stable/airsonic/3.0.5/values.yaml similarity index 100% rename from stable/airsonic/3.0.4/values.yaml rename to stable/airsonic/3.0.5/values.yaml diff --git a/stable/authelia/4.0.10/CHANGELOG.md b/stable/authelia/4.0.10/CHANGELOG.md deleted file mode 100644 index d3a52499e11..00000000000 --- a/stable/authelia/4.0.10/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [authelia-4.0.10](https://github.com/truecharts/apps/compare/authelia-4.0.9...authelia-4.0.10) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/authelia/4.0.11/CHANGELOG.md b/stable/authelia/4.0.11/CHANGELOG.md new file mode 100644 index 00000000000..80d29bd4d2e --- /dev/null +++ b/stable/authelia/4.0.11/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [authelia-4.0.11](https://github.com/truecharts/apps/compare/authelia-4.0.10...authelia-4.0.11) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/authelia/4.0.10/CONFIG.md b/stable/authelia/4.0.11/CONFIG.md similarity index 100% rename from stable/authelia/4.0.10/CONFIG.md rename to stable/authelia/4.0.11/CONFIG.md diff --git a/stable/nextcloud/6.0.10/Chart.lock b/stable/authelia/4.0.11/Chart.lock similarity index 87% rename from stable/nextcloud/6.0.10/Chart.lock rename to stable/authelia/4.0.11/Chart.lock index 7dea4a3f08f..2179bb0c362 100644 --- a/stable/nextcloud/6.0.10/Chart.lock +++ b/stable/authelia/4.0.11/Chart.lock @@ -9,4 +9,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 15.4.0 digest: sha256:cea033c466dff1a87b40274a7fc809220e6502125dfad0f9b840459b5818c3db -generated: "2021-09-29T16:12:43.338388319Z" +generated: "2021-10-05T11:27:50.034930782Z" diff --git a/stable/authelia/4.0.10/Chart.yaml b/stable/authelia/4.0.11/Chart.yaml similarity index 98% rename from stable/authelia/4.0.10/Chart.yaml rename to stable/authelia/4.0.11/Chart.yaml index d4eca16ee18..b8a14d27729 100644 --- a/stable/authelia/4.0.10/Chart.yaml +++ b/stable/authelia/4.0.11/Chart.yaml @@ -38,4 +38,4 @@ sources: - https://github.com/authelia/chartrepo - https://github.com/authelia/authelia type: application -version: 4.0.10 +version: 4.0.11 diff --git a/stable/authelia/4.0.10/README.md b/stable/authelia/4.0.11/README.md similarity index 100% rename from stable/authelia/4.0.10/README.md rename to stable/authelia/4.0.11/README.md diff --git a/stable/authelia/4.0.10/app-readme.md b/stable/authelia/4.0.11/app-readme.md similarity index 100% rename from stable/authelia/4.0.10/app-readme.md rename to stable/authelia/4.0.11/app-readme.md diff --git a/stable/authelia/4.0.10/charts/common-8.0.13.tgz b/stable/authelia/4.0.11/charts/common-8.0.13.tgz similarity index 100% rename from stable/authelia/4.0.10/charts/common-8.0.13.tgz rename to stable/authelia/4.0.11/charts/common-8.0.13.tgz diff --git a/stable/authelia/4.0.10/charts/postgresql-3.0.4.tgz b/stable/authelia/4.0.11/charts/postgresql-3.0.4.tgz similarity index 100% rename from stable/authelia/4.0.10/charts/postgresql-3.0.4.tgz rename to stable/authelia/4.0.11/charts/postgresql-3.0.4.tgz diff --git a/stable/authelia/4.0.10/charts/redis-15.4.0.tgz b/stable/authelia/4.0.11/charts/redis-15.4.0.tgz similarity index 100% rename from stable/authelia/4.0.10/charts/redis-15.4.0.tgz rename to stable/authelia/4.0.11/charts/redis-15.4.0.tgz diff --git a/stable/authelia/4.0.10/helm-values.md b/stable/authelia/4.0.11/helm-values.md similarity index 98% rename from stable/authelia/4.0.10/helm-values.md rename to stable/authelia/4.0.11/helm-values.md index e895faf5a76..0f5bb4632d6 100644 --- a/stable/authelia/4.0.10/helm-values.md +++ b/stable/authelia/4.0.11/helm-values.md @@ -110,7 +110,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"authelia"` | | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | | postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | | probes.liveness.path | string | `"/api/health\""` | | | probes.liveness.type | string | `"HTTP"` | | | probes.readiness.path | string | `"/api/health"` | | diff --git a/stable/authelia/4.0.10/ix_values.yaml b/stable/authelia/4.0.11/ix_values.yaml similarity index 98% rename from stable/authelia/4.0.10/ix_values.yaml rename to stable/authelia/4.0.11/ix_values.yaml index ace5d8ffb46..6b520484a2b 100644 --- a/stable/authelia/4.0.10/ix_values.yaml +++ b/stable/authelia/4.0.11/ix_values.yaml @@ -12,7 +12,7 @@ image: postgresqlImage: repository: bitnami/postgresql pullPolicy: IfNotPresent - tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36 + tag: 13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a enableServiceLinks: false diff --git a/stable/authelia/4.0.10/questions.yaml b/stable/authelia/4.0.11/questions.yaml similarity index 97% rename from stable/authelia/4.0.10/questions.yaml rename to stable/authelia/4.0.11/questions.yaml index 6d675401bfa..718ad645db9 100644 --- a/stable/authelia/4.0.10/questions.yaml +++ b/stable/authelia/4.0.11/questions.yaml @@ -172,6 +172,7 @@ questions: schema: type: string default: "002" + - variable: envList label: "Image environment" group: "Container Configuration" @@ -1580,6 +1581,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -1609,6 +1611,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -1637,6 +1640,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1921,6 +1930,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1937,13 +1957,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1954,16 +1974,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/authelia/4.0.10/templates/_configmap.tpl b/stable/authelia/4.0.11/templates/_configmap.tpl similarity index 100% rename from stable/authelia/4.0.10/templates/_configmap.tpl rename to stable/authelia/4.0.11/templates/_configmap.tpl diff --git a/stable/authelia/4.0.10/templates/_secrets.tpl b/stable/authelia/4.0.11/templates/_secrets.tpl similarity index 100% rename from stable/authelia/4.0.10/templates/_secrets.tpl rename to stable/authelia/4.0.11/templates/_secrets.tpl diff --git a/stable/authelia/4.0.10/templates/common.yaml b/stable/authelia/4.0.11/templates/common.yaml similarity index 100% rename from stable/authelia/4.0.10/templates/common.yaml rename to stable/authelia/4.0.11/templates/common.yaml diff --git a/stable/authelia/4.0.10/test_values.yaml b/stable/authelia/4.0.11/test_values.yaml similarity index 99% rename from stable/authelia/4.0.10/test_values.yaml rename to stable/authelia/4.0.11/test_values.yaml index 842737ffc7c..32aaf90f778 100644 --- a/stable/authelia/4.0.10/test_values.yaml +++ b/stable/authelia/4.0.11/test_values.yaml @@ -8,7 +8,7 @@ image: postgresqlImage: repository: bitnami/postgresql pullPolicy: IfNotPresent - tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36 + tag: 13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a command: ["authelia"] args: ["--config=/configuration.yaml"] diff --git a/stable/authelia/4.0.10/values.yaml b/stable/authelia/4.0.11/values.yaml similarity index 100% rename from stable/authelia/4.0.10/values.yaml rename to stable/authelia/4.0.11/values.yaml diff --git a/stable/booksonic-air/3.0.4/CHANGELOG.md b/stable/booksonic-air/3.0.4/CHANGELOG.md deleted file mode 100644 index bf5083ead18..00000000000 --- a/stable/booksonic-air/3.0.4/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [booksonic-air-3.0.4](https://github.com/truecharts/apps/compare/booksonic-air-3.0.3...booksonic-air-3.0.4) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/booksonic-air/3.0.5/CHANGELOG.md b/stable/booksonic-air/3.0.5/CHANGELOG.md new file mode 100644 index 00000000000..7f00b6a3e4c --- /dev/null +++ b/stable/booksonic-air/3.0.5/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [booksonic-air-3.0.5](https://github.com/truecharts/apps/compare/booksonic-air-3.0.4...booksonic-air-3.0.5) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/booksonic-air/3.0.4/CONFIG.md b/stable/booksonic-air/3.0.5/CONFIG.md similarity index 100% rename from stable/booksonic-air/3.0.4/CONFIG.md rename to stable/booksonic-air/3.0.5/CONFIG.md diff --git a/stable/custom-app/2.0.5/Chart.lock b/stable/booksonic-air/3.0.5/Chart.lock similarity index 78% rename from stable/custom-app/2.0.5/Chart.lock rename to stable/booksonic-air/3.0.5/Chart.lock index cb0a8bb139a..856bd5447bd 100644 --- a/stable/custom-app/2.0.5/Chart.lock +++ b/stable/booksonic-air/3.0.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.0.13 digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:06:38.65123938Z" +generated: "2021-10-05T11:28:12.076040127Z" diff --git a/stable/booksonic-air/3.0.4/Chart.yaml b/stable/booksonic-air/3.0.5/Chart.yaml similarity index 86% rename from stable/booksonic-air/3.0.4/Chart.yaml rename to stable/booksonic-air/3.0.5/Chart.yaml index de7c7b47a25..a18754728a5 100644 --- a/stable/booksonic-air/3.0.4/Chart.yaml +++ b/stable/booksonic-air/3.0.5/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 8.0.13 description: Booksonic is a platform for accessing the audibooks you own wherever you are -home: https://github.com/truechartsapps/tree/master/charts/incubator/booksonic-air +home: https://github.com/truechartsapps/tree/master/charts/stable/booksonic-air icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/booksonic-air.png keywords: - booksonic @@ -20,4 +20,4 @@ name: booksonic-air sources: - https://github.com/popeen/Booksonic-Air - https://hub.docker.com/r/linuxserver/booksonic-air -version: 3.0.4 +version: 3.0.5 diff --git a/stable/booksonic-air/3.0.4/README.md b/stable/booksonic-air/3.0.5/README.md similarity index 100% rename from stable/booksonic-air/3.0.4/README.md rename to stable/booksonic-air/3.0.5/README.md diff --git a/stable/booksonic-air/3.0.4/app-readme.md b/stable/booksonic-air/3.0.5/app-readme.md similarity index 100% rename from stable/booksonic-air/3.0.4/app-readme.md rename to stable/booksonic-air/3.0.5/app-readme.md diff --git a/stable/booksonic-air/3.0.4/charts/common-8.0.13.tgz b/stable/booksonic-air/3.0.5/charts/common-8.0.13.tgz similarity index 100% rename from stable/booksonic-air/3.0.4/charts/common-8.0.13.tgz rename to stable/booksonic-air/3.0.5/charts/common-8.0.13.tgz diff --git a/stable/booksonic-air/3.0.4/helm-values.md b/stable/booksonic-air/3.0.5/helm-values.md similarity index 82% rename from stable/booksonic-air/3.0.4/helm-values.md rename to stable/booksonic-air/3.0.5/helm-values.md index 5c86319cabe..924daee4d75 100644 --- a/stable/booksonic-air/3.0.4/helm-values.md +++ b/stable/booksonic-air/3.0.5/helm-values.md @@ -11,12 +11,11 @@ You will, however, be able to use all values referenced in the common chart here | Key | Type | Default | Description | |-----|------|---------|-------------| -| env.PGID | string | `"568"` | Specify the group ID the application will run as | -| env.PUID | string | `"568"` | Specify the user ID the application will run as | +| env.PUID | int | `568` | Specify the user ID the application will run as | | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/linuxserver/booksonic-air"` | image repository | -| image.tag | string | `"version-v2009.1.0@sha256:808cffbd67f61e636f61ed9eb03b52f7e3ff0ead77f1be5016f9518c43f15118"` | image tag | +| image.tag | string | `"version-v2009.1.0@sha256:8af3c63dd755ced05cb7d997703491554096fba0afeae59b828e973a1c651c4b"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | diff --git a/stable/booksonic-air/3.0.4/ix_values.yaml b/stable/booksonic-air/3.0.5/ix_values.yaml similarity index 83% rename from stable/booksonic-air/3.0.4/ix_values.yaml rename to stable/booksonic-air/3.0.5/ix_values.yaml index 7850fa62bb6..e02df174dfb 100644 --- a/stable/booksonic-air/3.0.4/ix_values.yaml +++ b/stable/booksonic-air/3.0.5/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/linuxserver/booksonic-air pullPolicy: IfNotPresent - tag: version-v2009.1.0@sha256:808cffbd67f61e636f61ed9eb03b52f7e3ff0ead77f1be5016f9518c43f15118 + tag: version-v2009.1.0@sha256:8af3c63dd755ced05cb7d997703491554096fba0afeae59b828e973a1c651c4b ## # Most other defaults are set in questions.yaml diff --git a/stable/booksonic-air/3.0.4/questions.yaml b/stable/booksonic-air/3.0.5/questions.yaml similarity index 96% rename from stable/booksonic-air/3.0.4/questions.yaml rename to stable/booksonic-air/3.0.5/questions.yaml index 85150146581..fc9cd8775d1 100644 --- a/stable/booksonic-air/3.0.4/questions.yaml +++ b/stable/booksonic-air/3.0.5/questions.yaml @@ -165,24 +165,20 @@ questions: default: "Etc/UTC" $ref: - "definitions/timezone" - - variable: PUID - label: "PUID" - description: "Sets the userID inside the container" - schema: - type: string - default: "568" - - variable: PGID - label: "PGID" - description: "Sets the GroupID inside the container" - schema: - type: string - default: "568" - variable: UMASK label: "UMASK" description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" schema: type: string default: "002" + - variable: PUID + label: "PUID" + description: "Sets the userID inside the container" + schema: + type: string + default: "568" + + - variable: envList label: "Image environment" group: "Container Configuration" @@ -885,6 +881,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -914,6 +911,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -942,6 +940,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1228,6 +1232,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1244,13 +1259,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1261,16 +1276,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/booksonic-air/3.0.4/templates/common.yaml b/stable/booksonic-air/3.0.5/templates/common.yaml similarity index 100% rename from stable/booksonic-air/3.0.4/templates/common.yaml rename to stable/booksonic-air/3.0.5/templates/common.yaml diff --git a/stable/booksonic-air/3.0.4/test_values.yaml b/stable/booksonic-air/3.0.5/test_values.yaml similarity index 87% rename from stable/booksonic-air/3.0.4/test_values.yaml rename to stable/booksonic-air/3.0.5/test_values.yaml index 5a191afe1de..b8395787d75 100644 --- a/stable/booksonic-air/3.0.4/test_values.yaml +++ b/stable/booksonic-air/3.0.5/test_values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: version-v2009.1.0@sha256:808cffbd67f61e636f61ed9eb03b52f7e3ff0ead77f1be5016f9518c43f15118 + tag: version-v2009.1.0@sha256:8af3c63dd755ced05cb7d997703491554096fba0afeae59b828e973a1c651c4b securityContext: readOnlyRootFilesystem: false @@ -27,9 +27,9 @@ env: # -- Set the container timezone TZ: UTC # -- Specify the user ID the application will run as - PUID: "568" - # -- Specify the group ID the application will run as - PGID: "568" + PUID: 568 + + # -- Used to set the base path for reverse proxies eg. /booksonic, /books, etc. # CONTEXT_PATH=url-base diff --git a/stable/booksonic-air/3.0.4/values.yaml b/stable/booksonic-air/3.0.5/values.yaml similarity index 100% rename from stable/booksonic-air/3.0.4/values.yaml rename to stable/booksonic-air/3.0.5/values.yaml diff --git a/stable/custom-app/2.0.5/CHANGELOG.md b/stable/custom-app/2.0.5/CHANGELOG.md deleted file mode 100644 index b08cf4bdeae..00000000000 --- a/stable/custom-app/2.0.5/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [custom-app-2.0.5](https://github.com/truecharts/apps/compare/custom-app-2.0.4...custom-app-2.0.5) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/custom-app/2.0.6/CHANGELOG.md b/stable/custom-app/2.0.6/CHANGELOG.md new file mode 100644 index 00000000000..c349dc50029 --- /dev/null +++ b/stable/custom-app/2.0.6/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [custom-app-2.0.6](https://github.com/truecharts/apps/compare/custom-app-2.0.5...custom-app-2.0.6) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/custom-app/2.0.5/CONFIG.md b/stable/custom-app/2.0.6/CONFIG.md similarity index 100% rename from stable/custom-app/2.0.5/CONFIG.md rename to stable/custom-app/2.0.6/CONFIG.md diff --git a/stable/deluge/8.0.4/Chart.lock b/stable/custom-app/2.0.6/Chart.lock similarity index 78% rename from stable/deluge/8.0.4/Chart.lock rename to stable/custom-app/2.0.6/Chart.lock index cfd4a98d20c..251b669dca5 100644 --- a/stable/deluge/8.0.4/Chart.lock +++ b/stable/custom-app/2.0.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.0.13 digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:07:06.164137645Z" +generated: "2021-10-05T11:28:25.063475414Z" diff --git a/stable/custom-app/2.0.5/Chart.yaml b/stable/custom-app/2.0.6/Chart.yaml similarity index 93% rename from stable/custom-app/2.0.5/Chart.yaml rename to stable/custom-app/2.0.6/Chart.yaml index 4a1abc29418..0c38f9ace22 100644 --- a/stable/custom-app/2.0.5/Chart.yaml +++ b/stable/custom-app/2.0.6/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.18.827" +appVersion: "0.18.899" dependencies: - name: common repository: https://truecharts.org @@ -19,4 +19,4 @@ name: custom-app sources: - https://github.com/truecharts/apps/tree/master/charts/stable/custom-app type: application -version: 2.0.5 +version: 2.0.6 diff --git a/stable/custom-app/2.0.5/README.md b/stable/custom-app/2.0.6/README.md similarity index 100% rename from stable/custom-app/2.0.5/README.md rename to stable/custom-app/2.0.6/README.md diff --git a/stable/custom-app/2.0.5/app-readme.md b/stable/custom-app/2.0.6/app-readme.md similarity index 100% rename from stable/custom-app/2.0.5/app-readme.md rename to stable/custom-app/2.0.6/app-readme.md diff --git a/stable/custom-app/2.0.5/charts/common-8.0.13.tgz b/stable/custom-app/2.0.6/charts/common-8.0.13.tgz similarity index 100% rename from stable/custom-app/2.0.5/charts/common-8.0.13.tgz rename to stable/custom-app/2.0.6/charts/common-8.0.13.tgz diff --git a/stable/custom-app/2.0.5/helm-values.md b/stable/custom-app/2.0.6/helm-values.md similarity index 93% rename from stable/custom-app/2.0.5/helm-values.md rename to stable/custom-app/2.0.6/helm-values.md index 8c6ef7c48f5..100af3601ba 100644 --- a/stable/custom-app/2.0.5/helm-values.md +++ b/stable/custom-app/2.0.6/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | | -| image.tag | string | `"v0.18.827@sha256:32c33362d6ab455f1c608e6558ebcc3796d21d341d178a0559903cef2c6c18a4"` | | +| image.tag | string | `"v0.18.899@sha256:717f7178f396557f3684e0b78198758e0197fb4f456ed5ef8a82dd8bbcacfae6"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/stable/custom-app/2.0.5/ix_values.yaml b/stable/custom-app/2.0.6/ix_values.yaml similarity index 100% rename from stable/custom-app/2.0.5/ix_values.yaml rename to stable/custom-app/2.0.6/ix_values.yaml diff --git a/stable/custom-app/2.0.5/questions.yaml b/stable/custom-app/2.0.6/questions.yaml similarity index 98% rename from stable/custom-app/2.0.5/questions.yaml rename to stable/custom-app/2.0.6/questions.yaml index 201939acf08..b9f7baf0715 100644 --- a/stable/custom-app/2.0.5/questions.yaml +++ b/stable/custom-app/2.0.6/questions.yaml @@ -198,6 +198,12 @@ questions: default: "Etc/UTC" $ref: - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" - variable: envList label: "Image environment" group: "Container Configuration" @@ -833,6 +839,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -862,6 +869,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -890,6 +898,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1175,6 +1189,11 @@ questions: - value: "Always" description: "Always" + + + + + # Specify GPU configuration - variable: scaleGPU label: "GPU Configuration" group: "Resources and Devices" @@ -1184,8 +1203,49 @@ questions: - "definitions/gpuConfiguration" attrs: [] + - variable: resources + group: "Resources and Devices" + label: "" + schema: + type: dict + attrs: + - variable: limits + label: "Advanced Limit Resource Consumption" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "4000m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "8Gi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Advanced Request minimum resources required" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "10m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "50Mi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList - label: "Mount (USB) devices" + label: "Mount USB devices" group: "Resources and Devices" schema: type: list @@ -1225,49 +1285,8 @@ questions: type: string default: "/dev/ttyACM0" - - variable: resources - group: "Resources and Devices" - label: "" - schema: - type: dict - attrs: - - variable: limits - label: "Advanced Limit Resource Consumption" - schema: - type: dict - attrs: - - variable: cpu - label: "CPU" - schema: - type: string - default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' - - variable: memory - label: "Memory RAM" - schema: - type: string - default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' - - variable: requests - label: "Advanced Request minimum resources required" - schema: - type: dict - attrs: - - variable: cpu - label: "CPU" - schema: - type: string - default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' - - variable: memory - label: "Memory RAM" - schema: - type: string - default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' - - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/custom-app/2.0.5/templates/common.yaml b/stable/custom-app/2.0.6/templates/common.yaml similarity index 100% rename from stable/custom-app/2.0.5/templates/common.yaml rename to stable/custom-app/2.0.6/templates/common.yaml diff --git a/stable/custom-app/2.0.5/test_values.yaml b/stable/custom-app/2.0.6/test_values.yaml similarity index 85% rename from stable/custom-app/2.0.5/test_values.yaml rename to stable/custom-app/2.0.6/test_values.yaml index 2340ceb0402..5875a507ff5 100644 --- a/stable/custom-app/2.0.5/test_values.yaml +++ b/stable/custom-app/2.0.6/test_values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/k8s-at-home/jackett pullPolicy: IfNotPresent - tag: v0.18.827@sha256:32c33362d6ab455f1c608e6558ebcc3796d21d341d178a0559903cef2c6c18a4 + tag: v0.18.899@sha256:717f7178f396557f3684e0b78198758e0197fb4f456ed5ef8a82dd8bbcacfae6 securityContext: readOnlyRootFilesystem: false @@ -30,7 +30,7 @@ serviceList: env: {} # TZ: UTC # PUID: 1001 - # PGID: 1001 + persistence: config: diff --git a/stable/custom-app/2.0.5/values.yaml b/stable/custom-app/2.0.6/values.yaml similarity index 100% rename from stable/custom-app/2.0.5/values.yaml rename to stable/custom-app/2.0.6/values.yaml diff --git a/stable/deluge/8.0.4/CHANGELOG.md b/stable/deluge/8.0.4/CHANGELOG.md deleted file mode 100644 index 18e7b0acc67..00000000000 --- a/stable/deluge/8.0.4/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [deluge-8.0.4](https://github.com/truecharts/apps/compare/deluge-8.0.3...deluge-8.0.4) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/deluge/8.0.5/CHANGELOG.md b/stable/deluge/8.0.5/CHANGELOG.md new file mode 100644 index 00000000000..c9560cbe4a4 --- /dev/null +++ b/stable/deluge/8.0.5/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [deluge-8.0.5](https://github.com/truecharts/apps/compare/deluge-8.0.4...deluge-8.0.5) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/deluge/8.0.4/CONFIG.md b/stable/deluge/8.0.5/CONFIG.md similarity index 100% rename from stable/deluge/8.0.4/CONFIG.md rename to stable/deluge/8.0.5/CONFIG.md diff --git a/stable/booksonic-air/3.0.4/Chart.lock b/stable/deluge/8.0.5/Chart.lock similarity index 78% rename from stable/booksonic-air/3.0.4/Chart.lock rename to stable/deluge/8.0.5/Chart.lock index a6776332c4c..33b67d7f9b6 100644 --- a/stable/booksonic-air/3.0.4/Chart.lock +++ b/stable/deluge/8.0.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.0.13 digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:06:01.501704224Z" +generated: "2021-10-05T11:28:38.308052129Z" diff --git a/stable/deluge/8.0.4/Chart.yaml b/stable/deluge/8.0.5/Chart.yaml similarity index 79% rename from stable/deluge/8.0.4/Chart.yaml rename to stable/deluge/8.0.5/Chart.yaml index ec7083c55c8..d11bb733f20 100644 --- a/stable/deluge/8.0.4/Chart.yaml +++ b/stable/deluge/8.0.5/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v2 -appVersion: "2.0.3-2201" +appVersion: "2.0.3" dependencies: - name: common repository: https://truecharts.org version: 8.0.13 deprecated: false description: Deluge App for TrueNAS SCALE -home: https://github.com/truecharts/apps/tree/master/charts/incubator/deluge +home: https://github.com/truecharts/apps/tree/master/charts/stable/deluge icon: https://avatars2.githubusercontent.com/u/6733935?v=3&s=200 keywords: - transmission @@ -21,4 +21,4 @@ name: deluge sources: - https://github.com/deluge-torrent/deluge type: application -version: 8.0.4 +version: 8.0.5 diff --git a/stable/deluge/8.0.4/README.md b/stable/deluge/8.0.5/README.md similarity index 100% rename from stable/deluge/8.0.4/README.md rename to stable/deluge/8.0.5/README.md diff --git a/stable/deluge/8.0.4/app-readme.md b/stable/deluge/8.0.5/app-readme.md similarity index 100% rename from stable/deluge/8.0.4/app-readme.md rename to stable/deluge/8.0.5/app-readme.md diff --git a/stable/deluge/8.0.4/charts/common-8.0.13.tgz b/stable/deluge/8.0.5/charts/common-8.0.13.tgz similarity index 100% rename from stable/deluge/8.0.4/charts/common-8.0.13.tgz rename to stable/deluge/8.0.5/charts/common-8.0.13.tgz diff --git a/stable/deluge/8.0.4/helm-values.md b/stable/deluge/8.0.5/helm-values.md similarity index 95% rename from stable/deluge/8.0.4/helm-values.md rename to stable/deluge/8.0.5/helm-values.md index 64da814294a..827b62e842d 100644 --- a/stable/deluge/8.0.4/helm-values.md +++ b/stable/deluge/8.0.5/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 | `"ghcr.io/linuxserver/deluge"` | | -| image.tag | string | `"version-2.0.3-2201906121747ubuntu18.04.1@sha256:e9c5709346f2746b0b7a893c5c6a31a92617f685d053a0a17246707f80256e3e"` | | +| image.tag | string | `"version-2.0.3-2201906121747ubuntu18.04.1@sha256:1d9751eb58fe7d87f5bfb28154b135436a9bad800ccdca86081843437a63f2f9"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/stable/deluge/8.0.4/ix_values.yaml b/stable/deluge/8.0.5/ix_values.yaml similarity index 80% rename from stable/deluge/8.0.4/ix_values.yaml rename to stable/deluge/8.0.5/ix_values.yaml index 48f421a14e4..cc4561e5155 100644 --- a/stable/deluge/8.0.4/ix_values.yaml +++ b/stable/deluge/8.0.5/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/linuxserver/deluge pullPolicy: IfNotPresent - tag: version-2.0.3-2201906121747ubuntu18.04.1@sha256:e9c5709346f2746b0b7a893c5c6a31a92617f685d053a0a17246707f80256e3e + tag: version-2.0.3-2201906121747ubuntu18.04.1@sha256:1d9751eb58fe7d87f5bfb28154b135436a9bad800ccdca86081843437a63f2f9 ## diff --git a/stable/deluge/8.0.4/questions.yaml b/stable/deluge/8.0.5/questions.yaml similarity index 96% rename from stable/deluge/8.0.4/questions.yaml rename to stable/deluge/8.0.5/questions.yaml index 7e49e5cfdcc..9737c7dabac 100644 --- a/stable/deluge/8.0.4/questions.yaml +++ b/stable/deluge/8.0.5/questions.yaml @@ -172,18 +172,8 @@ questions: schema: type: int default: 568 - - variable: PGID - label: "PGID" - description: "Sets the PGID env var for LinuxServer.io (compatible) containers" - schema: - type: int - default: 568 - - variable: UMASK - label: "UMASK" - description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" - schema: - type: string - default: "002" + + - variable: envList label: "Image environment" @@ -1045,6 +1035,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -1074,6 +1065,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -1102,6 +1094,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1387,6 +1385,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1403,13 +1412,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1420,16 +1429,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/deluge/8.0.4/templates/common.yaml b/stable/deluge/8.0.5/templates/common.yaml similarity index 100% rename from stable/deluge/8.0.4/templates/common.yaml rename to stable/deluge/8.0.5/templates/common.yaml diff --git a/stable/deluge/8.0.4/test_values.yaml b/stable/deluge/8.0.5/test_values.yaml similarity index 83% rename from stable/deluge/8.0.4/test_values.yaml rename to stable/deluge/8.0.5/test_values.yaml index 5e11210ed2f..5f221654b11 100644 --- a/stable/deluge/8.0.4/test_values.yaml +++ b/stable/deluge/8.0.5/test_values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/linuxserver/deluge pullPolicy: IfNotPresent - tag: version-2.0.3-2201906121747ubuntu18.04.1@sha256:e9c5709346f2746b0b7a893c5c6a31a92617f685d053a0a17246707f80256e3e + tag: version-2.0.3-2201906121747ubuntu18.04.1@sha256:1d9751eb58fe7d87f5bfb28154b135436a9bad800ccdca86081843437a63f2f9 securityContext: runAsNonRoot: false diff --git a/stable/deluge/8.0.4/values.yaml b/stable/deluge/8.0.5/values.yaml similarity index 100% rename from stable/deluge/8.0.4/values.yaml rename to stable/deluge/8.0.5/values.yaml diff --git a/stable/duplicati/3.0.4/CHANGELOG.md b/stable/duplicati/3.0.4/CHANGELOG.md deleted file mode 100644 index 790f0149f27..00000000000 --- a/stable/duplicati/3.0.4/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [duplicati-3.0.4](https://github.com/truecharts/apps/compare/duplicati-3.0.3...duplicati-3.0.4) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/duplicati/3.0.4/Chart.lock b/stable/duplicati/3.0.4/Chart.lock deleted file mode 100644 index 61680d48f04..00000000000 --- a/stable/duplicati/3.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.0.13 -digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:07:24.731963476Z" diff --git a/stable/duplicati/3.0.5/CHANGELOG.md b/stable/duplicati/3.0.5/CHANGELOG.md new file mode 100644 index 00000000000..09ec4b74aac --- /dev/null +++ b/stable/duplicati/3.0.5/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [duplicati-3.0.5](https://github.com/truecharts/apps/compare/duplicati-3.0.4...duplicati-3.0.5) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/duplicati/3.0.4/CONFIG.md b/stable/duplicati/3.0.5/CONFIG.md similarity index 100% rename from stable/duplicati/3.0.4/CONFIG.md rename to stable/duplicati/3.0.5/CONFIG.md diff --git a/stable/duplicati/3.0.5/Chart.lock b/stable/duplicati/3.0.5/Chart.lock new file mode 100644 index 00000000000..103fea6e39a --- /dev/null +++ b/stable/duplicati/3.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.0.13 +digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe +generated: "2021-10-05T11:28:51.585520602Z" diff --git a/stable/duplicati/3.0.4/Chart.yaml b/stable/duplicati/3.0.5/Chart.yaml similarity index 84% rename from stable/duplicati/3.0.4/Chart.yaml rename to stable/duplicati/3.0.5/Chart.yaml index 5894e79acae..4b2df9e4483 100644 --- a/stable/duplicati/3.0.4/Chart.yaml +++ b/stable/duplicati/3.0.5/Chart.yaml @@ -5,7 +5,7 @@ dependencies: repository: https://truecharts.org version: 8.0.13 description: Store securely encrypted backups on cloud storage services! -home: https://github.com/truechartsapps/tree/master/charts/incubator/duplicati +home: https://github.com/truechartsapps/tree/master/charts/stable/duplicati icon: https://avatars.githubusercontent.com/u/8270231?s=200&v=4 keywords: - duplicati @@ -18,4 +18,4 @@ name: duplicati sources: - https://hub.docker.com/r/linuxserver/duplicati/ - https://github.com/duplicati/duplicati -version: 3.0.4 +version: 3.0.5 diff --git a/stable/duplicati/3.0.4/README.md b/stable/duplicati/3.0.5/README.md similarity index 100% rename from stable/duplicati/3.0.4/README.md rename to stable/duplicati/3.0.5/README.md diff --git a/stable/duplicati/3.0.4/app-readme.md b/stable/duplicati/3.0.5/app-readme.md similarity index 100% rename from stable/duplicati/3.0.4/app-readme.md rename to stable/duplicati/3.0.5/app-readme.md diff --git a/stable/duplicati/3.0.4/charts/common-8.0.13.tgz b/stable/duplicati/3.0.5/charts/common-8.0.13.tgz similarity index 100% rename from stable/duplicati/3.0.4/charts/common-8.0.13.tgz rename to stable/duplicati/3.0.5/charts/common-8.0.13.tgz diff --git a/stable/duplicati/3.0.4/helm-values.md b/stable/duplicati/3.0.5/helm-values.md similarity index 82% rename from stable/duplicati/3.0.4/helm-values.md rename to stable/duplicati/3.0.5/helm-values.md index b9f1efb29f7..dea584e578d 100644 --- a/stable/duplicati/3.0.4/helm-values.md +++ b/stable/duplicati/3.0.5/helm-values.md @@ -11,12 +11,11 @@ You will, however, be able to use all values referenced in the common chart here | Key | Type | Default | Description | |-----|------|---------|-------------| -| env.PGID | string | `"1000"` | Specify the group ID the application will run as | -| env.PUID | string | `"1000"` | Specify the user ID the application will run as | +| env.PUID | int | `568` | Specify the user ID the application will run as | | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/linuxserver/duplicati"` | image repository | -| image.tag | string | `"latest@sha256:153b177ece89a870e64aafba2897be258e6b2942289b2d05d33a642bfaeb5e31"` | image tag | +| image.tag | string | `"latest@sha256:72e2dcb62c3f12b856b8ccbad0206e3ca0220f2afa018886dc8f2e5bf0f1d2ba"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | diff --git a/stable/duplicati/3.0.4/ix_values.yaml b/stable/duplicati/3.0.5/ix_values.yaml similarity index 84% rename from stable/duplicati/3.0.4/ix_values.yaml rename to stable/duplicati/3.0.5/ix_values.yaml index e3d85e06c98..0a7d6855ab9 100644 --- a/stable/duplicati/3.0.4/ix_values.yaml +++ b/stable/duplicati/3.0.5/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/linuxserver/duplicati pullPolicy: IfNotPresent - tag: latest@sha256:153b177ece89a870e64aafba2897be258e6b2942289b2d05d33a642bfaeb5e31 + tag: latest@sha256:72e2dcb62c3f12b856b8ccbad0206e3ca0220f2afa018886dc8f2e5bf0f1d2ba ## # Most other defaults are set in questions.yaml diff --git a/stable/duplicati/3.0.4/questions.yaml b/stable/duplicati/3.0.5/questions.yaml similarity index 96% rename from stable/duplicati/3.0.4/questions.yaml rename to stable/duplicati/3.0.5/questions.yaml index 090a392a50c..0cb0b0a9e24 100644 --- a/stable/duplicati/3.0.4/questions.yaml +++ b/stable/duplicati/3.0.5/questions.yaml @@ -165,24 +165,20 @@ questions: default: "Etc/UTC" $ref: - "definitions/timezone" - - variable: PUID - label: "PUID" - description: "Sets the userID inside the container" - schema: - type: string - default: "568" - - variable: PGID - label: "PGID" - description: "Sets the GroupID inside the container" - schema: - type: string - default: "568" - variable: UMASK label: "UMASK" description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" schema: type: string default: "002" + - variable: PUID + label: "PUID" + description: "Sets the userID inside the container" + schema: + type: string + default: "568" + + - variable: envList label: "Image environment" group: "Container Configuration" @@ -885,6 +881,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -914,6 +911,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -942,6 +940,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1228,6 +1232,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1244,13 +1259,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1261,16 +1276,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/duplicati/3.0.4/templates/common.yaml b/stable/duplicati/3.0.5/templates/common.yaml similarity index 100% rename from stable/duplicati/3.0.4/templates/common.yaml rename to stable/duplicati/3.0.5/templates/common.yaml diff --git a/stable/duplicati/3.0.4/test_values.yaml b/stable/duplicati/3.0.5/test_values.yaml similarity index 86% rename from stable/duplicati/3.0.4/test_values.yaml rename to stable/duplicati/3.0.5/test_values.yaml index 7d3371a6528..3ec99d2346f 100644 --- a/stable/duplicati/3.0.4/test_values.yaml +++ b/stable/duplicati/3.0.5/test_values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/linuxserver/duplicati # -- image tag - tag: latest@sha256:153b177ece89a870e64aafba2897be258e6b2942289b2d05d33a642bfaeb5e31 + tag: latest@sha256:72e2dcb62c3f12b856b8ccbad0206e3ca0220f2afa018886dc8f2e5bf0f1d2ba # -- image pull policy pullPolicy: IfNotPresent @@ -27,9 +27,7 @@ env: # -- Set the container timezone TZ: UTC # -- Specify the user ID the application will run as - PUID: "1000" - # -- Specify the group ID the application will run as - PGID: "1000" + PUID: 568 # -- Configures service settings for the chart. # @default -- See values.yaml diff --git a/stable/duplicati/3.0.4/values.yaml b/stable/duplicati/3.0.5/values.yaml similarity index 100% rename from stable/duplicati/3.0.4/values.yaml rename to stable/duplicati/3.0.5/values.yaml diff --git a/stable/fireflyiii/9.0.10/CHANGELOG.md b/stable/fireflyiii/9.0.10/CHANGELOG.md new file mode 100644 index 00000000000..deabad643a3 --- /dev/null +++ b/stable/fireflyiii/9.0.10/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [fireflyiii-9.0.10](https://github.com/truecharts/apps/compare/fireflyiii-9.0.9...fireflyiii-9.0.10) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/fireflyiii/9.0.9/CONFIG.md b/stable/fireflyiii/9.0.10/CONFIG.md similarity index 100% rename from stable/fireflyiii/9.0.9/CONFIG.md rename to stable/fireflyiii/9.0.10/CONFIG.md diff --git a/stable/fireflyiii/9.0.9/Chart.lock b/stable/fireflyiii/9.0.10/Chart.lock similarity index 84% rename from stable/fireflyiii/9.0.9/Chart.lock rename to stable/fireflyiii/9.0.10/Chart.lock index 10d68eb40e2..2a13fe79a80 100644 --- a/stable/fireflyiii/9.0.9/Chart.lock +++ b/stable/fireflyiii/9.0.10/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://truecharts.org/ version: 3.0.4 digest: sha256:3d64e03877218eceb805319937ed943530a521da87ae2b40bf3fddec4951b654 -generated: "2021-09-29T16:08:02.277923442Z" +generated: "2021-10-05T11:29:05.961793628Z" diff --git a/stable/fireflyiii/9.0.9/Chart.yaml b/stable/fireflyiii/9.0.10/Chart.yaml similarity index 97% rename from stable/fireflyiii/9.0.9/Chart.yaml rename to stable/fireflyiii/9.0.10/Chart.yaml index dbf8ced90f3..10c7b1445f4 100644 --- a/stable/fireflyiii/9.0.9/Chart.yaml +++ b/stable/fireflyiii/9.0.10/Chart.yaml @@ -27,4 +27,4 @@ name: fireflyiii sources: - https://github.com/firefly-iii/firefly-iii/ type: application -version: 9.0.9 +version: 9.0.10 diff --git a/stable/fireflyiii/9.0.9/README.md b/stable/fireflyiii/9.0.10/README.md similarity index 100% rename from stable/fireflyiii/9.0.9/README.md rename to stable/fireflyiii/9.0.10/README.md diff --git a/stable/fireflyiii/9.0.9/app-readme.md b/stable/fireflyiii/9.0.10/app-readme.md similarity index 100% rename from stable/fireflyiii/9.0.9/app-readme.md rename to stable/fireflyiii/9.0.10/app-readme.md diff --git a/stable/fireflyiii/9.0.9/charts/common-8.0.13.tgz b/stable/fireflyiii/9.0.10/charts/common-8.0.13.tgz similarity index 100% rename from stable/fireflyiii/9.0.9/charts/common-8.0.13.tgz rename to stable/fireflyiii/9.0.10/charts/common-8.0.13.tgz diff --git a/stable/fireflyiii/9.0.9/charts/postgresql-3.0.4.tgz b/stable/fireflyiii/9.0.10/charts/postgresql-3.0.4.tgz similarity index 100% rename from stable/fireflyiii/9.0.9/charts/postgresql-3.0.4.tgz rename to stable/fireflyiii/9.0.10/charts/postgresql-3.0.4.tgz diff --git a/stable/fireflyiii/9.0.9/helm-values.md b/stable/fireflyiii/9.0.10/helm-values.md similarity index 96% rename from stable/fireflyiii/9.0.9/helm-values.md rename to stable/fireflyiii/9.0.10/helm-values.md index 961717c0baa..910492e370c 100644 --- a/stable/fireflyiii/9.0.9/helm-values.md +++ b/stable/fireflyiii/9.0.10/helm-values.md @@ -42,7 +42,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"firefly"` | | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | | postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | | probes.liveness.path | string | `"/login"` | | | probes.readiness.path | string | `"/login"` | | | probes.startup.path | string | `"/login"` | | diff --git a/stable/fireflyiii/9.0.9/ix_values.yaml b/stable/fireflyiii/9.0.10/ix_values.yaml similarity index 95% rename from stable/fireflyiii/9.0.9/ix_values.yaml rename to stable/fireflyiii/9.0.10/ix_values.yaml index f591322a74d..957453b5ca6 100644 --- a/stable/fireflyiii/9.0.9/ix_values.yaml +++ b/stable/fireflyiii/9.0.10/ix_values.yaml @@ -13,7 +13,7 @@ image: postgresqlImage: repository: bitnami/postgresql pullPolicy: IfNotPresent - tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36 + tag: 13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a initContainers: init-postgresdb: diff --git a/stable/fireflyiii/9.0.9/questions.yaml b/stable/fireflyiii/9.0.10/questions.yaml similarity index 96% rename from stable/fireflyiii/9.0.9/questions.yaml rename to stable/fireflyiii/9.0.10/questions.yaml index 26baffa132f..aa6f232c940 100644 --- a/stable/fireflyiii/9.0.9/questions.yaml +++ b/stable/fireflyiii/9.0.10/questions.yaml @@ -166,6 +166,12 @@ questions: default: "Etc/UTC" $ref: - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" - variable: APP_KEY label: "App Key" description: "Your unique 32 application character key" @@ -176,12 +182,7 @@ questions: max_length: 32 valid_chars: '[a-zA-Z0-9!@#$%^&*?]{32}' required: true - - variable: UMASK - label: "UMASK" - description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" - schema: - type: string - default: "002" + - variable: envList label: "Image environment" group: "Container Configuration" @@ -886,6 +887,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -915,6 +917,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -943,6 +946,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1229,6 +1238,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1245,13 +1265,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1262,16 +1282,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/fireflyiii/9.0.9/templates/common.yaml b/stable/fireflyiii/9.0.10/templates/common.yaml similarity index 100% rename from stable/fireflyiii/9.0.9/templates/common.yaml rename to stable/fireflyiii/9.0.10/templates/common.yaml diff --git a/stable/fireflyiii/9.0.9/templates/secrets.yaml b/stable/fireflyiii/9.0.10/templates/secrets.yaml similarity index 100% rename from stable/fireflyiii/9.0.9/templates/secrets.yaml rename to stable/fireflyiii/9.0.10/templates/secrets.yaml diff --git a/stable/fireflyiii/9.0.9/test_values.yaml b/stable/fireflyiii/9.0.10/test_values.yaml similarity index 94% rename from stable/fireflyiii/9.0.9/test_values.yaml rename to stable/fireflyiii/9.0.10/test_values.yaml index 91a0e80a5ff..a0462dbfff3 100644 --- a/stable/fireflyiii/9.0.9/test_values.yaml +++ b/stable/fireflyiii/9.0.10/test_values.yaml @@ -11,7 +11,7 @@ securityContext: postgresqlImage: repository: bitnami/postgresql pullPolicy: IfNotPresent - tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36 + tag: 13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a service: main: diff --git a/stable/fireflyiii/9.0.9/values.yaml b/stable/fireflyiii/9.0.10/values.yaml similarity index 100% rename from stable/fireflyiii/9.0.9/values.yaml rename to stable/fireflyiii/9.0.10/values.yaml diff --git a/stable/fireflyiii/9.0.9/CHANGELOG.md b/stable/fireflyiii/9.0.9/CHANGELOG.md deleted file mode 100644 index d053d269b20..00000000000 --- a/stable/fireflyiii/9.0.9/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [fireflyiii-9.0.9](https://github.com/truecharts/apps/compare/fireflyiii-9.0.8...fireflyiii-9.0.9) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/freshrss/8.0.4/CHANGELOG.md b/stable/freshrss/8.0.4/CHANGELOG.md deleted file mode 100644 index 522318263b0..00000000000 --- a/stable/freshrss/8.0.4/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [freshrss-8.0.4](https://github.com/truecharts/apps/compare/freshrss-8.0.3...freshrss-8.0.4) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/freshrss/8.0.4/Chart.lock b/stable/freshrss/8.0.4/Chart.lock deleted file mode 100644 index b29328b7079..00000000000 --- a/stable/freshrss/8.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.0.13 -digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:08:49.75762538Z" diff --git a/stable/freshrss/8.0.5/CHANGELOG.md b/stable/freshrss/8.0.5/CHANGELOG.md new file mode 100644 index 00000000000..ea5e88c56b5 --- /dev/null +++ b/stable/freshrss/8.0.5/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [freshrss-8.0.5](https://github.com/truecharts/apps/compare/freshrss-8.0.4...freshrss-8.0.5) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/freshrss/8.0.4/CONFIG.md b/stable/freshrss/8.0.5/CONFIG.md similarity index 100% rename from stable/freshrss/8.0.4/CONFIG.md rename to stable/freshrss/8.0.5/CONFIG.md diff --git a/stable/freshrss/8.0.5/Chart.lock b/stable/freshrss/8.0.5/Chart.lock new file mode 100644 index 00000000000..1d98f9928c7 --- /dev/null +++ b/stable/freshrss/8.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.0.13 +digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe +generated: "2021-10-05T11:29:21.912850263Z" diff --git a/stable/freshrss/8.0.4/Chart.yaml b/stable/freshrss/8.0.5/Chart.yaml similarity index 85% rename from stable/freshrss/8.0.4/Chart.yaml rename to stable/freshrss/8.0.5/Chart.yaml index 5007a94f111..3aa677c042f 100644 --- a/stable/freshrss/8.0.4/Chart.yaml +++ b/stable/freshrss/8.0.5/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 8.0.13 deprecated: false description: FreshRSS is a self-hosted RSS feed aggregator -home: https://github.com/truecharts/apps/tree/master/charts/incubator/freshrss +home: https://github.com/truecharts/apps/tree/master/charts/stable/freshrss icon: https://github.com/FreshRSS/FreshRSS/blob/master/docs/img/FreshRSS-logo.png?raw=true keywords: - freshrss @@ -21,4 +21,4 @@ sources: - https://github.com/FreshRSS/FreshRSS - https://hub.docker.com/r/linuxserver/freshrss type: application -version: 8.0.4 +version: 8.0.5 diff --git a/stable/freshrss/8.0.4/README.md b/stable/freshrss/8.0.5/README.md similarity index 100% rename from stable/freshrss/8.0.4/README.md rename to stable/freshrss/8.0.5/README.md diff --git a/stable/freshrss/8.0.4/app-readme.md b/stable/freshrss/8.0.5/app-readme.md similarity index 100% rename from stable/freshrss/8.0.4/app-readme.md rename to stable/freshrss/8.0.5/app-readme.md diff --git a/stable/freshrss/8.0.4/charts/common-8.0.13.tgz b/stable/freshrss/8.0.5/charts/common-8.0.13.tgz similarity index 100% rename from stable/freshrss/8.0.4/charts/common-8.0.13.tgz rename to stable/freshrss/8.0.5/charts/common-8.0.13.tgz diff --git a/stable/freshrss/8.0.4/helm-values.md b/stable/freshrss/8.0.5/helm-values.md similarity index 92% rename from stable/freshrss/8.0.4/helm-values.md rename to stable/freshrss/8.0.5/helm-values.md index cc653a508e9..75f906c9c11 100644 --- a/stable/freshrss/8.0.4/helm-values.md +++ b/stable/freshrss/8.0.5/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/linuxserver/freshrss"` | | -| image.tag | string | `"version-1.18.1@sha256:b5323d52c18871a62d5b7c618dce71ac5c3e7712e13b1d813606b78559630226"` | | +| image.tag | string | `"version-1.18.1@sha256:8f21935fb1a9761246d964c7401d803510ebb9ea98b0670f4e818ffd6886522c"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/stable/freshrss/8.0.4/ix_values.yaml b/stable/freshrss/8.0.5/ix_values.yaml similarity index 83% rename from stable/freshrss/8.0.4/ix_values.yaml rename to stable/freshrss/8.0.5/ix_values.yaml index b90ec0dba98..a5b56416d06 100644 --- a/stable/freshrss/8.0.4/ix_values.yaml +++ b/stable/freshrss/8.0.5/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/linuxserver/freshrss pullPolicy: IfNotPresent - tag: version-1.18.1@sha256:b5323d52c18871a62d5b7c618dce71ac5c3e7712e13b1d813606b78559630226 + tag: version-1.18.1@sha256:8f21935fb1a9761246d964c7401d803510ebb9ea98b0670f4e818ffd6886522c ## diff --git a/stable/freshrss/8.0.4/questions.yaml b/stable/freshrss/8.0.5/questions.yaml similarity index 96% rename from stable/freshrss/8.0.4/questions.yaml rename to stable/freshrss/8.0.5/questions.yaml index 8d164be7166..2ac0071ab02 100644 --- a/stable/freshrss/8.0.4/questions.yaml +++ b/stable/freshrss/8.0.5/questions.yaml @@ -165,24 +165,20 @@ questions: default: "Etc/UTC" $ref: - "definitions/timezone" - - variable: PUID - label: "PUID" - description: "Sets the PUID env var for LinuxServer.io (compatible) containers" - schema: - type: int - default: 568 - - variable: PGID - label: "PGID" - description: "Sets the PGID env var for LinuxServer.io (compatible) containers" - schema: - type: int - default: 568 - variable: UMASK label: "UMASK" description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" schema: type: string default: "002" + - variable: PUID + label: "PUID" + description: "Sets the PUID env var for LinuxServer.io (compatible) containers" + schema: + type: int + default: 568 + + - variable: envList label: "Image environment" group: "Container Configuration" @@ -886,6 +882,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -915,6 +912,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -943,6 +941,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1226,6 +1230,17 @@ questions: description: "OnRootMismatch" - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1242,13 +1257,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1259,16 +1274,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/freshrss/8.0.4/templates/common.yaml b/stable/freshrss/8.0.5/templates/common.yaml similarity index 100% rename from stable/freshrss/8.0.4/templates/common.yaml rename to stable/freshrss/8.0.5/templates/common.yaml diff --git a/stable/freshrss/8.0.4/test_values.yaml b/stable/freshrss/8.0.5/test_values.yaml similarity index 80% rename from stable/freshrss/8.0.4/test_values.yaml rename to stable/freshrss/8.0.5/test_values.yaml index 5787ada08a7..d00c346eca4 100644 --- a/stable/freshrss/8.0.4/test_values.yaml +++ b/stable/freshrss/8.0.5/test_values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/linuxserver/freshrss pullPolicy: IfNotPresent - tag: version-1.18.1@sha256:b5323d52c18871a62d5b7c618dce71ac5c3e7712e13b1d813606b78559630226 + tag: version-1.18.1@sha256:8f21935fb1a9761246d964c7401d803510ebb9ea98b0670f4e818ffd6886522c securityContext: readOnlyRootFilesystem: false @@ -22,7 +22,7 @@ service: env: {} # TZ: UTC # PUID: 1001 - # PGID: 1001 + persistence: config: diff --git a/stable/freshrss/8.0.4/values.yaml b/stable/freshrss/8.0.5/values.yaml similarity index 100% rename from stable/freshrss/8.0.4/values.yaml rename to stable/freshrss/8.0.5/values.yaml diff --git a/stable/gitea/1.0.1/CHANGELOG.md b/stable/gitea/1.0.1/CHANGELOG.md deleted file mode 100644 index 0b1347533ee..00000000000 --- a/stable/gitea/1.0.1/CHANGELOG.md +++ /dev/null @@ -1,4 +0,0 @@ - - -### [gitea-1.0.1](https://github.com/truecharts/apps/compare/gitea-1.0.0...gitea-1.0.1) (2021-10-01) - diff --git a/stable/gitea/1.0.2/CHANGELOG.md b/stable/gitea/1.0.2/CHANGELOG.md new file mode 100644 index 00000000000..a8144251546 --- /dev/null +++ b/stable/gitea/1.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [gitea-1.0.2](https://github.com/truecharts/apps/compare/gitea-1.0.1...gitea-1.0.2) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/gitea/1.0.1/CONFIG.md b/stable/gitea/1.0.2/CONFIG.md similarity index 100% rename from stable/gitea/1.0.1/CONFIG.md rename to stable/gitea/1.0.2/CONFIG.md diff --git a/stable/gitea/1.0.1/Chart.lock b/stable/gitea/1.0.2/Chart.lock similarity index 88% rename from stable/gitea/1.0.1/Chart.lock rename to stable/gitea/1.0.2/Chart.lock index f41b53c477d..8888e65fae9 100644 --- a/stable/gitea/1.0.1/Chart.lock +++ b/stable/gitea/1.0.2/Chart.lock @@ -9,4 +9,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 5.15.3 digest: sha256:31ea20ec333f850afa9cf3a2496456944683769564b80fd997d8321ca3f56830 -generated: "2021-10-01T21:29:14.796478615Z" +generated: "2021-10-05T11:29:38.053657573Z" diff --git a/stable/gitea/1.0.1/Chart.yaml b/stable/gitea/1.0.2/Chart.yaml similarity index 98% rename from stable/gitea/1.0.1/Chart.yaml rename to stable/gitea/1.0.2/Chart.yaml index e45d5f406ca..1b9e22f74fa 100644 --- a/stable/gitea/1.0.1/Chart.yaml +++ b/stable/gitea/1.0.2/Chart.yaml @@ -34,4 +34,4 @@ sources: - https://github.com/go-gitea/gitea - https://hub.docker.com/r/gitea/gitea/ type: application -version: 1.0.1 +version: 1.0.2 diff --git a/stable/gitea/1.0.1/README.md b/stable/gitea/1.0.2/README.md similarity index 100% rename from stable/gitea/1.0.1/README.md rename to stable/gitea/1.0.2/README.md diff --git a/stable/gitea/1.0.1/app-readme.md b/stable/gitea/1.0.2/app-readme.md similarity index 100% rename from stable/gitea/1.0.1/app-readme.md rename to stable/gitea/1.0.2/app-readme.md diff --git a/stable/gitea/1.0.1/charts/common-8.0.13.tgz b/stable/gitea/1.0.2/charts/common-8.0.13.tgz similarity index 100% rename from stable/gitea/1.0.1/charts/common-8.0.13.tgz rename to stable/gitea/1.0.2/charts/common-8.0.13.tgz diff --git a/stable/gitea/1.0.1/charts/memcached-5.15.3.tgz b/stable/gitea/1.0.2/charts/memcached-5.15.3.tgz similarity index 100% rename from stable/gitea/1.0.1/charts/memcached-5.15.3.tgz rename to stable/gitea/1.0.2/charts/memcached-5.15.3.tgz diff --git a/stable/gitea/1.0.1/charts/postgresql-3.0.4.tgz b/stable/gitea/1.0.2/charts/postgresql-3.0.4.tgz similarity index 100% rename from stable/gitea/1.0.1/charts/postgresql-3.0.4.tgz rename to stable/gitea/1.0.2/charts/postgresql-3.0.4.tgz diff --git a/stable/gitea/1.0.1/ci/basic-values.yaml b/stable/gitea/1.0.2/ci/basic-values.yaml similarity index 100% rename from stable/gitea/1.0.1/ci/basic-values.yaml rename to stable/gitea/1.0.2/ci/basic-values.yaml diff --git a/stable/gitea/1.0.1/ci/ingress-values.yaml b/stable/gitea/1.0.2/ci/ingress-values.yaml similarity index 100% rename from stable/gitea/1.0.1/ci/ingress-values.yaml rename to stable/gitea/1.0.2/ci/ingress-values.yaml diff --git a/stable/gitea/1.0.1/helm-values.md b/stable/gitea/1.0.2/helm-values.md similarity index 97% rename from stable/gitea/1.0.1/helm-values.md rename to stable/gitea/1.0.2/helm-values.md index 8233210f237..c89e628676b 100644 --- a/stable/gitea/1.0.1/helm-values.md +++ b/stable/gitea/1.0.2/helm-values.md @@ -73,7 +73,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"gitea"` | | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | | postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | | service.main.ports.main.port | int | `3000` | | | service.ssh.ports.ssh.port | int | `2222` | | | service.ssh.ports.ssh.targetPort | int | `2222` | | diff --git a/stable/gitea/1.0.1/ix_values.yaml b/stable/gitea/1.0.2/ix_values.yaml similarity index 96% rename from stable/gitea/1.0.1/ix_values.yaml rename to stable/gitea/1.0.2/ix_values.yaml index c6be7a8f22d..9451acc4793 100644 --- a/stable/gitea/1.0.1/ix_values.yaml +++ b/stable/gitea/1.0.2/ix_values.yaml @@ -12,7 +12,7 @@ image: postgresqlImage: repository: bitnami/postgresql pullPolicy: IfNotPresent - tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36 + tag: 13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a envFrom: - configMapRef: diff --git a/stable/gitea/1.0.1/questions.yaml b/stable/gitea/1.0.2/questions.yaml similarity index 97% rename from stable/gitea/1.0.1/questions.yaml rename to stable/gitea/1.0.2/questions.yaml index 0f774eb42cc..7413367e73d 100644 --- a/stable/gitea/1.0.1/questions.yaml +++ b/stable/gitea/1.0.2/questions.yaml @@ -172,6 +172,7 @@ questions: schema: type: string default: "002" + - variable: envList label: "Image environment" group: "Container Configuration" @@ -1118,6 +1119,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -1147,6 +1149,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -1175,6 +1178,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1459,6 +1468,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1500,8 +1520,49 @@ questions: default: "50Mi" valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: autoscaling + - variable: deviceList + label: "Mount USB devices" group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" + + - variable: autoscaling + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/gitea/1.0.1/templates/_configmap.tpl b/stable/gitea/1.0.2/templates/_configmap.tpl similarity index 100% rename from stable/gitea/1.0.1/templates/_configmap.tpl rename to stable/gitea/1.0.2/templates/_configmap.tpl diff --git a/stable/gitea/1.0.1/templates/_secrets.tpl b/stable/gitea/1.0.2/templates/_secrets.tpl similarity index 100% rename from stable/gitea/1.0.1/templates/_secrets.tpl rename to stable/gitea/1.0.2/templates/_secrets.tpl diff --git a/stable/gitea/1.0.1/templates/common.yaml b/stable/gitea/1.0.2/templates/common.yaml similarity index 100% rename from stable/gitea/1.0.1/templates/common.yaml rename to stable/gitea/1.0.2/templates/common.yaml diff --git a/stable/gitea/1.0.1/test_values.yaml b/stable/gitea/1.0.2/test_values.yaml similarity index 97% rename from stable/gitea/1.0.1/test_values.yaml rename to stable/gitea/1.0.2/test_values.yaml index 796e9efa886..186cc34443c 100644 --- a/stable/gitea/1.0.1/test_values.yaml +++ b/stable/gitea/1.0.2/test_values.yaml @@ -6,7 +6,7 @@ image: postgresqlImage: repository: bitnami/postgresql pullPolicy: IfNotPresent - tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36 + tag: 13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a service: main: diff --git a/stable/gitea/1.0.1/values.yaml b/stable/gitea/1.0.2/values.yaml similarity index 100% rename from stable/gitea/1.0.1/values.yaml rename to stable/gitea/1.0.2/values.yaml diff --git a/stable/gonic/3.0.3/CHANGELOG.md b/stable/gonic/3.0.3/CHANGELOG.md deleted file mode 100644 index d4d029d4041..00000000000 --- a/stable/gonic/3.0.3/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [gonic-3.0.3](https://github.com/truecharts/apps/compare/gonic-3.0.2...gonic-3.0.3) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/gonic/3.0.3/Chart.lock b/stable/gonic/3.0.3/Chart.lock deleted file mode 100644 index 25a94f905b8..00000000000 --- a/stable/gonic/3.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.0.13 -digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:09:08.173861103Z" diff --git a/stable/gonic/3.0.4/CHANGELOG.md b/stable/gonic/3.0.4/CHANGELOG.md new file mode 100644 index 00000000000..52599ca9d9d --- /dev/null +++ b/stable/gonic/3.0.4/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [gonic-3.0.4](https://github.com/truecharts/apps/compare/gonic-3.0.3...gonic-3.0.4) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/gonic/3.0.3/CONFIG.md b/stable/gonic/3.0.4/CONFIG.md similarity index 100% rename from stable/gonic/3.0.3/CONFIG.md rename to stable/gonic/3.0.4/CONFIG.md diff --git a/stable/gonic/3.0.4/Chart.lock b/stable/gonic/3.0.4/Chart.lock new file mode 100644 index 00000000000..2056fa89d0d --- /dev/null +++ b/stable/gonic/3.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.0.13 +digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe +generated: "2021-10-05T11:30:00.258721959Z" diff --git a/stable/gonic/3.0.3/Chart.yaml b/stable/gonic/3.0.4/Chart.yaml similarity index 81% rename from stable/gonic/3.0.3/Chart.yaml rename to stable/gonic/3.0.4/Chart.yaml index 053f139be9c..05eda0e93a9 100644 --- a/stable/gonic/3.0.3/Chart.yaml +++ b/stable/gonic/3.0.4/Chart.yaml @@ -1,11 +1,11 @@ apiVersion: v2 -appVersion: "0.13.1" +appVersion: "0.14.0" dependencies: - name: common repository: https://truecharts.org version: 8.0.13 description: Music streaming server / subsonic server API implementation -home: https://github.com/truechartsapps/tree/master/charts/incubator/gonic +home: https://github.com/truechartsapps/tree/master/charts/stable/gonic icon: https://raw.githubusercontent.com/sentriz/gonic/master/.github/logo.png keywords: - music @@ -19,4 +19,4 @@ name: gonic sources: - https://github.com/sentriz/gonic - https://hub.docker.com/r/sentriz/gonic -version: 3.0.3 +version: 3.0.4 diff --git a/stable/gonic/3.0.3/README.md b/stable/gonic/3.0.4/README.md similarity index 100% rename from stable/gonic/3.0.3/README.md rename to stable/gonic/3.0.4/README.md diff --git a/stable/gonic/3.0.3/app-readme.md b/stable/gonic/3.0.4/app-readme.md similarity index 100% rename from stable/gonic/3.0.3/app-readme.md rename to stable/gonic/3.0.4/app-readme.md diff --git a/stable/gonic/3.0.3/charts/common-8.0.13.tgz b/stable/gonic/3.0.4/charts/common-8.0.13.tgz similarity index 100% rename from stable/gonic/3.0.3/charts/common-8.0.13.tgz rename to stable/gonic/3.0.4/charts/common-8.0.13.tgz diff --git a/stable/gonic/3.0.3/ci/ct-values.yaml b/stable/gonic/3.0.4/ci/ct-values.yaml similarity index 100% rename from stable/gonic/3.0.3/ci/ct-values.yaml rename to stable/gonic/3.0.4/ci/ct-values.yaml diff --git a/stable/gonic/3.0.3/helm-values.md b/stable/gonic/3.0.4/helm-values.md similarity index 92% rename from stable/gonic/3.0.3/helm-values.md rename to stable/gonic/3.0.4/helm-values.md index 4e69e6fbfdf..1c9e6840062 100644 --- a/stable/gonic/3.0.3/helm-values.md +++ b/stable/gonic/3.0.4/helm-values.md @@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/truecharts/gonic"` | image repository | -| image.tag | string | `"v0.13.1@sha256:14d01b4a1a90991097656975d0c8643a755323961bc5b5c657a5c96372024d5c"` | image tag | +| image.tag | string | `"v0.14.0@sha256:d0316271fcec20816f5f3f5e8ca470426e551f2f6de83845d474a2a7827a6f34"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | diff --git a/stable/gonic/3.0.3/ix_values.yaml b/stable/gonic/3.0.4/ix_values.yaml similarity index 84% rename from stable/gonic/3.0.3/ix_values.yaml rename to stable/gonic/3.0.4/ix_values.yaml index 6c9a19c3caa..e517cb754c0 100644 --- a/stable/gonic/3.0.3/ix_values.yaml +++ b/stable/gonic/3.0.4/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/gonic pullPolicy: IfNotPresent - tag: v0.13.1@sha256:14d01b4a1a90991097656975d0c8643a755323961bc5b5c657a5c96372024d5c + tag: v0.14.0@sha256:d0316271fcec20816f5f3f5e8ca470426e551f2f6de83845d474a2a7827a6f34 ## # Most other defaults are set in questions.yaml diff --git a/stable/gonic/3.0.3/questions.yaml b/stable/gonic/3.0.4/questions.yaml similarity index 96% rename from stable/gonic/3.0.3/questions.yaml rename to stable/gonic/3.0.4/questions.yaml index d586936a012..63e29b30281 100644 --- a/stable/gonic/3.0.3/questions.yaml +++ b/stable/gonic/3.0.4/questions.yaml @@ -171,6 +171,7 @@ questions: schema: type: string default: "002" + - variable: envList label: "Image environment" group: "Container Configuration" @@ -873,6 +874,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -902,6 +904,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -930,6 +933,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1215,6 +1224,17 @@ questions: description: "OnRootMismatch" - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1231,13 +1251,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1248,16 +1268,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/gonic/3.0.3/templates/common.yaml b/stable/gonic/3.0.4/templates/common.yaml similarity index 100% rename from stable/gonic/3.0.3/templates/common.yaml rename to stable/gonic/3.0.4/templates/common.yaml diff --git a/stable/gonic/3.0.3/test_values.yaml b/stable/gonic/3.0.4/test_values.yaml similarity index 92% rename from stable/gonic/3.0.3/test_values.yaml rename to stable/gonic/3.0.4/test_values.yaml index abd823b4214..cbfe1e8bdd2 100644 --- a/stable/gonic/3.0.3/test_values.yaml +++ b/stable/gonic/3.0.4/test_values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: v0.13.1@sha256:14d01b4a1a90991097656975d0c8643a755323961bc5b5c657a5c96372024d5c + tag: v0.14.0@sha256:d0316271fcec20816f5f3f5e8ca470426e551f2f6de83845d474a2a7827a6f34 securityContext: runAsNonRoot: false diff --git a/stable/gonic/3.0.3/values.yaml b/stable/gonic/3.0.4/values.yaml similarity index 100% rename from stable/gonic/3.0.3/values.yaml rename to stable/gonic/3.0.4/values.yaml diff --git a/stable/handbrake/8.0.3/CHANGELOG.md b/stable/handbrake/8.0.3/CHANGELOG.md deleted file mode 100644 index a49c763012b..00000000000 --- a/stable/handbrake/8.0.3/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [handbrake-8.0.3](https://github.com/truecharts/apps/compare/handbrake-8.0.2...handbrake-8.0.3) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/handbrake/8.0.3/Chart.lock b/stable/handbrake/8.0.3/Chart.lock deleted file mode 100644 index ae1b2900b26..00000000000 --- a/stable/handbrake/8.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.0.13 -digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:09:27.008190365Z" diff --git a/stable/handbrake/8.0.4/CHANGELOG.md b/stable/handbrake/8.0.4/CHANGELOG.md new file mode 100644 index 00000000000..9d3addc9b6f --- /dev/null +++ b/stable/handbrake/8.0.4/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [handbrake-8.0.4](https://github.com/truecharts/apps/compare/handbrake-8.0.3...handbrake-8.0.4) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/handbrake/8.0.3/CONFIG.md b/stable/handbrake/8.0.4/CONFIG.md similarity index 100% rename from stable/handbrake/8.0.3/CONFIG.md rename to stable/handbrake/8.0.4/CONFIG.md diff --git a/stable/handbrake/8.0.4/Chart.lock b/stable/handbrake/8.0.4/Chart.lock new file mode 100644 index 00000000000..ac20b213a81 --- /dev/null +++ b/stable/handbrake/8.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.0.13 +digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe +generated: "2021-10-05T11:30:13.971929155Z" diff --git a/stable/handbrake/8.0.3/Chart.yaml b/stable/handbrake/8.0.4/Chart.yaml similarity index 95% rename from stable/handbrake/8.0.3/Chart.yaml rename to stable/handbrake/8.0.4/Chart.yaml index 9cdd8a2819b..2d32755dd38 100644 --- a/stable/handbrake/8.0.3/Chart.yaml +++ b/stable/handbrake/8.0.4/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.24.1" +appVersion: "1.24.2" dependencies: - name: common repository: https://truecharts.org @@ -27,4 +27,4 @@ sources: - https://hub.docker.com/r/jlesage/handbrake/ - https://handbrake.fr/ type: application -version: 8.0.3 +version: 8.0.4 diff --git a/stable/handbrake/8.0.3/README.md b/stable/handbrake/8.0.4/README.md similarity index 100% rename from stable/handbrake/8.0.3/README.md rename to stable/handbrake/8.0.4/README.md diff --git a/stable/handbrake/8.0.3/app-readme.md b/stable/handbrake/8.0.4/app-readme.md similarity index 100% rename from stable/handbrake/8.0.3/app-readme.md rename to stable/handbrake/8.0.4/app-readme.md diff --git a/stable/handbrake/8.0.3/charts/common-8.0.13.tgz b/stable/handbrake/8.0.4/charts/common-8.0.13.tgz similarity index 100% rename from stable/handbrake/8.0.3/charts/common-8.0.13.tgz rename to stable/handbrake/8.0.4/charts/common-8.0.13.tgz diff --git a/stable/handbrake/8.0.3/helm-values.md b/stable/handbrake/8.0.4/helm-values.md similarity index 90% rename from stable/handbrake/8.0.3/helm-values.md rename to stable/handbrake/8.0.4/helm-values.md index e29033239a8..6a62ea64146 100644 --- a/stable/handbrake/8.0.3/helm-values.md +++ b/stable/handbrake/8.0.4/helm-values.md @@ -19,15 +19,13 @@ You will, however, be able to use all values referenced in the common chart here | env.DISPLAY_HEIGHT | string | `"768"` | | | env.DISPLAY_WIDTH | string | `"1280"` | | | env.KEEP_APP_RUNNING | string | `"0"` | | -| env.PGID | string | `"568"` | | -| env.PUID | string | `"568"` | | +| env.PUID | int | `568` | | | env.SECURE_CONNECTION | string | `"0"` | | | env.VNC_PASSWORD | string | `nil` | | -| envTpl.GROUP_ID | string | `"{{ .Values.env.PGID }}"` | | | envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/truecharts/handbrake"` | | -| image.tag | string | `"v1.24.1@sha256:465f3116359c0b40497f0f2249cb1326047208d2aa70c0822df73e3d6e49eee7"` | | +| image.tag | string | `"v1.24.2@sha256:312ddf5ec046fd0ca3f84015b55c8b4cbe1d6e8340ffcaf244489592a3fc92da"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/stable/handbrake/8.0.3/ix_values.yaml b/stable/handbrake/8.0.4/ix_values.yaml similarity index 82% rename from stable/handbrake/8.0.3/ix_values.yaml rename to stable/handbrake/8.0.4/ix_values.yaml index 498baf6030e..4276ed65f56 100644 --- a/stable/handbrake/8.0.3/ix_values.yaml +++ b/stable/handbrake/8.0.4/ix_values.yaml @@ -6,14 +6,14 @@ image: repository: ghcr.io/truecharts/handbrake - tag: v1.24.1@sha256:465f3116359c0b40497f0f2249cb1326047208d2aa70c0822df73e3d6e49eee7 + tag: v1.24.2@sha256:312ddf5ec046fd0ca3f84015b55c8b4cbe1d6e8340ffcaf244489592a3fc92da pullPolicy: IfNotPresent #All values here are set as the docker defaults. envTpl: # Permissions Settings USER_ID: "{{ .Values.env.PUID }}" - GROUP_ID: "{{ .Values.env.PGID }}" + ## # Most other defaults are set in questions.yaml # For other options please refer to the wiki, default_values.yaml or the common library chart diff --git a/stable/handbrake/8.0.3/questions.yaml b/stable/handbrake/8.0.4/questions.yaml similarity index 99% rename from stable/handbrake/8.0.3/questions.yaml rename to stable/handbrake/8.0.4/questions.yaml index 4e752f6dbe7..291059cffa5 100644 --- a/stable/handbrake/8.0.3/questions.yaml +++ b/stable/handbrake/8.0.4/questions.yaml @@ -166,24 +166,20 @@ questions: default: "Etc/UTC" $ref: - "definitions/timezone" - - variable: PUID - label: "PUID" - description: "Sets the PUID env var for LinuxServer.io (compatible) containers" - schema: - type: int - default: 568 - - variable: PGID - label: "PGID" - description: "Sets the PGID env var for LinuxServer.io (compatible) containers" - schema: - type: int - default: 568 - variable: UMASK label: "UMASK" description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" schema: type: string default: "002" + - variable: PUID + label: "PUID" + description: "Sets the PUID env var for LinuxServer.io (compatible) containers" + schema: + type: int + default: 568 + + - variable: gui label: "GUI Settings" description: "Always read description before changing a value here. Also refer to README" @@ -1055,6 +1051,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -1084,6 +1081,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -1112,6 +1110,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1398,6 +1402,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1414,13 +1429,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1431,22 +1446,13 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' - - - variable: scaleGPU - label: "GPU Configuration" - group: "Resources and Devices" - schema: - type: dict - $ref: - - "definitions/gpuConfiguration" - attrs: [] + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: deviceList label: "Mount USB devices" @@ -1489,8 +1495,12 @@ questions: type: string default: "/dev/ttyACM0" + + + + - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/handbrake/8.0.3/templates/common.yaml b/stable/handbrake/8.0.4/templates/common.yaml similarity index 100% rename from stable/handbrake/8.0.3/templates/common.yaml rename to stable/handbrake/8.0.4/templates/common.yaml diff --git a/stable/handbrake/8.0.3/test_values.yaml b/stable/handbrake/8.0.4/test_values.yaml similarity index 87% rename from stable/handbrake/8.0.3/test_values.yaml rename to stable/handbrake/8.0.4/test_values.yaml index bee710aaa37..826c27b471c 100644 --- a/stable/handbrake/8.0.3/test_values.yaml +++ b/stable/handbrake/8.0.4/test_values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/truecharts/handbrake - tag: v1.24.1@sha256:465f3116359c0b40497f0f2249cb1326047208d2aa70c0822df73e3d6e49eee7 + tag: v1.24.2@sha256:312ddf5ec046fd0ca3f84015b55c8b4cbe1d6e8340ffcaf244489592a3fc92da pullPolicy: IfNotPresent securityContext: @@ -29,12 +29,12 @@ service: envTpl: # Permissions Settings USER_ID: "{{ .Values.env.PUID }}" - GROUP_ID: "{{ .Values.env.PGID }}" + env: # Permissions Settings - PUID: "568" - PGID: "568" + PUID: 568 + # General Settings KEEP_APP_RUNNING: "0" CLEAN_TMP_DIR: "1" diff --git a/stable/handbrake/8.0.3/values.yaml b/stable/handbrake/8.0.4/values.yaml similarity index 100% rename from stable/handbrake/8.0.3/values.yaml rename to stable/handbrake/8.0.4/values.yaml diff --git a/stable/healthchecks/3.0.3/CHANGELOG.md b/stable/healthchecks/3.0.3/CHANGELOG.md deleted file mode 100644 index 0f911099a97..00000000000 --- a/stable/healthchecks/3.0.3/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [healthchecks-3.0.3](https://github.com/truecharts/apps/compare/healthchecks-3.0.2...healthchecks-3.0.3) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/healthchecks/3.0.3/Chart.lock b/stable/healthchecks/3.0.3/Chart.lock deleted file mode 100644 index b494f9ee9cb..00000000000 --- a/stable/healthchecks/3.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.0.13 -digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:09:45.374392614Z" diff --git a/stable/healthchecks/3.0.4/CHANGELOG.md b/stable/healthchecks/3.0.4/CHANGELOG.md new file mode 100644 index 00000000000..c9c73fea513 --- /dev/null +++ b/stable/healthchecks/3.0.4/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [healthchecks-3.0.4](https://github.com/truecharts/apps/compare/healthchecks-3.0.3...healthchecks-3.0.4) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/healthchecks/3.0.3/CONFIG.md b/stable/healthchecks/3.0.4/CONFIG.md similarity index 100% rename from stable/healthchecks/3.0.3/CONFIG.md rename to stable/healthchecks/3.0.4/CONFIG.md diff --git a/stable/healthchecks/3.0.4/Chart.lock b/stable/healthchecks/3.0.4/Chart.lock new file mode 100644 index 00000000000..12006a3cf14 --- /dev/null +++ b/stable/healthchecks/3.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.0.13 +digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe +generated: "2021-10-05T11:30:26.796399481Z" diff --git a/stable/healthchecks/3.0.3/Chart.yaml b/stable/healthchecks/3.0.4/Chart.yaml similarity index 87% rename from stable/healthchecks/3.0.3/Chart.yaml rename to stable/healthchecks/3.0.4/Chart.yaml index a48f28a44da..198d3493a81 100644 --- a/stable/healthchecks/3.0.3/Chart.yaml +++ b/stable/healthchecks/3.0.4/Chart.yaml @@ -7,7 +7,7 @@ dependencies: description: Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. -home: https://github.com/truechartsapps/tree/master/charts/incubator/healthchecks +home: https://github.com/truechartsapps/tree/master/charts/stable/healthchecks icon: https://avatars.githubusercontent.com/u/13053880?s=200&v=4 keywords: - cron @@ -22,4 +22,4 @@ name: healthchecks sources: - https://github.com/healthchecks/healthchecks - https://hub.docker.com/r/linuxserver/healthchecks -version: 3.0.3 +version: 3.0.4 diff --git a/stable/healthchecks/3.0.3/README.md b/stable/healthchecks/3.0.4/README.md similarity index 100% rename from stable/healthchecks/3.0.3/README.md rename to stable/healthchecks/3.0.4/README.md diff --git a/stable/healthchecks/3.0.3/app-readme.md b/stable/healthchecks/3.0.4/app-readme.md similarity index 100% rename from stable/healthchecks/3.0.3/app-readme.md rename to stable/healthchecks/3.0.4/app-readme.md diff --git a/stable/healthchecks/3.0.3/charts/common-8.0.13.tgz b/stable/healthchecks/3.0.4/charts/common-8.0.13.tgz similarity index 100% rename from stable/healthchecks/3.0.3/charts/common-8.0.13.tgz rename to stable/healthchecks/3.0.4/charts/common-8.0.13.tgz diff --git a/stable/healthchecks/3.0.3/helm-values.md b/stable/healthchecks/3.0.4/helm-values.md similarity index 94% rename from stable/healthchecks/3.0.3/helm-values.md rename to stable/healthchecks/3.0.4/helm-values.md index c4a50fb558a..2153842af89 100644 --- a/stable/healthchecks/3.0.3/helm-values.md +++ b/stable/healthchecks/3.0.4/helm-values.md @@ -20,7 +20,7 @@ You will, however, be able to use all values referenced in the common chart here | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/linuxserver/healthchecks"` | image repository | -| image.tag | string | `"version-v1.22.0@sha256:11b714fd49962069da7352d420e93800354e44cf00754bb3fafb4dbd03a6f716"` | image tag | +| image.tag | string | `"version-v1.22.0@sha256:0ffaef4f3074392c7230db72d147b3225dd0ece554b659b271b80ba09589f14d"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | persistence.config | object | `{"accessMode":"ReadWriteOnce","enabled":true,"mountpath":"/config","size":"100Gi","type":"pvc"}` | Volume used for configuration | | podSecurityContext.runAsGroup | int | `0` | | diff --git a/stable/healthchecks/3.0.3/ix_values.yaml b/stable/healthchecks/3.0.4/ix_values.yaml similarity index 83% rename from stable/healthchecks/3.0.3/ix_values.yaml rename to stable/healthchecks/3.0.4/ix_values.yaml index 85b3c4ad4bd..19744fee1ad 100644 --- a/stable/healthchecks/3.0.3/ix_values.yaml +++ b/stable/healthchecks/3.0.4/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/linuxserver/healthchecks pullPolicy: IfNotPresent - tag: version-v1.22.0@sha256:11b714fd49962069da7352d420e93800354e44cf00754bb3fafb4dbd03a6f716 + tag: version-v1.22.0@sha256:0ffaef4f3074392c7230db72d147b3225dd0ece554b659b271b80ba09589f14d ## # Most other defaults are set in questions.yaml diff --git a/stable/healthchecks/3.0.3/questions.yaml b/stable/healthchecks/3.0.4/questions.yaml similarity index 96% rename from stable/healthchecks/3.0.3/questions.yaml rename to stable/healthchecks/3.0.4/questions.yaml index ffdb2a18fc3..9c9e9ffe640 100644 --- a/stable/healthchecks/3.0.3/questions.yaml +++ b/stable/healthchecks/3.0.4/questions.yaml @@ -171,6 +171,7 @@ questions: schema: type: string default: "002" + - variable: REGENERATE_SETTINGS label: "REGENERATE_SETTINGS" description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" @@ -908,6 +909,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -937,6 +939,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -965,6 +968,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1251,6 +1260,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1267,13 +1287,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1284,16 +1304,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/healthchecks/3.0.3/templates/common.yaml b/stable/healthchecks/3.0.4/templates/common.yaml similarity index 100% rename from stable/healthchecks/3.0.3/templates/common.yaml rename to stable/healthchecks/3.0.4/templates/common.yaml diff --git a/stable/healthchecks/3.0.3/test_values.yaml b/stable/healthchecks/3.0.4/test_values.yaml similarity index 93% rename from stable/healthchecks/3.0.3/test_values.yaml rename to stable/healthchecks/3.0.4/test_values.yaml index 3f0fb770ad4..acb2db4735a 100644 --- a/stable/healthchecks/3.0.3/test_values.yaml +++ b/stable/healthchecks/3.0.4/test_values.yaml @@ -4,7 +4,7 @@ image: # -- image repository repository: ghcr.io/linuxserver/healthchecks # -- image tag - tag: version-v1.22.0@sha256:11b714fd49962069da7352d420e93800354e44cf00754bb3fafb4dbd03a6f716 + tag: version-v1.22.0@sha256:0ffaef4f3074392c7230db72d147b3225dd0ece554b659b271b80ba09589f14d # -- image pull policy pullPolicy: IfNotPresent diff --git a/stable/healthchecks/3.0.3/values.yaml b/stable/healthchecks/3.0.4/values.yaml similarity index 100% rename from stable/healthchecks/3.0.3/values.yaml rename to stable/healthchecks/3.0.4/values.yaml diff --git a/stable/heimdall/8.0.4/CHANGELOG.md b/stable/heimdall/8.0.4/CHANGELOG.md deleted file mode 100644 index 2fdf1dbaa3e..00000000000 --- a/stable/heimdall/8.0.4/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [heimdall-8.0.4](https://github.com/truecharts/apps/compare/heimdall-8.0.3...heimdall-8.0.4) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/heimdall/8.0.4/Chart.lock b/stable/heimdall/8.0.4/Chart.lock deleted file mode 100644 index 6eee3bde66d..00000000000 --- a/stable/heimdall/8.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.0.13 -digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:09:54.745720153Z" diff --git a/stable/heimdall/8.0.5/CHANGELOG.md b/stable/heimdall/8.0.5/CHANGELOG.md new file mode 100644 index 00000000000..7178ede8d00 --- /dev/null +++ b/stable/heimdall/8.0.5/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [heimdall-8.0.5](https://github.com/truecharts/apps/compare/heimdall-8.0.4...heimdall-8.0.5) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/heimdall/8.0.4/CONFIG.md b/stable/heimdall/8.0.5/CONFIG.md similarity index 100% rename from stable/heimdall/8.0.4/CONFIG.md rename to stable/heimdall/8.0.5/CONFIG.md diff --git a/stable/heimdall/8.0.5/Chart.lock b/stable/heimdall/8.0.5/Chart.lock new file mode 100644 index 00000000000..d9f1285dd9e --- /dev/null +++ b/stable/heimdall/8.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.0.13 +digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe +generated: "2021-10-05T11:30:39.586114189Z" diff --git a/stable/heimdall/8.0.4/Chart.yaml b/stable/heimdall/8.0.5/Chart.yaml similarity index 81% rename from stable/heimdall/8.0.4/Chart.yaml rename to stable/heimdall/8.0.5/Chart.yaml index 7f4b4ad8b0c..f924d125f4e 100644 --- a/stable/heimdall/8.0.4/Chart.yaml +++ b/stable/heimdall/8.0.5/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 8.0.13 deprecated: false description: An Application dashboard and launcher -home: https://github.com/truecharts/apps/tree/master/charts/incubator/heimdall +home: https://github.com/truecharts/apps/tree/master/charts/stable/heimdall icon: https://i.imgur.com/mM4tcO5.png keywords: - heimdall @@ -18,4 +18,4 @@ maintainers: name: heimdall sources: null type: application -version: 8.0.4 +version: 8.0.5 diff --git a/stable/heimdall/8.0.4/README.md b/stable/heimdall/8.0.5/README.md similarity index 100% rename from stable/heimdall/8.0.4/README.md rename to stable/heimdall/8.0.5/README.md diff --git a/stable/heimdall/8.0.4/app-readme.md b/stable/heimdall/8.0.5/app-readme.md similarity index 100% rename from stable/heimdall/8.0.4/app-readme.md rename to stable/heimdall/8.0.5/app-readme.md diff --git a/stable/heimdall/8.0.4/charts/common-8.0.13.tgz b/stable/heimdall/8.0.5/charts/common-8.0.13.tgz similarity index 100% rename from stable/heimdall/8.0.4/charts/common-8.0.13.tgz rename to stable/heimdall/8.0.5/charts/common-8.0.13.tgz diff --git a/stable/heimdall/8.0.4/helm-values.md b/stable/heimdall/8.0.5/helm-values.md similarity index 92% rename from stable/heimdall/8.0.4/helm-values.md rename to stable/heimdall/8.0.5/helm-values.md index 0581b67dba1..30b278a115d 100644 --- a/stable/heimdall/8.0.4/helm-values.md +++ b/stable/heimdall/8.0.5/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/linuxserver/heimdall"` | | -| image.tag | string | `"version-2.2.2@sha256:71c2d79a0c05666797f59c6bb323464f6c4618819a84691d250c536ab1d42c1c"` | | +| image.tag | string | `"version-2.2.2@sha256:362ba6d3034e7dba0d53ede9b6beb413fa588e91b92161a5ad434f723f9f52f1"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/stable/heimdall/8.0.4/ix_values.yaml b/stable/heimdall/8.0.5/ix_values.yaml similarity index 83% rename from stable/heimdall/8.0.4/ix_values.yaml rename to stable/heimdall/8.0.5/ix_values.yaml index 32a1980cd79..2ab1354e8cb 100644 --- a/stable/heimdall/8.0.4/ix_values.yaml +++ b/stable/heimdall/8.0.5/ix_values.yaml @@ -6,7 +6,7 @@ image: repository: ghcr.io/linuxserver/heimdall - tag: version-2.2.2@sha256:71c2d79a0c05666797f59c6bb323464f6c4618819a84691d250c536ab1d42c1c + tag: version-2.2.2@sha256:362ba6d3034e7dba0d53ede9b6beb413fa588e91b92161a5ad434f723f9f52f1 pullPolicy: IfNotPresent diff --git a/stable/lazylibrarian/8.0.4/questions.yaml b/stable/heimdall/8.0.5/questions.yaml similarity index 96% rename from stable/lazylibrarian/8.0.4/questions.yaml rename to stable/heimdall/8.0.5/questions.yaml index 365ae6fea5a..d8158a314de 100644 --- a/stable/lazylibrarian/8.0.4/questions.yaml +++ b/stable/heimdall/8.0.5/questions.yaml @@ -165,24 +165,20 @@ questions: default: "Etc/UTC" $ref: - "definitions/timezone" - - variable: PUID - label: "PUID" - description: "Sets the PUID env var for LinuxServer.io (compatible) containers" - schema: - type: int - default: 568 - - variable: PGID - label: "PGID" - description: "Sets the PGID env var for LinuxServer.io (compatible) containers" - schema: - type: int - default: 568 - variable: UMASK label: "UMASK" description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" schema: type: string default: "002" + - variable: PUID + label: "PUID" + description: "Sets the PUID env var for LinuxServer.io (compatible) containers" + schema: + type: int + default: 568 + + - variable: envList label: "Image environment" group: "Container Configuration" @@ -350,14 +346,14 @@ questions: description: "This port exposes the container port on the service" schema: type: int - default: 5299 + default: 80 editable: false hidden: true - variable: port label: "Container Port" schema: type: int - default: 5299 + default: 80 editable: true required: true - variable: nodePort @@ -555,18 +551,6 @@ questions: schema: type: dict attrs: - - variable: varrun - label: "varrun override for S6 Readonly Root" - schema: - type: dict - hidden: true - attrs: - - variable: enabled - label: "" - schema: - type: boolean - default: true - hidden: true - variable: config label: "App Config Storage" description: "Stores the Application Configuration." @@ -898,6 +882,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -927,6 +912,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -955,6 +941,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1183,7 +1175,7 @@ questions: label: "ReadOnly Root Filesystem" schema: type: boolean - default: true + default: false - variable: allowPrivilegeEscalation label: "Allow Privilege Escalation" schema: @@ -1240,6 +1232,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1256,13 +1259,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1273,16 +1276,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/heimdall/8.0.4/templates/common.yaml b/stable/heimdall/8.0.5/templates/common.yaml similarity index 100% rename from stable/heimdall/8.0.4/templates/common.yaml rename to stable/heimdall/8.0.5/templates/common.yaml diff --git a/stable/heimdall/8.0.4/test_values.yaml b/stable/heimdall/8.0.5/test_values.yaml similarity index 82% rename from stable/heimdall/8.0.4/test_values.yaml rename to stable/heimdall/8.0.5/test_values.yaml index f90e2c096f2..5b54e6ecbeb 100644 --- a/stable/heimdall/8.0.4/test_values.yaml +++ b/stable/heimdall/8.0.5/test_values.yaml @@ -2,7 +2,7 @@ image: repository: ghcr.io/linuxserver/heimdall - tag: version-2.2.2@sha256:71c2d79a0c05666797f59c6bb323464f6c4618819a84691d250c536ab1d42c1c + tag: version-2.2.2@sha256:362ba6d3034e7dba0d53ede9b6beb413fa588e91b92161a5ad434f723f9f52f1 pullPolicy: IfNotPresent securityContext: @@ -22,7 +22,7 @@ service: env: {} # TZ: # PUID: - # PGID: + probes: startup: diff --git a/stable/heimdall/8.0.4/values.yaml b/stable/heimdall/8.0.5/values.yaml similarity index 100% rename from stable/heimdall/8.0.4/values.yaml rename to stable/heimdall/8.0.5/values.yaml diff --git a/stable/jackett/8.0.5/CHANGELOG.md b/stable/jackett/8.0.5/CHANGELOG.md deleted file mode 100644 index fbda7fffcfc..00000000000 --- a/stable/jackett/8.0.5/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [jackett-8.0.5](https://github.com/truecharts/apps/compare/jackett-8.0.4...jackett-8.0.5) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/jackett/8.0.5/Chart.lock b/stable/jackett/8.0.5/Chart.lock deleted file mode 100644 index 2b2afe58829..00000000000 --- a/stable/jackett/8.0.5/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.0.13 -digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:10:22.152239187Z" diff --git a/stable/jackett/8.0.6/CHANGELOG.md b/stable/jackett/8.0.6/CHANGELOG.md new file mode 100644 index 00000000000..f50e3c771e2 --- /dev/null +++ b/stable/jackett/8.0.6/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [jackett-8.0.6](https://github.com/truecharts/apps/compare/jackett-8.0.5...jackett-8.0.6) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/jackett/8.0.5/CONFIG.md b/stable/jackett/8.0.6/CONFIG.md similarity index 100% rename from stable/jackett/8.0.5/CONFIG.md rename to stable/jackett/8.0.6/CONFIG.md diff --git a/stable/jackett/8.0.6/Chart.lock b/stable/jackett/8.0.6/Chart.lock new file mode 100644 index 00000000000..5a9b38cf777 --- /dev/null +++ b/stable/jackett/8.0.6/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.0.13 +digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe +generated: "2021-10-05T11:30:52.438494157Z" diff --git a/stable/jackett/8.0.5/Chart.yaml b/stable/jackett/8.0.6/Chart.yaml similarity index 94% rename from stable/jackett/8.0.5/Chart.yaml rename to stable/jackett/8.0.6/Chart.yaml index eb71e8826e6..9b28a22ebd5 100644 --- a/stable/jackett/8.0.5/Chart.yaml +++ b/stable/jackett/8.0.6/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.18.827" +appVersion: "0.18.899" dependencies: - name: common repository: https://truecharts.org @@ -24,4 +24,4 @@ name: jackett sources: - https://github.com/Jackett/Jackett type: application -version: 8.0.5 +version: 8.0.6 diff --git a/stable/jackett/8.0.5/README.md b/stable/jackett/8.0.6/README.md similarity index 100% rename from stable/jackett/8.0.5/README.md rename to stable/jackett/8.0.6/README.md diff --git a/stable/jackett/8.0.5/app-readme.md b/stable/jackett/8.0.6/app-readme.md similarity index 100% rename from stable/jackett/8.0.5/app-readme.md rename to stable/jackett/8.0.6/app-readme.md diff --git a/stable/jackett/8.0.5/charts/common-8.0.13.tgz b/stable/jackett/8.0.6/charts/common-8.0.13.tgz similarity index 100% rename from stable/jackett/8.0.5/charts/common-8.0.13.tgz rename to stable/jackett/8.0.6/charts/common-8.0.13.tgz diff --git a/stable/jackett/8.0.5/helm-values.md b/stable/jackett/8.0.6/helm-values.md similarity index 92% rename from stable/jackett/8.0.5/helm-values.md rename to stable/jackett/8.0.6/helm-values.md index bcaffbc3e13..9b8670b05fe 100644 --- a/stable/jackett/8.0.5/helm-values.md +++ b/stable/jackett/8.0.6/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | | -| image.tag | string | `"v0.18.827@sha256:32c33362d6ab455f1c608e6558ebcc3796d21d341d178a0559903cef2c6c18a4"` | | +| image.tag | string | `"v0.18.899@sha256:717f7178f396557f3684e0b78198758e0197fb4f456ed5ef8a82dd8bbcacfae6"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/stable/jackett/8.0.5/ix_values.yaml b/stable/jackett/8.0.6/ix_values.yaml similarity index 87% rename from stable/jackett/8.0.5/ix_values.yaml rename to stable/jackett/8.0.6/ix_values.yaml index 74ce7cadd4c..66d43a3dfab 100644 --- a/stable/jackett/8.0.5/ix_values.yaml +++ b/stable/jackett/8.0.6/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/k8s-at-home/jackett pullPolicy: IfNotPresent - tag: v0.18.827@sha256:32c33362d6ab455f1c608e6558ebcc3796d21d341d178a0559903cef2c6c18a4 + tag: v0.18.899@sha256:717f7178f396557f3684e0b78198758e0197fb4f456ed5ef8a82dd8bbcacfae6 probes: liveness: diff --git a/stable/jackett/8.0.5/questions.yaml b/stable/jackett/8.0.6/questions.yaml similarity index 96% rename from stable/jackett/8.0.5/questions.yaml rename to stable/jackett/8.0.6/questions.yaml index 8ae4807d9d2..e174652fad4 100644 --- a/stable/jackett/8.0.5/questions.yaml +++ b/stable/jackett/8.0.6/questions.yaml @@ -172,6 +172,7 @@ questions: schema: type: string default: "002" + - variable: envList label: "Image environment" group: "Container Configuration" @@ -912,6 +913,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -941,6 +943,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -969,6 +972,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1255,6 +1264,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1271,13 +1291,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1288,16 +1308,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/jackett/8.0.5/templates/common.yaml b/stable/jackett/8.0.6/templates/common.yaml similarity index 100% rename from stable/jackett/8.0.5/templates/common.yaml rename to stable/jackett/8.0.6/templates/common.yaml diff --git a/stable/jackett/8.0.5/test_values.yaml b/stable/jackett/8.0.6/test_values.yaml similarity index 83% rename from stable/jackett/8.0.5/test_values.yaml rename to stable/jackett/8.0.6/test_values.yaml index 615ae4732bf..d7cf08965a3 100644 --- a/stable/jackett/8.0.5/test_values.yaml +++ b/stable/jackett/8.0.6/test_values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/k8s-at-home/jackett pullPolicy: IfNotPresent - tag: v0.18.827@sha256:32c33362d6ab455f1c608e6558ebcc3796d21d341d178a0559903cef2c6c18a4 + tag: v0.18.899@sha256:717f7178f396557f3684e0b78198758e0197fb4f456ed5ef8a82dd8bbcacfae6 securityContext: readOnlyRootFilesystem: false @@ -28,7 +28,7 @@ probes: env: {} # TZ: UTC # PUID: 1001 - # PGID: 1001 + persistence: config: diff --git a/stable/jackett/8.0.5/values.yaml b/stable/jackett/8.0.6/values.yaml similarity index 100% rename from stable/jackett/8.0.5/values.yaml rename to stable/jackett/8.0.6/values.yaml diff --git a/stable/komga/3.0.4/CHANGELOG.md b/stable/komga/3.0.4/CHANGELOG.md deleted file mode 100644 index 3a008bbb12e..00000000000 --- a/stable/komga/3.0.4/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [komga-3.0.4](https://github.com/truecharts/apps/compare/komga-3.0.3...komga-3.0.4) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/komga/3.0.4/Chart.lock b/stable/komga/3.0.4/Chart.lock deleted file mode 100644 index 85a2760404a..00000000000 --- a/stable/komga/3.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.0.13 -digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:11:07.885815086Z" diff --git a/stable/komga/3.0.5/CHANGELOG.md b/stable/komga/3.0.5/CHANGELOG.md new file mode 100644 index 00000000000..9ae3ac25ac0 --- /dev/null +++ b/stable/komga/3.0.5/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [komga-3.0.5](https://github.com/truecharts/apps/compare/komga-3.0.4...komga-3.0.5) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/komga/3.0.4/CONFIG.md b/stable/komga/3.0.5/CONFIG.md similarity index 100% rename from stable/komga/3.0.4/CONFIG.md rename to stable/komga/3.0.5/CONFIG.md diff --git a/stable/komga/3.0.5/Chart.lock b/stable/komga/3.0.5/Chart.lock new file mode 100644 index 00000000000..dbb923e8e67 --- /dev/null +++ b/stable/komga/3.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.0.13 +digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe +generated: "2021-10-05T11:31:05.428967311Z" diff --git a/stable/komga/3.0.4/Chart.yaml b/stable/komga/3.0.5/Chart.yaml similarity index 80% rename from stable/komga/3.0.4/Chart.yaml rename to stable/komga/3.0.5/Chart.yaml index b9f6240b41a..c78a03733cc 100644 --- a/stable/komga/3.0.4/Chart.yaml +++ b/stable/komga/3.0.5/Chart.yaml @@ -1,11 +1,11 @@ apiVersion: v2 -appVersion: "0.130.0" +appVersion: "0.130.1" dependencies: - name: common repository: https://truecharts.org version: 8.0.13 description: A comics/mangas server to serve/stream pages via API -home: https://github.com/truechartsapps/tree/master/charts/incubator/komga +home: https://github.com/truechartsapps/tree/master/charts/stable/komga icon: https://komga.org/assets/media/logo.svg keywords: - komga @@ -21,4 +21,4 @@ name: komga sources: - https://komga.org/ - https://github.com/gotson/komga -version: 3.0.4 +version: 3.0.5 diff --git a/stable/komga/3.0.4/README.md b/stable/komga/3.0.5/README.md similarity index 100% rename from stable/komga/3.0.4/README.md rename to stable/komga/3.0.5/README.md diff --git a/stable/komga/3.0.4/app-readme.md b/stable/komga/3.0.5/app-readme.md similarity index 100% rename from stable/komga/3.0.4/app-readme.md rename to stable/komga/3.0.5/app-readme.md diff --git a/stable/komga/3.0.4/charts/common-8.0.13.tgz b/stable/komga/3.0.5/charts/common-8.0.13.tgz similarity index 100% rename from stable/komga/3.0.4/charts/common-8.0.13.tgz rename to stable/komga/3.0.5/charts/common-8.0.13.tgz diff --git a/stable/komga/3.0.4/helm-values.md b/stable/komga/3.0.5/helm-values.md similarity index 91% rename from stable/komga/3.0.4/helm-values.md rename to stable/komga/3.0.5/helm-values.md index 17f6a426cc7..b655d2bb950 100644 --- a/stable/komga/3.0.4/helm-values.md +++ b/stable/komga/3.0.5/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | See below | environment variables. See more environment variables in the [komga documentation](https://komga.org/installation/configuration.html#optional-configuration). | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/truecharts/komga"` | image repository | -| image.tag | string | `"v0.130.0@sha256:98447ce3b1bc244aed902e1944493f9929aefc9dabc0b4020aceae74b83bfd82"` | image tag | +| image.tag | string | `"v0.130.1@sha256:181e5d1eec8a004eb2cf845d0adc216bf6439561040f370c059063bf9c2152b2"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | service | object | See values.yaml | Configures service settings for the chart. | diff --git a/stable/komga/3.0.4/ix_values.yaml b/stable/komga/3.0.5/ix_values.yaml similarity index 84% rename from stable/komga/3.0.4/ix_values.yaml rename to stable/komga/3.0.5/ix_values.yaml index d320a1cd833..582b7ed2767 100644 --- a/stable/komga/3.0.4/ix_values.yaml +++ b/stable/komga/3.0.5/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/komga pullPolicy: IfNotPresent - tag: v0.130.0@sha256:98447ce3b1bc244aed902e1944493f9929aefc9dabc0b4020aceae74b83bfd82 + tag: v0.130.1@sha256:181e5d1eec8a004eb2cf845d0adc216bf6439561040f370c059063bf9c2152b2 ## # Most other defaults are set in questions.yaml diff --git a/stable/komga/3.0.4/questions.yaml b/stable/komga/3.0.5/questions.yaml similarity index 96% rename from stable/komga/3.0.4/questions.yaml rename to stable/komga/3.0.5/questions.yaml index 2f9e803ddee..49367da759f 100644 --- a/stable/komga/3.0.4/questions.yaml +++ b/stable/komga/3.0.5/questions.yaml @@ -171,6 +171,7 @@ questions: schema: type: string default: "002" + - variable: envList label: "Image environment" group: "Container Configuration" @@ -983,6 +984,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -1012,6 +1014,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -1040,6 +1043,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1326,6 +1335,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1342,13 +1362,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1359,16 +1379,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/komga/3.0.4/templates/common.yaml b/stable/komga/3.0.5/templates/common.yaml similarity index 100% rename from stable/komga/3.0.4/templates/common.yaml rename to stable/komga/3.0.5/templates/common.yaml diff --git a/stable/komga/3.0.4/test_values.yaml b/stable/komga/3.0.5/test_values.yaml similarity index 91% rename from stable/komga/3.0.4/test_values.yaml rename to stable/komga/3.0.5/test_values.yaml index 8b6e8be5534..5b38604eced 100644 --- a/stable/komga/3.0.4/test_values.yaml +++ b/stable/komga/3.0.5/test_values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/truecharts/komga # -- image tag - tag: v0.130.0@sha256:98447ce3b1bc244aed902e1944493f9929aefc9dabc0b4020aceae74b83bfd82 + tag: v0.130.1@sha256:181e5d1eec8a004eb2cf845d0adc216bf6439561040f370c059063bf9c2152b2 # -- image pull policy pullPolicy: IfNotPresent diff --git a/stable/komga/3.0.4/values.yaml b/stable/komga/3.0.5/values.yaml similarity index 100% rename from stable/komga/3.0.4/values.yaml rename to stable/komga/3.0.5/values.yaml diff --git a/stable/lazylibrarian/8.0.4/CHANGELOG.md b/stable/lazylibrarian/8.0.4/CHANGELOG.md deleted file mode 100644 index c98c8d77db7..00000000000 --- a/stable/lazylibrarian/8.0.4/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [lazylibrarian-8.0.4](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.3...lazylibrarian-8.0.4) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/lazylibrarian/8.0.4/Chart.lock b/stable/lazylibrarian/8.0.4/Chart.lock deleted file mode 100644 index 069d0edf3f0..00000000000 --- a/stable/lazylibrarian/8.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.0.13 -digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:11:17.03491134Z" diff --git a/stable/lazylibrarian/8.0.5/CHANGELOG.md b/stable/lazylibrarian/8.0.5/CHANGELOG.md new file mode 100644 index 00000000000..e6593df97f4 --- /dev/null +++ b/stable/lazylibrarian/8.0.5/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [lazylibrarian-8.0.5](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.4...lazylibrarian-8.0.5) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/lazylibrarian/8.0.4/CONFIG.md b/stable/lazylibrarian/8.0.5/CONFIG.md similarity index 100% rename from stable/lazylibrarian/8.0.4/CONFIG.md rename to stable/lazylibrarian/8.0.5/CONFIG.md diff --git a/stable/lazylibrarian/8.0.5/Chart.lock b/stable/lazylibrarian/8.0.5/Chart.lock new file mode 100644 index 00000000000..75bc497655d --- /dev/null +++ b/stable/lazylibrarian/8.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.0.13 +digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe +generated: "2021-10-05T11:31:18.467012504Z" diff --git a/stable/lazylibrarian/8.0.4/Chart.yaml b/stable/lazylibrarian/8.0.5/Chart.yaml similarity index 85% rename from stable/lazylibrarian/8.0.4/Chart.yaml rename to stable/lazylibrarian/8.0.5/Chart.yaml index 2186359cf15..ccfc9845dec 100644 --- a/stable/lazylibrarian/8.0.4/Chart.yaml +++ b/stable/lazylibrarian/8.0.5/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 8.0.13 deprecated: false description: Get all your books, like series with Sonarr... -home: https://github.com/truecharts/apps/tree/master/charts/incubator/lazylibrarian +home: https://github.com/truecharts/apps/tree/master/charts/stable/lazylibrarian icon: https://lazylibrarian.gitlab.io/logo.svg keywords: - lazylibrarian @@ -24,4 +24,4 @@ sources: - https://gitlab.com/LazyLibrarian/LazyLibrarian.git - https://lazylibrarian.gitlab.io type: application -version: 8.0.4 +version: 8.0.5 diff --git a/stable/lazylibrarian/8.0.4/README.md b/stable/lazylibrarian/8.0.5/README.md similarity index 100% rename from stable/lazylibrarian/8.0.4/README.md rename to stable/lazylibrarian/8.0.5/README.md diff --git a/stable/lazylibrarian/8.0.4/app-readme.md b/stable/lazylibrarian/8.0.5/app-readme.md similarity index 100% rename from stable/lazylibrarian/8.0.4/app-readme.md rename to stable/lazylibrarian/8.0.5/app-readme.md diff --git a/stable/lazylibrarian/8.0.4/charts/common-8.0.13.tgz b/stable/lazylibrarian/8.0.5/charts/common-8.0.13.tgz similarity index 100% rename from stable/lazylibrarian/8.0.4/charts/common-8.0.13.tgz rename to stable/lazylibrarian/8.0.5/charts/common-8.0.13.tgz diff --git a/stable/lazylibrarian/8.0.4/helm-values.md b/stable/lazylibrarian/8.0.5/helm-values.md similarity index 92% rename from stable/lazylibrarian/8.0.4/helm-values.md rename to stable/lazylibrarian/8.0.5/helm-values.md index 42e43c67e5b..c40a2df0ade 100644 --- a/stable/lazylibrarian/8.0.4/helm-values.md +++ b/stable/lazylibrarian/8.0.5/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/linuxserver/lazylibrarian"` | | -| image.tag | string | `"latest@sha256:0b09d330d023fe3f36ff1383b0e55b1f06936af0957004193457c97e40fbd5ca"` | | +| image.tag | string | `"latest@sha256:2b0991e1274880fb23fe14c6c56a46bde0bb4b207693c7f64af50da852f64760"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/stable/lazylibrarian/8.0.4/ix_values.yaml b/stable/lazylibrarian/8.0.5/ix_values.yaml similarity index 85% rename from stable/lazylibrarian/8.0.4/ix_values.yaml rename to stable/lazylibrarian/8.0.5/ix_values.yaml index c15d2d802a4..fe5aad1ac6e 100644 --- a/stable/lazylibrarian/8.0.4/ix_values.yaml +++ b/stable/lazylibrarian/8.0.5/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/linuxserver/lazylibrarian pullPolicy: IfNotPresent - tag: latest@sha256:0b09d330d023fe3f36ff1383b0e55b1f06936af0957004193457c97e40fbd5ca + tag: latest@sha256:2b0991e1274880fb23fe14c6c56a46bde0bb4b207693c7f64af50da852f64760 ## diff --git a/stable/heimdall/8.0.4/questions.yaml b/stable/lazylibrarian/8.0.5/questions.yaml similarity index 95% rename from stable/heimdall/8.0.4/questions.yaml rename to stable/lazylibrarian/8.0.5/questions.yaml index 8da39234773..4742e7021e9 100644 --- a/stable/heimdall/8.0.4/questions.yaml +++ b/stable/lazylibrarian/8.0.5/questions.yaml @@ -165,24 +165,20 @@ questions: default: "Etc/UTC" $ref: - "definitions/timezone" - - variable: PUID - label: "PUID" - description: "Sets the PUID env var for LinuxServer.io (compatible) containers" - schema: - type: int - default: 568 - - variable: PGID - label: "PGID" - description: "Sets the PGID env var for LinuxServer.io (compatible) containers" - schema: - type: int - default: 568 - variable: UMASK label: "UMASK" description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" schema: type: string default: "002" + - variable: PUID + label: "PUID" + description: "Sets the PUID env var for LinuxServer.io (compatible) containers" + schema: + type: int + default: 568 + + - variable: envList label: "Image environment" group: "Container Configuration" @@ -350,14 +346,14 @@ questions: description: "This port exposes the container port on the service" schema: type: int - default: 80 + default: 5299 editable: false hidden: true - variable: port label: "Container Port" schema: type: int - default: 80 + default: 5299 editable: true required: true - variable: nodePort @@ -555,6 +551,18 @@ questions: schema: type: dict attrs: + - variable: varrun + label: "varrun override for S6 Readonly Root" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "" + schema: + type: boolean + default: true + hidden: true - variable: config label: "App Config Storage" description: "Stores the Application Configuration." @@ -886,6 +894,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -915,6 +924,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -943,6 +953,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1171,7 +1187,7 @@ questions: label: "ReadOnly Root Filesystem" schema: type: boolean - default: false + default: true - variable: allowPrivilegeEscalation label: "Allow Privilege Escalation" schema: @@ -1228,6 +1244,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1244,13 +1271,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1261,16 +1288,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/lazylibrarian/8.0.4/templates/common.yaml b/stable/lazylibrarian/8.0.5/templates/common.yaml similarity index 100% rename from stable/lazylibrarian/8.0.4/templates/common.yaml rename to stable/lazylibrarian/8.0.5/templates/common.yaml diff --git a/stable/lazylibrarian/8.0.4/test_values.yaml b/stable/lazylibrarian/8.0.5/test_values.yaml similarity index 82% rename from stable/lazylibrarian/8.0.4/test_values.yaml rename to stable/lazylibrarian/8.0.5/test_values.yaml index a8f90f0a5f8..5ef129a6529 100644 --- a/stable/lazylibrarian/8.0.4/test_values.yaml +++ b/stable/lazylibrarian/8.0.5/test_values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/linuxserver/lazylibrarian pullPolicy: IfNotPresent - tag: latest@sha256:0b09d330d023fe3f36ff1383b0e55b1f06936af0957004193457c97e40fbd5ca + tag: latest@sha256:2b0991e1274880fb23fe14c6c56a46bde0bb4b207693c7f64af50da852f64760 securityContext: runAsNonRoot: false @@ -21,7 +21,7 @@ service: env: {} # TZ: UTC # PUID: 1001 - # PGID: 1001 + persistence: config: diff --git a/stable/lazylibrarian/8.0.4/values.yaml b/stable/lazylibrarian/8.0.5/values.yaml similarity index 100% rename from stable/lazylibrarian/8.0.4/values.yaml rename to stable/lazylibrarian/8.0.5/values.yaml diff --git a/stable/librespeed/3.0.4/CHANGELOG.md b/stable/librespeed/3.0.4/CHANGELOG.md deleted file mode 100644 index e2ae217804e..00000000000 --- a/stable/librespeed/3.0.4/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [librespeed-3.0.4](https://github.com/truecharts/apps/compare/librespeed-3.0.3...librespeed-3.0.4) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/librespeed/3.0.4/Chart.lock b/stable/librespeed/3.0.4/Chart.lock deleted file mode 100644 index ed5a9b645f3..00000000000 --- a/stable/librespeed/3.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.0.13 -digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:11:26.499753033Z" diff --git a/stable/librespeed/3.0.5/CHANGELOG.md b/stable/librespeed/3.0.5/CHANGELOG.md new file mode 100644 index 00000000000..693f19532ed --- /dev/null +++ b/stable/librespeed/3.0.5/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [librespeed-3.0.5](https://github.com/truecharts/apps/compare/librespeed-3.0.4...librespeed-3.0.5) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/librespeed/3.0.4/CONFIG.md b/stable/librespeed/3.0.5/CONFIG.md similarity index 100% rename from stable/librespeed/3.0.4/CONFIG.md rename to stable/librespeed/3.0.5/CONFIG.md diff --git a/stable/librespeed/3.0.5/Chart.lock b/stable/librespeed/3.0.5/Chart.lock new file mode 100644 index 00000000000..933e1cac14b --- /dev/null +++ b/stable/librespeed/3.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.0.13 +digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe +generated: "2021-10-05T11:31:31.443461545Z" diff --git a/stable/librespeed/3.0.4/Chart.yaml b/stable/librespeed/3.0.5/Chart.yaml similarity index 86% rename from stable/librespeed/3.0.4/Chart.yaml rename to stable/librespeed/3.0.5/Chart.yaml index 37f5045115a..91493e930ae 100644 --- a/stable/librespeed/3.0.4/Chart.yaml +++ b/stable/librespeed/3.0.5/Chart.yaml @@ -5,7 +5,7 @@ dependencies: repository: https://truecharts.org version: 8.0.13 description: Librespeed is a HTML5 webpage to test upload and download speeds -home: https://github.com/truechartsapps/tree/master/charts/incubator/librespeed +home: https://github.com/truechartsapps/tree/master/charts/stable/librespeed icon: https://github.com/librespeed/speedtest/blob/master/.logo/icon_huge.png?raw=true keywords: - librespeed @@ -20,4 +20,4 @@ sources: - https://github.com/librespeed/speedtest - https://hub.docker.com/r/linuxserver/librespeed - https://github.com/truechartsapps/tree/master/charts/librespeed -version: 3.0.4 +version: 3.0.5 diff --git a/stable/librespeed/3.0.4/README.md b/stable/librespeed/3.0.5/README.md similarity index 100% rename from stable/librespeed/3.0.4/README.md rename to stable/librespeed/3.0.5/README.md diff --git a/stable/librespeed/3.0.4/app-readme.md b/stable/librespeed/3.0.5/app-readme.md similarity index 100% rename from stable/librespeed/3.0.4/app-readme.md rename to stable/librespeed/3.0.5/app-readme.md diff --git a/stable/librespeed/3.0.4/charts/common-8.0.13.tgz b/stable/librespeed/3.0.5/charts/common-8.0.13.tgz similarity index 100% rename from stable/librespeed/3.0.4/charts/common-8.0.13.tgz rename to stable/librespeed/3.0.5/charts/common-8.0.13.tgz diff --git a/stable/librespeed/3.0.4/ci/ct-values.yaml b/stable/librespeed/3.0.5/ci/ct-values.yaml similarity index 100% rename from stable/librespeed/3.0.4/ci/ct-values.yaml rename to stable/librespeed/3.0.5/ci/ct-values.yaml diff --git a/stable/librespeed/3.0.4/helm-values.md b/stable/librespeed/3.0.5/helm-values.md similarity index 83% rename from stable/librespeed/3.0.4/helm-values.md rename to stable/librespeed/3.0.5/helm-values.md index f642f41063e..958e77367a0 100644 --- a/stable/librespeed/3.0.4/helm-values.md +++ b/stable/librespeed/3.0.5/helm-values.md @@ -12,12 +12,11 @@ You will, however, be able to use all values referenced in the common chart here | Key | Type | Default | Description | |-----|------|---------|-------------| | env | object | See below | environment variables. See [image docs](https://hub.docker.com/r/linuxserver/librespeed) for more details. | -| env.PGID | string | `"1001"` | Specify the group ID the application will run as | -| env.PUID | string | `"1001"` | Specify the user ID the application will run as | +| env.PUID | int | `568` | Specify the user ID the application will run as | | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/linuxserver/librespeed"` | image repository | -| image.tag | string | `"version-5.2.4@sha256:0cad6d1ca86ea4632c38fbd41aa8248cd73986cf7f46b697ac0b717c47b6915a"` | image tag | +| image.tag | string | `"version-5.2.4@sha256:6f37fe8e386f47092c31469534cf88c3517bcdcb93354d86d44e4dc668b1595f"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | diff --git a/stable/librespeed/3.0.4/ix_values.yaml b/stable/librespeed/3.0.5/ix_values.yaml similarity index 83% rename from stable/librespeed/3.0.4/ix_values.yaml rename to stable/librespeed/3.0.5/ix_values.yaml index a89e32480ca..c0e5a71da3f 100644 --- a/stable/librespeed/3.0.4/ix_values.yaml +++ b/stable/librespeed/3.0.5/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/linuxserver/librespeed pullPolicy: IfNotPresent - tag: version-5.2.4@sha256:0cad6d1ca86ea4632c38fbd41aa8248cd73986cf7f46b697ac0b717c47b6915a + tag: version-5.2.4@sha256:6f37fe8e386f47092c31469534cf88c3517bcdcb93354d86d44e4dc668b1595f ## # Most other defaults are set in questions.yaml diff --git a/stable/librespeed/3.0.4/questions.yaml b/stable/librespeed/3.0.5/questions.yaml similarity index 96% rename from stable/librespeed/3.0.4/questions.yaml rename to stable/librespeed/3.0.5/questions.yaml index efab2fb7e8f..d4f9cf4a4e2 100644 --- a/stable/librespeed/3.0.4/questions.yaml +++ b/stable/librespeed/3.0.5/questions.yaml @@ -165,24 +165,20 @@ questions: default: "Etc/UTC" $ref: - "definitions/timezone" - - variable: PUID - label: "PUID" - description: "Sets the userID inside the container" - schema: - type: string - default: "568" - - variable: PGID - label: "PGID" - description: "Sets the GroupID inside the container" - schema: - type: string - default: "568" - variable: UMASK label: "UMASK" description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" schema: type: string default: "002" + - variable: PUID + label: "PUID" + description: "Sets the userID inside the container" + schema: + type: string + default: "568" + + - variable: envList label: "Image environment" group: "Container Configuration" @@ -885,6 +881,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -914,6 +911,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -942,6 +940,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1228,6 +1232,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1244,13 +1259,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1261,16 +1276,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/librespeed/3.0.4/templates/common.yaml b/stable/librespeed/3.0.5/templates/common.yaml similarity index 100% rename from stable/librespeed/3.0.4/templates/common.yaml rename to stable/librespeed/3.0.5/templates/common.yaml diff --git a/stable/librespeed/3.0.4/test_values.yaml b/stable/librespeed/3.0.5/test_values.yaml similarity index 86% rename from stable/librespeed/3.0.4/test_values.yaml rename to stable/librespeed/3.0.5/test_values.yaml index 77901fba679..dd95ed5929c 100644 --- a/stable/librespeed/3.0.4/test_values.yaml +++ b/stable/librespeed/3.0.5/test_values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/linuxserver/librespeed # -- image tag - tag: version-5.2.4@sha256:0cad6d1ca86ea4632c38fbd41aa8248cd73986cf7f46b697ac0b717c47b6915a + tag: version-5.2.4@sha256:6f37fe8e386f47092c31469534cf88c3517bcdcb93354d86d44e4dc668b1595f # -- image pull policy pullPolicy: IfNotPresent @@ -27,9 +27,9 @@ env: # -- Set the container timezone TZ: UTC # -- Specify the user ID the application will run as - PUID: "1001" - # -- Specify the group ID the application will run as - PGID: "1001" + PUID: 568 + + # PASSWORD: # CUSTOM_RESULTS: # DB_TYPE: diff --git a/stable/librespeed/3.0.4/values.yaml b/stable/librespeed/3.0.5/values.yaml similarity index 100% rename from stable/librespeed/3.0.4/values.yaml rename to stable/librespeed/3.0.5/values.yaml diff --git a/stable/littlelink/3.0.3/CHANGELOG.md b/stable/littlelink/3.0.3/CHANGELOG.md deleted file mode 100644 index d9d3c72a0ff..00000000000 --- a/stable/littlelink/3.0.3/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [littlelink-3.0.3](https://github.com/truecharts/apps/compare/littlelink-3.0.2...littlelink-3.0.3) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/littlelink/3.0.3/Chart.lock b/stable/littlelink/3.0.3/Chart.lock deleted file mode 100644 index b948d1a3b7b..00000000000 --- a/stable/littlelink/3.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.0.13 -digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:11:45.076610018Z" diff --git a/stable/littlelink/3.0.4/CHANGELOG.md b/stable/littlelink/3.0.4/CHANGELOG.md new file mode 100644 index 00000000000..d5495f9bdd1 --- /dev/null +++ b/stable/littlelink/3.0.4/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [littlelink-3.0.4](https://github.com/truecharts/apps/compare/littlelink-3.0.3...littlelink-3.0.4) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/littlelink/3.0.3/CONFIG.md b/stable/littlelink/3.0.4/CONFIG.md similarity index 100% rename from stable/littlelink/3.0.3/CONFIG.md rename to stable/littlelink/3.0.4/CONFIG.md diff --git a/stable/littlelink/3.0.4/Chart.lock b/stable/littlelink/3.0.4/Chart.lock new file mode 100644 index 00000000000..6f1a00d75e1 --- /dev/null +++ b/stable/littlelink/3.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.0.13 +digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe +generated: "2021-10-05T11:31:44.308438484Z" diff --git a/stable/littlelink/3.0.3/Chart.yaml b/stable/littlelink/3.0.4/Chart.yaml similarity index 97% rename from stable/littlelink/3.0.3/Chart.yaml rename to stable/littlelink/3.0.4/Chart.yaml index e3792733c4a..be0bffa0190 100644 --- a/stable/littlelink/3.0.3/Chart.yaml +++ b/stable/littlelink/3.0.4/Chart.yaml @@ -23,4 +23,4 @@ sources: - https://github.com/techno-tim/littlelink-server - https://github.com/sethcottle/littlelink type: application -version: 3.0.3 +version: 3.0.4 diff --git a/stable/littlelink/3.0.3/README.md b/stable/littlelink/3.0.4/README.md similarity index 100% rename from stable/littlelink/3.0.3/README.md rename to stable/littlelink/3.0.4/README.md diff --git a/stable/littlelink/3.0.3/app-readme.md b/stable/littlelink/3.0.4/app-readme.md similarity index 100% rename from stable/littlelink/3.0.3/app-readme.md rename to stable/littlelink/3.0.4/app-readme.md diff --git a/stable/littlelink/3.0.3/charts/common-8.0.13.tgz b/stable/littlelink/3.0.4/charts/common-8.0.13.tgz similarity index 100% rename from stable/littlelink/3.0.3/charts/common-8.0.13.tgz rename to stable/littlelink/3.0.4/charts/common-8.0.13.tgz diff --git a/stable/littlelink/3.0.3/helm-values.md b/stable/littlelink/3.0.4/helm-values.md similarity index 95% rename from stable/littlelink/3.0.3/helm-values.md rename to stable/littlelink/3.0.4/helm-values.md index 8837109dd64..dcce2c9c8ca 100644 --- a/stable/littlelink/3.0.3/helm-values.md +++ b/stable/littlelink/3.0.4/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | envFrom[0].configMapRef.name | string | `"littlelinkconfig"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/techno-tim/littlelink-server"` | | -| image.tag | string | `"latest@sha256:10dafadbf081fe014799f028024ccb4da2ba566d0413c3d6ebce6fc051a9f3f3"` | | +| image.tag | string | `"latest@sha256:9bc590d0ba1d62ceacb66ffdd13999004aa3e66e86bd364be1b8fede7ef94729"` | | | littlelink.avatar_2x_url | string | `"https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_400x400.jpg"` | | | littlelink.avatar_alt | string | `"techno tim profile pic"` | | | littlelink.avatar_url | string | `"https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg"` | | diff --git a/stable/littlelink/3.0.3/ix_values.yaml b/stable/littlelink/3.0.4/ix_values.yaml similarity index 86% rename from stable/littlelink/3.0.3/ix_values.yaml rename to stable/littlelink/3.0.4/ix_values.yaml index 1256e6fc357..8b136814c42 100644 --- a/stable/littlelink/3.0.3/ix_values.yaml +++ b/stable/littlelink/3.0.4/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/techno-tim/littlelink-server pullPolicy: IfNotPresent - tag: latest@sha256:10dafadbf081fe014799f028024ccb4da2ba566d0413c3d6ebce6fc051a9f3f3 + tag: latest@sha256:9bc590d0ba1d62ceacb66ffdd13999004aa3e66e86bd364be1b8fede7ef94729 envFrom: - configMapRef: diff --git a/stable/littlelink/3.0.3/questions.yaml b/stable/littlelink/3.0.4/questions.yaml similarity index 96% rename from stable/littlelink/3.0.3/questions.yaml rename to stable/littlelink/3.0.4/questions.yaml index de57d54fdfc..a70da8769e3 100644 --- a/stable/littlelink/3.0.3/questions.yaml +++ b/stable/littlelink/3.0.4/questions.yaml @@ -171,6 +171,7 @@ questions: schema: type: string default: "002" + - variable: envList label: "Image environment" group: "Container Configuration" @@ -959,6 +960,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -988,6 +990,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -1016,6 +1019,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1300,6 +1309,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1316,13 +1336,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1333,16 +1353,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/littlelink/3.0.3/templates/_configmap.tpl b/stable/littlelink/3.0.4/templates/_configmap.tpl similarity index 100% rename from stable/littlelink/3.0.3/templates/_configmap.tpl rename to stable/littlelink/3.0.4/templates/_configmap.tpl diff --git a/stable/littlelink/3.0.3/templates/common.yaml b/stable/littlelink/3.0.4/templates/common.yaml similarity index 100% rename from stable/littlelink/3.0.3/templates/common.yaml rename to stable/littlelink/3.0.4/templates/common.yaml diff --git a/stable/littlelink/3.0.3/test_values.yaml b/stable/littlelink/3.0.4/test_values.yaml similarity index 93% rename from stable/littlelink/3.0.3/test_values.yaml rename to stable/littlelink/3.0.4/test_values.yaml index 1f3e3f069a2..0d110ccb5bb 100644 --- a/stable/littlelink/3.0.3/test_values.yaml +++ b/stable/littlelink/3.0.4/test_values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/techno-tim/littlelink-server pullPolicy: IfNotPresent - tag: latest@sha256:10dafadbf081fe014799f028024ccb4da2ba566d0413c3d6ebce6fc051a9f3f3 + tag: latest@sha256:9bc590d0ba1d62ceacb66ffdd13999004aa3e66e86bd364be1b8fede7ef94729 service: main: diff --git a/stable/littlelink/3.0.3/values.yaml b/stable/littlelink/3.0.4/values.yaml similarity index 100% rename from stable/littlelink/3.0.3/values.yaml rename to stable/littlelink/3.0.4/values.yaml diff --git a/stable/nextcloud/6.0.10/CHANGELOG.md b/stable/nextcloud/6.0.10/CHANGELOG.md deleted file mode 100644 index 08cd804f90b..00000000000 --- a/stable/nextcloud/6.0.10/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [nextcloud-6.0.10](https://github.com/truecharts/apps/compare/nextcloud-6.0.9...nextcloud-6.0.10) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/nextcloud/6.0.11/CHANGELOG.md b/stable/nextcloud/6.0.11/CHANGELOG.md new file mode 100644 index 00000000000..7c1591d8e36 --- /dev/null +++ b/stable/nextcloud/6.0.11/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [nextcloud-6.0.11](https://github.com/truecharts/apps/compare/nextcloud-6.0.10...nextcloud-6.0.11) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/nextcloud/6.0.10/CONFIG.md b/stable/nextcloud/6.0.11/CONFIG.md similarity index 100% rename from stable/nextcloud/6.0.10/CONFIG.md rename to stable/nextcloud/6.0.11/CONFIG.md diff --git a/stable/authelia/4.0.10/Chart.lock b/stable/nextcloud/6.0.11/Chart.lock similarity index 87% rename from stable/authelia/4.0.10/Chart.lock rename to stable/nextcloud/6.0.11/Chart.lock index d7c87b742bd..0f2754cd7fe 100644 --- a/stable/authelia/4.0.10/Chart.lock +++ b/stable/nextcloud/6.0.11/Chart.lock @@ -9,4 +9,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 15.4.0 digest: sha256:cea033c466dff1a87b40274a7fc809220e6502125dfad0f9b840459b5818c3db -generated: "2021-09-29T16:05:36.359572448Z" +generated: "2021-10-05T11:32:00.096933506Z" diff --git a/stable/nextcloud/6.0.10/Chart.yaml b/stable/nextcloud/6.0.11/Chart.yaml similarity index 95% rename from stable/nextcloud/6.0.10/Chart.yaml rename to stable/nextcloud/6.0.11/Chart.yaml index e631cadb5b9..6db450ce5bb 100644 --- a/stable/nextcloud/6.0.10/Chart.yaml +++ b/stable/nextcloud/6.0.11/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "22.1.1" +appVersion: "22.2.0" dependencies: - name: common repository: https://truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 6.0.10 +version: 6.0.11 diff --git a/stable/nextcloud/6.0.10/README.md b/stable/nextcloud/6.0.11/README.md similarity index 100% rename from stable/nextcloud/6.0.10/README.md rename to stable/nextcloud/6.0.11/README.md diff --git a/stable/nextcloud/6.0.10/app-readme.md b/stable/nextcloud/6.0.11/app-readme.md similarity index 100% rename from stable/nextcloud/6.0.10/app-readme.md rename to stable/nextcloud/6.0.11/app-readme.md diff --git a/stable/nextcloud/6.0.10/charts/common-8.0.13.tgz b/stable/nextcloud/6.0.11/charts/common-8.0.13.tgz similarity index 100% rename from stable/nextcloud/6.0.10/charts/common-8.0.13.tgz rename to stable/nextcloud/6.0.11/charts/common-8.0.13.tgz diff --git a/stable/nextcloud/6.0.10/charts/postgresql-3.0.4.tgz b/stable/nextcloud/6.0.11/charts/postgresql-3.0.4.tgz similarity index 100% rename from stable/nextcloud/6.0.10/charts/postgresql-3.0.4.tgz rename to stable/nextcloud/6.0.11/charts/postgresql-3.0.4.tgz diff --git a/stable/nextcloud/6.0.10/charts/redis-15.4.0.tgz b/stable/nextcloud/6.0.11/charts/redis-15.4.0.tgz similarity index 100% rename from stable/nextcloud/6.0.10/charts/redis-15.4.0.tgz rename to stable/nextcloud/6.0.11/charts/redis-15.4.0.tgz diff --git a/stable/nextcloud/6.0.10/helm-values.md b/stable/nextcloud/6.0.11/helm-values.md similarity index 95% rename from stable/nextcloud/6.0.10/helm-values.md rename to stable/nextcloud/6.0.11/helm-values.md index 2e243b2702c..da04e8068b6 100644 --- a/stable/nextcloud/6.0.10/helm-values.md +++ b/stable/nextcloud/6.0.11/helm-values.md @@ -31,7 +31,7 @@ You will, however, be able to use all values referenced in the common chart here | envValueFrom.REDIS_HOST_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"docker.io/nextcloud"` | | -| image.tag | string | `"22.1.1@sha256:470fddc9e4b5c09acaced5cac601f75113261c14cc8e62cc3e015b41afe06ff0"` | | +| image.tag | string | `"22.2.0@sha256:295c5c72307c00fbd41fb446a085c65c5f1b302948f52304481d2ac4255912b9"` | | | initContainers.init-postgresdb.command[0] | string | `"sh"` | | | initContainers.init-postgresdb.command[1] | string | `"-c"` | | | initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U nextcloud -h ${pghost} ; do sleep 2 ; done"` | | @@ -60,7 +60,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"nextcloud"` | | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | | postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | | probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) | | probes.liveness | object | See below | Liveness probe configuration | | probes.liveness.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | diff --git a/stable/nextcloud/6.0.10/ix_values.yaml b/stable/nextcloud/6.0.11/ix_values.yaml similarity index 95% rename from stable/nextcloud/6.0.10/ix_values.yaml rename to stable/nextcloud/6.0.11/ix_values.yaml index 4208980ae79..1cf2b6f874d 100644 --- a/stable/nextcloud/6.0.10/ix_values.yaml +++ b/stable/nextcloud/6.0.11/ix_values.yaml @@ -7,12 +7,12 @@ image: repository: docker.io/nextcloud pullPolicy: IfNotPresent - tag: 22.1.1@sha256:470fddc9e4b5c09acaced5cac601f75113261c14cc8e62cc3e015b41afe06ff0 + tag: 22.2.0@sha256:295c5c72307c00fbd41fb446a085c65c5f1b302948f52304481d2ac4255912b9 postgresqlImage: repository: bitnami/postgresql pullPolicy: IfNotPresent - tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36 + tag: 13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a strategy: type: Recreate diff --git a/stable/nextcloud/6.0.10/questions.yaml b/stable/nextcloud/6.0.11/questions.yaml similarity index 96% rename from stable/nextcloud/6.0.10/questions.yaml rename to stable/nextcloud/6.0.11/questions.yaml index bacd7c8a3d6..d9fbc12f48c 100644 --- a/stable/nextcloud/6.0.10/questions.yaml +++ b/stable/nextcloud/6.0.11/questions.yaml @@ -172,6 +172,7 @@ questions: schema: type: string default: "002" + - variable: NEXTCLOUD_ADMIN_USER label: "NEXTCLOUD_ADMIN_USER" description: "Sets nextcloud admin username" @@ -810,6 +811,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -839,6 +841,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -867,6 +870,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1153,6 +1162,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1169,13 +1189,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1186,16 +1206,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/nextcloud/6.0.10/templates/_configmap.tpl b/stable/nextcloud/6.0.11/templates/_configmap.tpl similarity index 100% rename from stable/nextcloud/6.0.10/templates/_configmap.tpl rename to stable/nextcloud/6.0.11/templates/_configmap.tpl diff --git a/stable/nextcloud/6.0.10/templates/_cronjob.tpl b/stable/nextcloud/6.0.11/templates/_cronjob.tpl similarity index 100% rename from stable/nextcloud/6.0.10/templates/_cronjob.tpl rename to stable/nextcloud/6.0.11/templates/_cronjob.tpl diff --git a/stable/nextcloud/6.0.10/templates/_secrets.tpl b/stable/nextcloud/6.0.11/templates/_secrets.tpl similarity index 100% rename from stable/nextcloud/6.0.10/templates/_secrets.tpl rename to stable/nextcloud/6.0.11/templates/_secrets.tpl diff --git a/stable/nextcloud/6.0.10/templates/common.yaml b/stable/nextcloud/6.0.11/templates/common.yaml similarity index 100% rename from stable/nextcloud/6.0.10/templates/common.yaml rename to stable/nextcloud/6.0.11/templates/common.yaml diff --git a/stable/nextcloud/6.0.10/test_values.yaml b/stable/nextcloud/6.0.11/test_values.yaml similarity index 96% rename from stable/nextcloud/6.0.10/test_values.yaml rename to stable/nextcloud/6.0.11/test_values.yaml index 07bcb1b91a0..5eb2a77d98a 100644 --- a/stable/nextcloud/6.0.10/test_values.yaml +++ b/stable/nextcloud/6.0.11/test_values.yaml @@ -3,7 +3,7 @@ image: repository: docker.io/nextcloud pullPolicy: IfNotPresent - tag: 22.1.1@sha256:470fddc9e4b5c09acaced5cac601f75113261c14cc8e62cc3e015b41afe06ff0 + tag: 22.2.0@sha256:295c5c72307c00fbd41fb446a085c65c5f1b302948f52304481d2ac4255912b9 securityContext: readOnlyRootFilesystem: false @@ -17,7 +17,7 @@ podSecurityContext: postgresqlImage: repository: bitnami/postgresql pullPolicy: IfNotPresent - tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36 + tag: 13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a service: main: ports: diff --git a/stable/nextcloud/6.0.10/values.yaml b/stable/nextcloud/6.0.11/values.yaml similarity index 100% rename from stable/nextcloud/6.0.10/values.yaml rename to stable/nextcloud/6.0.11/values.yaml diff --git a/stable/nzbhydra/8.0.5/CHANGELOG.md b/stable/nzbhydra/8.0.5/CHANGELOG.md deleted file mode 100644 index 12521208f24..00000000000 --- a/stable/nzbhydra/8.0.5/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [nzbhydra-8.0.5](https://github.com/truecharts/apps/compare/nzbhydra-8.0.4...nzbhydra-8.0.5) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/nzbhydra/8.0.5/Chart.lock b/stable/nzbhydra/8.0.5/Chart.lock deleted file mode 100644 index 6b23a014234..00000000000 --- a/stable/nzbhydra/8.0.5/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.0.13 -digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:13:26.616410302Z" diff --git a/stable/nzbhydra/8.0.6/CHANGELOG.md b/stable/nzbhydra/8.0.6/CHANGELOG.md new file mode 100644 index 00000000000..ecd2847c342 --- /dev/null +++ b/stable/nzbhydra/8.0.6/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [nzbhydra-8.0.6](https://github.com/truecharts/apps/compare/nzbhydra-8.0.5...nzbhydra-8.0.6) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/nzbhydra/8.0.5/CONFIG.md b/stable/nzbhydra/8.0.6/CONFIG.md similarity index 100% rename from stable/nzbhydra/8.0.5/CONFIG.md rename to stable/nzbhydra/8.0.6/CONFIG.md diff --git a/stable/nzbhydra/8.0.6/Chart.lock b/stable/nzbhydra/8.0.6/Chart.lock new file mode 100644 index 00000000000..cb78b1b6929 --- /dev/null +++ b/stable/nzbhydra/8.0.6/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.0.13 +digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe +generated: "2021-10-05T11:32:22.970291933Z" diff --git a/stable/nzbhydra/8.0.5/Chart.yaml b/stable/nzbhydra/8.0.6/Chart.yaml similarity index 78% rename from stable/nzbhydra/8.0.5/Chart.yaml rename to stable/nzbhydra/8.0.6/Chart.yaml index c056fa42efc..0ee8b479256 100644 --- a/stable/nzbhydra/8.0.5/Chart.yaml +++ b/stable/nzbhydra/8.0.6/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v2 -appVersion: "3.16.2" +appVersion: "3.17.0" dependencies: - name: common repository: https://truecharts.org version: 8.0.13 deprecated: true description: Usenet meta search -home: https://github.com/truecharts/apps/tree/master/charts/incubator/nzbhydra +home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbhydra icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png keywords: - nzbhydra @@ -17,4 +17,4 @@ name: nzbhydra sources: - https://github.com/theotherp/nzbhydra2 type: application -version: 8.0.5 +version: 8.0.6 diff --git a/stable/nzbhydra/8.0.5/README.md b/stable/nzbhydra/8.0.6/README.md similarity index 100% rename from stable/nzbhydra/8.0.5/README.md rename to stable/nzbhydra/8.0.6/README.md diff --git a/stable/nzbhydra/8.0.5/app-readme.md b/stable/nzbhydra/8.0.6/app-readme.md similarity index 100% rename from stable/nzbhydra/8.0.5/app-readme.md rename to stable/nzbhydra/8.0.6/app-readme.md diff --git a/stable/nzbhydra/8.0.5/charts/common-8.0.13.tgz b/stable/nzbhydra/8.0.6/charts/common-8.0.13.tgz similarity index 100% rename from stable/nzbhydra/8.0.5/charts/common-8.0.13.tgz rename to stable/nzbhydra/8.0.6/charts/common-8.0.13.tgz diff --git a/stable/nzbhydra/8.0.5/helm-values.md b/stable/nzbhydra/8.0.6/helm-values.md similarity index 95% rename from stable/nzbhydra/8.0.5/helm-values.md rename to stable/nzbhydra/8.0.6/helm-values.md index 750031d1b17..9ea6f2e5814 100644 --- a/stable/nzbhydra/8.0.5/helm-values.md +++ b/stable/nzbhydra/8.0.6/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/nzbhydra2"` | | -| image.tag | string | `"v3.16.2@sha256:9882ef4be719ab4bbd774f0e77aabba178e523f6bd961ec5389137920cda18b0"` | | +| image.tag | string | `"v3.17.0@sha256:fed0dd54c480c595c36877b241ea996797a1bac5ef03877e8bede40cd18533b5"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/stable/nzbhydra/8.0.5/ix_values.yaml b/stable/nzbhydra/8.0.6/ix_values.yaml similarity index 93% rename from stable/nzbhydra/8.0.5/ix_values.yaml rename to stable/nzbhydra/8.0.6/ix_values.yaml index b09d14d237b..dfca9b71f6c 100644 --- a/stable/nzbhydra/8.0.5/ix_values.yaml +++ b/stable/nzbhydra/8.0.6/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/k8s-at-home/nzbhydra2 pullPolicy: IfNotPresent - tag: v3.16.2@sha256:9882ef4be719ab4bbd774f0e77aabba178e523f6bd961ec5389137920cda18b0 + tag: v3.17.0@sha256:fed0dd54c480c595c36877b241ea996797a1bac5ef03877e8bede40cd18533b5 probes: liveness: diff --git a/stable/nzbhydra/8.0.5/questions.yaml b/stable/nzbhydra/8.0.6/questions.yaml similarity index 96% rename from stable/nzbhydra/8.0.5/questions.yaml rename to stable/nzbhydra/8.0.6/questions.yaml index d9f593fde8b..322b33a7eda 100644 --- a/stable/nzbhydra/8.0.5/questions.yaml +++ b/stable/nzbhydra/8.0.6/questions.yaml @@ -171,6 +171,7 @@ questions: schema: type: string default: "002" + - variable: envList label: "Image environment" group: "Container Configuration" @@ -874,6 +875,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -903,6 +905,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -931,6 +934,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1217,6 +1226,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1233,13 +1253,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1250,16 +1270,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/nzbhydra/8.0.5/templates/common.yaml b/stable/nzbhydra/8.0.6/templates/common.yaml similarity index 100% rename from stable/nzbhydra/8.0.5/templates/common.yaml rename to stable/nzbhydra/8.0.6/templates/common.yaml diff --git a/stable/nzbhydra/8.0.5/test_values.yaml b/stable/nzbhydra/8.0.6/test_values.yaml similarity index 91% rename from stable/nzbhydra/8.0.5/test_values.yaml rename to stable/nzbhydra/8.0.6/test_values.yaml index d2ef487b7c8..1acd857fa99 100644 --- a/stable/nzbhydra/8.0.5/test_values.yaml +++ b/stable/nzbhydra/8.0.6/test_values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/k8s-at-home/nzbhydra2 pullPolicy: IfNotPresent - tag: v3.16.2@sha256:9882ef4be719ab4bbd774f0e77aabba178e523f6bd961ec5389137920cda18b0 + tag: v3.17.0@sha256:fed0dd54c480c595c36877b241ea996797a1bac5ef03877e8bede40cd18533b5 securityContext: readOnlyRootFilesystem: false @@ -17,7 +17,7 @@ service: env: {} # TZ: UTC # PUID: 1001 - # PGID: 1001 + probes: liveness: diff --git a/stable/nzbhydra/8.0.5/values.yaml b/stable/nzbhydra/8.0.6/values.yaml similarity index 100% rename from stable/nzbhydra/8.0.5/values.yaml rename to stable/nzbhydra/8.0.6/values.yaml diff --git a/stable/omada-controller/3.0.4/CHANGELOG.md b/stable/omada-controller/3.0.4/CHANGELOG.md deleted file mode 100644 index 02790929b81..00000000000 --- a/stable/omada-controller/3.0.4/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [omada-controller-3.0.4](https://github.com/truecharts/apps/compare/omada-controller-3.0.3...omada-controller-3.0.4) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/omada-controller/3.0.4/Chart.lock b/stable/omada-controller/3.0.4/Chart.lock deleted file mode 100644 index 026e8118e67..00000000000 --- a/stable/omada-controller/3.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.0.13 -digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:13:45.447337642Z" diff --git a/stable/omada-controller/3.0.5/CHANGELOG.md b/stable/omada-controller/3.0.5/CHANGELOG.md new file mode 100644 index 00000000000..c5ca1924e49 --- /dev/null +++ b/stable/omada-controller/3.0.5/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [omada-controller-3.0.5](https://github.com/truecharts/apps/compare/omada-controller-3.0.4...omada-controller-3.0.5) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/omada-controller/3.0.4/CONFIG.md b/stable/omada-controller/3.0.5/CONFIG.md similarity index 100% rename from stable/omada-controller/3.0.4/CONFIG.md rename to stable/omada-controller/3.0.5/CONFIG.md diff --git a/stable/omada-controller/3.0.5/Chart.lock b/stable/omada-controller/3.0.5/Chart.lock new file mode 100644 index 00000000000..4a87c37c7b0 --- /dev/null +++ b/stable/omada-controller/3.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.0.13 +digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe +generated: "2021-10-05T11:32:36.533409919Z" diff --git a/stable/omada-controller/3.0.4/Chart.yaml b/stable/omada-controller/3.0.5/Chart.yaml similarity index 86% rename from stable/omada-controller/3.0.4/Chart.yaml rename to stable/omada-controller/3.0.5/Chart.yaml index 04d5995d8ae..61a0615499a 100644 --- a/stable/omada-controller/3.0.4/Chart.yaml +++ b/stable/omada-controller/3.0.5/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 8.0.13 description: Omada enables the network administrators to monitor and manage all the Omada products in the network with a centralized management platform. -home: https://github.com/truechartsapps/tree/master/charts/incubator/omada-controller +home: https://github.com/truechartsapps/tree/master/charts/stable/omada-controller icon: https://www.tp-link.com/assets/images/icon/logo-white.svg keywords: - omada-controller @@ -19,4 +19,4 @@ name: omada-controller sources: - https://github.com/mbentley/docker-omada-controller - https://github.com/truechartsapps/tree/master/charts/omada-controller -version: 3.0.4 +version: 3.0.5 diff --git a/stable/omada-controller/3.0.4/README.md b/stable/omada-controller/3.0.5/README.md similarity index 100% rename from stable/omada-controller/3.0.4/README.md rename to stable/omada-controller/3.0.5/README.md diff --git a/stable/omada-controller/3.0.4/app-readme.md b/stable/omada-controller/3.0.5/app-readme.md similarity index 100% rename from stable/omada-controller/3.0.4/app-readme.md rename to stable/omada-controller/3.0.5/app-readme.md diff --git a/stable/omada-controller/3.0.4/charts/common-8.0.13.tgz b/stable/omada-controller/3.0.5/charts/common-8.0.13.tgz similarity index 100% rename from stable/omada-controller/3.0.4/charts/common-8.0.13.tgz rename to stable/omada-controller/3.0.5/charts/common-8.0.13.tgz diff --git a/stable/omada-controller/3.0.4/helm-values.md b/stable/omada-controller/3.0.5/helm-values.md similarity index 92% rename from stable/omada-controller/3.0.4/helm-values.md rename to stable/omada-controller/3.0.5/helm-values.md index d70df5b5424..c933b444018 100644 --- a/stable/omada-controller/3.0.4/helm-values.md +++ b/stable/omada-controller/3.0.5/helm-values.md @@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"docker.io/mbentley/omada-controller"` | image repository | -| image.tag | string | `"4.4@sha256:4af661728fde7cf87e83e8d1c9a49c924e1bde892b7af077e2b385447e9f2120"` | image tag | +| image.tag | string | `"4.4@sha256:6d918d637a83c18e12e884d50615b7c8785631e88b3894d30d5e1eb4449e592d"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | diff --git a/stable/omada-controller/3.0.4/ix_values.yaml b/stable/omada-controller/3.0.5/ix_values.yaml similarity index 85% rename from stable/omada-controller/3.0.4/ix_values.yaml rename to stable/omada-controller/3.0.5/ix_values.yaml index 5c5e0c15197..faefd74f605 100644 --- a/stable/omada-controller/3.0.4/ix_values.yaml +++ b/stable/omada-controller/3.0.5/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: docker.io/mbentley/omada-controller pullPolicy: IfNotPresent - tag: 4.4@sha256:4af661728fde7cf87e83e8d1c9a49c924e1bde892b7af077e2b385447e9f2120 + tag: 4.4@sha256:6d918d637a83c18e12e884d50615b7c8785631e88b3894d30d5e1eb4449e592d ## # Most other defaults are set in questions.yaml diff --git a/stable/omada-controller/3.0.4/questions.yaml b/stable/omada-controller/3.0.5/questions.yaml similarity index 96% rename from stable/omada-controller/3.0.4/questions.yaml rename to stable/omada-controller/3.0.5/questions.yaml index 500b0bb4570..269c396d992 100644 --- a/stable/omada-controller/3.0.4/questions.yaml +++ b/stable/omada-controller/3.0.5/questions.yaml @@ -171,6 +171,7 @@ questions: schema: type: string default: "002" + - variable: envList label: "Image environment" group: "Container Configuration" @@ -873,6 +874,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -902,6 +904,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -930,6 +933,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1216,6 +1225,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1232,13 +1252,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1249,16 +1269,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/omada-controller/3.0.4/templates/common.yaml b/stable/omada-controller/3.0.5/templates/common.yaml similarity index 100% rename from stable/omada-controller/3.0.4/templates/common.yaml rename to stable/omada-controller/3.0.5/templates/common.yaml diff --git a/stable/omada-controller/3.0.4/test_values.yaml b/stable/omada-controller/3.0.5/test_values.yaml similarity index 92% rename from stable/omada-controller/3.0.4/test_values.yaml rename to stable/omada-controller/3.0.5/test_values.yaml index 6b3901b9df0..8a9b8cbb431 100644 --- a/stable/omada-controller/3.0.4/test_values.yaml +++ b/stable/omada-controller/3.0.5/test_values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: docker.io/mbentley/omada-controller # -- image tag - tag: 4.4@sha256:4af661728fde7cf87e83e8d1c9a49c924e1bde892b7af077e2b385447e9f2120 + tag: 4.4@sha256:6d918d637a83c18e12e884d50615b7c8785631e88b3894d30d5e1eb4449e592d # -- image pull policy pullPolicy: IfNotPresent diff --git a/stable/omada-controller/3.0.4/values.yaml b/stable/omada-controller/3.0.5/values.yaml similarity index 100% rename from stable/omada-controller/3.0.4/values.yaml rename to stable/omada-controller/3.0.5/values.yaml diff --git a/stable/pihole/3.0.3/CHANGELOG.md b/stable/pihole/3.0.3/CHANGELOG.md deleted file mode 100644 index 7c24a8221b6..00000000000 --- a/stable/pihole/3.0.3/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [pihole-3.0.3](https://github.com/truecharts/apps/compare/pihole-3.0.2...pihole-3.0.3) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/pihole/3.0.3/Chart.lock b/stable/pihole/3.0.3/Chart.lock deleted file mode 100644 index 396b026dd98..00000000000 --- a/stable/pihole/3.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.0.13 -digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:15:37.243632354Z" diff --git a/stable/pihole/3.0.4/CHANGELOG.md b/stable/pihole/3.0.4/CHANGELOG.md new file mode 100644 index 00000000000..cc0926d8f1e --- /dev/null +++ b/stable/pihole/3.0.4/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [pihole-3.0.4](https://github.com/truecharts/apps/compare/pihole-3.0.3...pihole-3.0.4) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/pihole/3.0.3/CONFIG.md b/stable/pihole/3.0.4/CONFIG.md similarity index 100% rename from stable/pihole/3.0.3/CONFIG.md rename to stable/pihole/3.0.4/CONFIG.md diff --git a/stable/pihole/3.0.4/Chart.lock b/stable/pihole/3.0.4/Chart.lock new file mode 100644 index 00000000000..a0a29a2f304 --- /dev/null +++ b/stable/pihole/3.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.0.13 +digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe +generated: "2021-10-05T11:32:49.984196197Z" diff --git a/stable/pihole/3.0.3/Chart.yaml b/stable/pihole/3.0.4/Chart.yaml similarity index 94% rename from stable/pihole/3.0.3/Chart.yaml rename to stable/pihole/3.0.4/Chart.yaml index 4d102feb97b..39c5b06bf23 100644 --- a/stable/pihole/3.0.3/Chart.yaml +++ b/stable/pihole/3.0.4/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2021.09" +appVersion: "2021.10" dependencies: - name: common repository: https://truecharts.org @@ -21,4 +21,4 @@ sources: - https://github.com/pi-hole - https://github.com/pi-hole/docker-pi-hole type: application -version: 3.0.3 +version: 3.0.4 diff --git a/stable/pihole/3.0.3/README.md b/stable/pihole/3.0.4/README.md similarity index 100% rename from stable/pihole/3.0.3/README.md rename to stable/pihole/3.0.4/README.md diff --git a/stable/pihole/3.0.3/app-readme.md b/stable/pihole/3.0.4/app-readme.md similarity index 100% rename from stable/pihole/3.0.3/app-readme.md rename to stable/pihole/3.0.4/app-readme.md diff --git a/stable/pihole/3.0.3/charts/common-8.0.13.tgz b/stable/pihole/3.0.4/charts/common-8.0.13.tgz similarity index 100% rename from stable/pihole/3.0.3/charts/common-8.0.13.tgz rename to stable/pihole/3.0.4/charts/common-8.0.13.tgz diff --git a/stable/pihole/3.0.3/helm-values.md b/stable/pihole/3.0.4/helm-values.md similarity index 92% rename from stable/pihole/3.0.3/helm-values.md rename to stable/pihole/3.0.4/helm-values.md index 7a6734db19b..472481c2048 100644 --- a/stable/pihole/3.0.3/helm-values.md +++ b/stable/pihole/3.0.4/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | envFrom[0].configMapRef.name | string | `"pihole-env"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/truecharts/pihole"` | | -| image.tag | string | `"v2021.09@sha256:e043ab188da4c36abb11d70d82bbfb394ef5054abff21dafbaf54bc21861bd1e"` | | +| image.tag | string | `"v2021.10@sha256:764fce3e7a7925588be2ee976e7eeae3f09e504520fe1ff1579b666c6eb15226"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/etc/pihole"` | | @@ -30,6 +30,7 @@ You will, however, be able to use all values referenced in the common chart here | pihole.WEBPASSWORD | string | `"somepassword"` | | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | +| securityContext.allowPrivilegeEscalation | bool | `true` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | | service.dns-tcp.enabled | bool | `true` | | diff --git a/stable/pihole/3.0.3/ix_values.yaml b/stable/pihole/3.0.4/ix_values.yaml similarity index 85% rename from stable/pihole/3.0.3/ix_values.yaml rename to stable/pihole/3.0.4/ix_values.yaml index 30d1119f39b..5b38ddda7fc 100644 --- a/stable/pihole/3.0.3/ix_values.yaml +++ b/stable/pihole/3.0.4/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/pihole pullPolicy: IfNotPresent - tag: v2021.09@sha256:e043ab188da4c36abb11d70d82bbfb394ef5054abff21dafbaf54bc21861bd1e + tag: v2021.10@sha256:764fce3e7a7925588be2ee976e7eeae3f09e504520fe1ff1579b666c6eb15226 envFrom: - configMapRef: diff --git a/stable/pihole/3.0.3/questions.yaml b/stable/pihole/3.0.4/questions.yaml similarity index 97% rename from stable/pihole/3.0.3/questions.yaml rename to stable/pihole/3.0.4/questions.yaml index 00a91f7a469..bbffce3e662 100644 --- a/stable/pihole/3.0.3/questions.yaml +++ b/stable/pihole/3.0.4/questions.yaml @@ -182,6 +182,7 @@ questions: type: string default: "002" + - variable: envList label: "Image environment" group: "Container Configuration" @@ -1288,6 +1289,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -1317,6 +1319,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -1345,6 +1348,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1579,7 +1588,7 @@ questions: label: "Allow Privilege Escalation" schema: type: boolean - default: false + default: true - variable: runAsNonRoot label: "runAsNonRoot" schema: @@ -1631,6 +1640,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1647,13 +1667,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1664,16 +1684,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/pihole/3.0.3/templates/_configmap.tpl b/stable/pihole/3.0.4/templates/_configmap.tpl similarity index 100% rename from stable/pihole/3.0.3/templates/_configmap.tpl rename to stable/pihole/3.0.4/templates/_configmap.tpl diff --git a/stable/pihole/3.0.3/templates/common.yaml b/stable/pihole/3.0.4/templates/common.yaml similarity index 100% rename from stable/pihole/3.0.3/templates/common.yaml rename to stable/pihole/3.0.4/templates/common.yaml diff --git a/stable/pihole/3.0.3/test_values.yaml b/stable/pihole/3.0.4/test_values.yaml similarity index 87% rename from stable/pihole/3.0.3/test_values.yaml rename to stable/pihole/3.0.4/test_values.yaml index 9ef5e5511ee..1191cba8132 100644 --- a/stable/pihole/3.0.3/test_values.yaml +++ b/stable/pihole/3.0.4/test_values.yaml @@ -3,11 +3,12 @@ image: repository: ghcr.io/truecharts/pihole pullPolicy: IfNotPresent - tag: v2021.09@sha256:e043ab188da4c36abb11d70d82bbfb394ef5054abff21dafbaf54bc21861bd1e + tag: v2021.10@sha256:764fce3e7a7925588be2ee976e7eeae3f09e504520fe1ff1579b666c6eb15226 securityContext: readOnlyRootFilesystem: false runAsNonRoot: false + allowPrivilegeEscalation: true podSecurityContext: runAsUser: 0 diff --git a/stable/pihole/3.0.3/values.yaml b/stable/pihole/3.0.4/values.yaml similarity index 100% rename from stable/pihole/3.0.3/values.yaml rename to stable/pihole/3.0.4/values.yaml diff --git a/stable/postgresql/3.0.7/CHANGELOG.md b/stable/postgresql/3.0.7/CHANGELOG.md deleted file mode 100644 index edc38b94143..00000000000 --- a/stable/postgresql/3.0.7/CHANGELOG.md +++ /dev/null @@ -1,4 +0,0 @@ - - -### [postgresql-3.0.7](https://github.com/truecharts/apps/compare/postgresql-3.0.6...postgresql-3.0.7) (2021-10-05) - diff --git a/stable/postgresql/3.0.8/CHANGELOG.md b/stable/postgresql/3.0.8/CHANGELOG.md new file mode 100644 index 00000000000..e89d545c365 --- /dev/null +++ b/stable/postgresql/3.0.8/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [postgresql-3.0.8](https://github.com/truecharts/apps/compare/postgresql-3.0.7...postgresql-3.0.8) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/postgresql/3.0.7/CONFIG.md b/stable/postgresql/3.0.8/CONFIG.md similarity index 100% rename from stable/postgresql/3.0.7/CONFIG.md rename to stable/postgresql/3.0.8/CONFIG.md diff --git a/stable/postgresql/3.0.7/Chart.lock b/stable/postgresql/3.0.8/Chart.lock similarity index 78% rename from stable/postgresql/3.0.7/Chart.lock rename to stable/postgresql/3.0.8/Chart.lock index 992e5c10977..842da0a96a3 100644 --- a/stable/postgresql/3.0.7/Chart.lock +++ b/stable/postgresql/3.0.8/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.2.2 digest: sha256:f6a5238049ab6ad23f6a78c95f09040de216674c846d3c35dddab95ab09406ef -generated: "2021-10-05T09:59:40.00872575Z" +generated: "2021-10-05T11:33:03.520886166Z" diff --git a/stable/postgresql/3.0.7/Chart.yaml b/stable/postgresql/3.0.8/Chart.yaml similarity index 97% rename from stable/postgresql/3.0.7/Chart.yaml rename to stable/postgresql/3.0.8/Chart.yaml index 2385eab7c4a..2a5d046913c 100644 --- a/stable/postgresql/3.0.7/Chart.yaml +++ b/stable/postgresql/3.0.8/Chart.yaml @@ -25,4 +25,4 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 3.0.7 +version: 3.0.8 diff --git a/stable/postgresql/3.0.7/README.md b/stable/postgresql/3.0.8/README.md similarity index 100% rename from stable/postgresql/3.0.7/README.md rename to stable/postgresql/3.0.8/README.md diff --git a/stable/postgresql/3.0.7/app-readme.md b/stable/postgresql/3.0.8/app-readme.md similarity index 100% rename from stable/postgresql/3.0.7/app-readme.md rename to stable/postgresql/3.0.8/app-readme.md diff --git a/stable/postgresql/3.0.7/charts/common-8.2.2.tgz b/stable/postgresql/3.0.8/charts/common-8.2.2.tgz similarity index 100% rename from stable/postgresql/3.0.7/charts/common-8.2.2.tgz rename to stable/postgresql/3.0.8/charts/common-8.2.2.tgz diff --git a/stable/postgresql/3.0.7/helm-values.md b/stable/postgresql/3.0.8/helm-values.md similarity index 97% rename from stable/postgresql/3.0.7/helm-values.md rename to stable/postgresql/3.0.8/helm-values.md index 4bb82adc744..bbe3581c609 100644 --- a/stable/postgresql/3.0.7/helm-values.md +++ b/stable/postgresql/3.0.8/helm-values.md @@ -19,7 +19,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 | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | | +| image.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | | initContainers.migrate-db.command[0] | string | `"/bin/sh"` | | | initContainers.migrate-db.command[1] | string | `"-cx"` | | | initContainers.migrate-db.command[2] | string | `"echo 'trying to migrate old db to new location...'\nmkdir -p /bitnami/postgresql/data\nmv -f /bitnami/postgresql/old/* /bitnami/postgresql/data/ || true\nchown -R {{ .Values.podSecurityContext.runAsUser }}:{{ .Values.podSecurityContext.fsGroup }} /bitnami/postgresql/data\nchmod 775 /bitnami/postgresql/data\n"` | | diff --git a/stable/postgresql/3.0.7/ix_values.yaml b/stable/postgresql/3.0.8/ix_values.yaml similarity index 95% rename from stable/postgresql/3.0.7/ix_values.yaml rename to stable/postgresql/3.0.8/ix_values.yaml index 3ad3c3f123a..f8d290f535b 100644 --- a/stable/postgresql/3.0.7/ix_values.yaml +++ b/stable/postgresql/3.0.8/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: bitnami/postgresql pullPolicy: IfNotPresent - tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36 + tag: 13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a initContainers: diff --git a/stable/postgresql/3.0.7/questions.yaml b/stable/postgresql/3.0.8/questions.yaml similarity index 100% rename from stable/postgresql/3.0.7/questions.yaml rename to stable/postgresql/3.0.8/questions.yaml diff --git a/stable/postgresql/3.0.7/templates/backup-postgres-config.yaml b/stable/postgresql/3.0.8/templates/backup-postgres-config.yaml similarity index 100% rename from stable/postgresql/3.0.7/templates/backup-postgres-config.yaml rename to stable/postgresql/3.0.8/templates/backup-postgres-config.yaml diff --git a/stable/postgresql/3.0.7/templates/common.yaml b/stable/postgresql/3.0.8/templates/common.yaml similarity index 100% rename from stable/postgresql/3.0.7/templates/common.yaml rename to stable/postgresql/3.0.8/templates/common.yaml diff --git a/stable/postgresql/3.0.7/templates/secret.yaml b/stable/postgresql/3.0.8/templates/secret.yaml similarity index 100% rename from stable/postgresql/3.0.7/templates/secret.yaml rename to stable/postgresql/3.0.8/templates/secret.yaml diff --git a/stable/postgresql/3.0.7/templates/upgrade-backup-postgres-hook.yaml b/stable/postgresql/3.0.8/templates/upgrade-backup-postgres-hook.yaml similarity index 100% rename from stable/postgresql/3.0.7/templates/upgrade-backup-postgres-hook.yaml rename to stable/postgresql/3.0.8/templates/upgrade-backup-postgres-hook.yaml diff --git a/stable/postgresql/3.0.7/test_values.yaml b/stable/postgresql/3.0.8/test_values.yaml similarity index 95% rename from stable/postgresql/3.0.7/test_values.yaml rename to stable/postgresql/3.0.8/test_values.yaml index 4f630d8e7f5..f2a64083790 100644 --- a/stable/postgresql/3.0.7/test_values.yaml +++ b/stable/postgresql/3.0.8/test_values.yaml @@ -1,7 +1,7 @@ image: repository: bitnami/postgresql pullPolicy: IfNotPresent - tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36 + tag: 13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a securityContext: readOnlyRootFilesystem: false diff --git a/stable/postgresql/3.0.7/values.yaml b/stable/postgresql/3.0.8/values.yaml similarity index 100% rename from stable/postgresql/3.0.7/values.yaml rename to stable/postgresql/3.0.8/values.yaml diff --git a/stable/prowlarr/3.0.4/CHANGELOG.md b/stable/prowlarr/3.0.4/CHANGELOG.md deleted file mode 100644 index 0810f7f8860..00000000000 --- a/stable/prowlarr/3.0.4/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [prowlarr-3.0.4](https://github.com/truecharts/apps/compare/prowlarr-3.0.3...prowlarr-3.0.4) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/prowlarr/3.0.4/Chart.lock b/stable/prowlarr/3.0.4/Chart.lock deleted file mode 100644 index 03fe224c836..00000000000 --- a/stable/prowlarr/3.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.0.13 -digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:16:32.301582646Z" diff --git a/stable/prowlarr/3.0.5/CHANGELOG.md b/stable/prowlarr/3.0.5/CHANGELOG.md new file mode 100644 index 00000000000..bb9ea810e92 --- /dev/null +++ b/stable/prowlarr/3.0.5/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [prowlarr-3.0.5](https://github.com/truecharts/apps/compare/prowlarr-3.0.4...prowlarr-3.0.5) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/prowlarr/3.0.4/CONFIG.md b/stable/prowlarr/3.0.5/CONFIG.md similarity index 100% rename from stable/prowlarr/3.0.4/CONFIG.md rename to stable/prowlarr/3.0.5/CONFIG.md diff --git a/stable/prowlarr/3.0.5/Chart.lock b/stable/prowlarr/3.0.5/Chart.lock new file mode 100644 index 00000000000..8aba951d660 --- /dev/null +++ b/stable/prowlarr/3.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.0.13 +digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe +generated: "2021-10-05T11:33:16.736641193Z" diff --git a/stable/prowlarr/3.0.4/Chart.yaml b/stable/prowlarr/3.0.5/Chart.yaml similarity index 82% rename from stable/prowlarr/3.0.4/Chart.yaml rename to stable/prowlarr/3.0.5/Chart.yaml index 27e56831d3d..81f0486fbb1 100644 --- a/stable/prowlarr/3.0.4/Chart.yaml +++ b/stable/prowlarr/3.0.5/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v2 -appVersion: "0.1.1.953" +appVersion: "0.1.1.966" dependencies: - name: common repository: https://truecharts.org version: 8.0.13 description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. -home: https://github.com/truecharts/apps/tree/master/charts/incubator/prowlarr +home: https://github.com/truecharts/apps/tree/master/charts/stable/prowlarr icon: https://raw.githubusercontent.com/Prowlarr/Prowlarr/develop/Logo/400.png keywords: - prowlarr @@ -21,4 +21,4 @@ name: prowlarr sources: - https://github.com/Prowlarr/Prowlarr - https://github.com/k8s-at-home/container-images -version: 3.0.4 +version: 3.0.5 diff --git a/stable/prowlarr/3.0.4/README.md b/stable/prowlarr/3.0.5/README.md similarity index 100% rename from stable/prowlarr/3.0.4/README.md rename to stable/prowlarr/3.0.5/README.md diff --git a/stable/prowlarr/3.0.4/app-readme.md b/stable/prowlarr/3.0.5/app-readme.md similarity index 100% rename from stable/prowlarr/3.0.4/app-readme.md rename to stable/prowlarr/3.0.5/app-readme.md diff --git a/stable/prowlarr/3.0.4/charts/common-8.0.13.tgz b/stable/prowlarr/3.0.5/charts/common-8.0.13.tgz similarity index 100% rename from stable/prowlarr/3.0.4/charts/common-8.0.13.tgz rename to stable/prowlarr/3.0.5/charts/common-8.0.13.tgz diff --git a/stable/prowlarr/3.0.4/helm-values.md b/stable/prowlarr/3.0.5/helm-values.md similarity index 91% rename from stable/prowlarr/3.0.4/helm-values.md rename to stable/prowlarr/3.0.5/helm-values.md index c363a734f38..21a2a710518 100644 --- a/stable/prowlarr/3.0.4/helm-values.md +++ b/stable/prowlarr/3.0.5/helm-values.md @@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/k8s-at-home/prowlarr"` | image repository | -| image.tag | string | `"v0.1.1.953@sha256:3cbdb4379830f584f1572fb18e9157503dd2c5612140bdf4b0121f73a2aa8d31"` | image tag | +| image.tag | string | `"v0.1.1.966@sha256:67b1189b6bd3f811c4ffe4246e3822f2be5d91884d5075669f608b1e562c6846"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | securityContext.readOnlyRootFilesystem | bool | `false` | | diff --git a/stable/prowlarr/3.0.4/ix_values.yaml b/stable/prowlarr/3.0.5/ix_values.yaml similarity index 85% rename from stable/prowlarr/3.0.4/ix_values.yaml rename to stable/prowlarr/3.0.5/ix_values.yaml index a61e9edd903..72fd6ce5b92 100644 --- a/stable/prowlarr/3.0.4/ix_values.yaml +++ b/stable/prowlarr/3.0.5/ix_values.yaml @@ -8,7 +8,7 @@ image: # -- image repository repository: ghcr.io/k8s-at-home/prowlarr # -- image tag - tag: v0.1.1.953@sha256:3cbdb4379830f584f1572fb18e9157503dd2c5612140bdf4b0121f73a2aa8d31 + tag: v0.1.1.966@sha256:67b1189b6bd3f811c4ffe4246e3822f2be5d91884d5075669f608b1e562c6846 # -- image pull policy pullPolicy: IfNotPresent diff --git a/stable/prowlarr/3.0.4/questions.yaml b/stable/prowlarr/3.0.5/questions.yaml similarity index 96% rename from stable/prowlarr/3.0.4/questions.yaml rename to stable/prowlarr/3.0.5/questions.yaml index b1d0951b143..55c539c8455 100644 --- a/stable/prowlarr/3.0.4/questions.yaml +++ b/stable/prowlarr/3.0.5/questions.yaml @@ -172,6 +172,7 @@ questions: schema: type: string default: "002" + - variable: envList label: "Image environment" group: "Container Configuration" @@ -876,6 +877,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -905,6 +907,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -933,6 +936,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1219,6 +1228,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1235,13 +1255,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1252,16 +1272,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/prowlarr/3.0.4/templates/common.yaml b/stable/prowlarr/3.0.5/templates/common.yaml similarity index 100% rename from stable/prowlarr/3.0.4/templates/common.yaml rename to stable/prowlarr/3.0.5/templates/common.yaml diff --git a/stable/prowlarr/3.0.4/test_values.yaml b/stable/prowlarr/3.0.5/test_values.yaml similarity index 91% rename from stable/prowlarr/3.0.4/test_values.yaml rename to stable/prowlarr/3.0.5/test_values.yaml index e62543cd725..bf4f8f16de3 100644 --- a/stable/prowlarr/3.0.4/test_values.yaml +++ b/stable/prowlarr/3.0.5/test_values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/k8s-at-home/prowlarr # -- image tag - tag: v0.1.1.953@sha256:3cbdb4379830f584f1572fb18e9157503dd2c5612140bdf4b0121f73a2aa8d31 + tag: v0.1.1.966@sha256:67b1189b6bd3f811c4ffe4246e3822f2be5d91884d5075669f608b1e562c6846 # -- image pull policy pullPolicy: IfNotPresent diff --git a/stable/prowlarr/3.0.4/values.yaml b/stable/prowlarr/3.0.5/values.yaml similarity index 100% rename from stable/prowlarr/3.0.4/values.yaml rename to stable/prowlarr/3.0.5/values.yaml diff --git a/stable/readarr/8.0.4/CHANGELOG.md b/stable/readarr/8.0.4/CHANGELOG.md deleted file mode 100644 index fbb81712aa0..00000000000 --- a/stable/readarr/8.0.4/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [readarr-8.0.4](https://github.com/truecharts/apps/compare/readarr-8.0.3...readarr-8.0.4) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/readarr/8.0.4/Chart.lock b/stable/readarr/8.0.4/Chart.lock deleted file mode 100644 index 089ddd818d4..00000000000 --- a/stable/readarr/8.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.0.13 -digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:17:09.260264449Z" diff --git a/stable/readarr/8.0.5/CHANGELOG.md b/stable/readarr/8.0.5/CHANGELOG.md new file mode 100644 index 00000000000..fa65a6ee745 --- /dev/null +++ b/stable/readarr/8.0.5/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [readarr-8.0.5](https://github.com/truecharts/apps/compare/readarr-8.0.4...readarr-8.0.5) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/readarr/8.0.4/CONFIG.md b/stable/readarr/8.0.5/CONFIG.md similarity index 100% rename from stable/readarr/8.0.4/CONFIG.md rename to stable/readarr/8.0.5/CONFIG.md diff --git a/stable/readarr/8.0.5/Chart.lock b/stable/readarr/8.0.5/Chart.lock new file mode 100644 index 00000000000..dad2cb4b4f8 --- /dev/null +++ b/stable/readarr/8.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.0.13 +digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe +generated: "2021-10-05T11:33:29.895857438Z" diff --git a/stable/readarr/8.0.4/Chart.yaml b/stable/readarr/8.0.5/Chart.yaml similarity index 83% rename from stable/readarr/8.0.4/Chart.yaml rename to stable/readarr/8.0.5/Chart.yaml index f3e15beb18f..bcb9f24de27 100644 --- a/stable/readarr/8.0.4/Chart.yaml +++ b/stable/readarr/8.0.5/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v2 -appVersion: "0.1.0.971" +appVersion: "0.1.0.980" dependencies: - name: common repository: https://truecharts.org version: 8.0.13 deprecated: false description: A fork of Radarr to work with Books & AudioBooks -home: https://github.com/truecharts/apps/tree/master/charts/incubator/readarr +home: https://github.com/truecharts/apps/tree/master/charts/stable/readarr icon: https://github.com/Readarr/Readarr/blob/develop/Logo/1024.png?raw=true keywords: - readarr @@ -27,4 +27,4 @@ sources: - https://github.com/Readarr/Readarr - https://readarr.com type: application -version: 8.0.4 +version: 8.0.5 diff --git a/stable/readarr/8.0.4/README.md b/stable/readarr/8.0.5/README.md similarity index 100% rename from stable/readarr/8.0.4/README.md rename to stable/readarr/8.0.5/README.md diff --git a/stable/readarr/8.0.4/app-readme.md b/stable/readarr/8.0.5/app-readme.md similarity index 100% rename from stable/readarr/8.0.4/app-readme.md rename to stable/readarr/8.0.5/app-readme.md diff --git a/stable/readarr/8.0.4/charts/common-8.0.13.tgz b/stable/readarr/8.0.5/charts/common-8.0.13.tgz similarity index 100% rename from stable/readarr/8.0.4/charts/common-8.0.13.tgz rename to stable/readarr/8.0.5/charts/common-8.0.13.tgz diff --git a/stable/readarr/8.0.4/helm-values.md b/stable/readarr/8.0.5/helm-values.md similarity index 94% rename from stable/readarr/8.0.4/helm-values.md rename to stable/readarr/8.0.5/helm-values.md index 4fa50b0ee65..afac1e61a9d 100644 --- a/stable/readarr/8.0.4/helm-values.md +++ b/stable/readarr/8.0.5/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/readarr"` | | -| image.tag | string | `"v0.1.0.971@sha256:6cafd5b5eb09733902e8b4aaa20aa35887a39a4368fafc0f85024ae1c6ba7e90"` | | +| image.tag | string | `"v0.1.0.980@sha256:8d58f2f6d8170f0f46ededa0536462dc0c73a0204e0cc96b3b2f853f172e755c"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/stable/readarr/8.0.4/ix_values.yaml b/stable/readarr/8.0.5/ix_values.yaml similarity index 93% rename from stable/readarr/8.0.4/ix_values.yaml rename to stable/readarr/8.0.5/ix_values.yaml index d4546c3db03..c73c7ad112a 100644 --- a/stable/readarr/8.0.4/ix_values.yaml +++ b/stable/readarr/8.0.5/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/k8s-at-home/readarr pullPolicy: IfNotPresent - tag: v0.1.0.971@sha256:6cafd5b5eb09733902e8b4aaa20aa35887a39a4368fafc0f85024ae1c6ba7e90 + tag: v0.1.0.980@sha256:8d58f2f6d8170f0f46ededa0536462dc0c73a0204e0cc96b3b2f853f172e755c probes: liveness: diff --git a/stable/readarr/8.0.4/questions.yaml b/stable/readarr/8.0.5/questions.yaml similarity index 96% rename from stable/readarr/8.0.4/questions.yaml rename to stable/readarr/8.0.5/questions.yaml index 04a86605054..35e897ce3b5 100644 --- a/stable/readarr/8.0.4/questions.yaml +++ b/stable/readarr/8.0.5/questions.yaml @@ -171,6 +171,7 @@ questions: schema: type: string default: "002" + - variable: envList label: "Image environment" group: "Container Configuration" @@ -874,6 +875,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -903,6 +905,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -931,6 +934,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1217,6 +1226,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1233,13 +1253,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1250,16 +1270,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/readarr/8.0.4/templates/common.yaml b/stable/readarr/8.0.5/templates/common.yaml similarity index 100% rename from stable/readarr/8.0.4/templates/common.yaml rename to stable/readarr/8.0.5/templates/common.yaml diff --git a/stable/readarr/8.0.4/test_values.yaml b/stable/readarr/8.0.5/test_values.yaml similarity index 91% rename from stable/readarr/8.0.4/test_values.yaml rename to stable/readarr/8.0.5/test_values.yaml index a6490849bb0..79ae12474c3 100644 --- a/stable/readarr/8.0.4/test_values.yaml +++ b/stable/readarr/8.0.5/test_values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/k8s-at-home/readarr pullPolicy: IfNotPresent - tag: v0.1.0.971@sha256:6cafd5b5eb09733902e8b4aaa20aa35887a39a4368fafc0f85024ae1c6ba7e90 + tag: v0.1.0.980@sha256:8d58f2f6d8170f0f46ededa0536462dc0c73a0204e0cc96b3b2f853f172e755c securityContext: readOnlyRootFilesystem: false @@ -17,7 +17,7 @@ service: env: {} # TZ: UTC # PUID: 1001 - # PGID: 1001 + probes: liveness: diff --git a/stable/readarr/8.0.4/values.yaml b/stable/readarr/8.0.5/values.yaml similarity index 100% rename from stable/readarr/8.0.4/values.yaml rename to stable/readarr/8.0.5/values.yaml diff --git a/stable/sonarr/8.0.4/CHANGELOG.md b/stable/sonarr/8.0.4/CHANGELOG.md deleted file mode 100644 index 77cc00e3946..00000000000 --- a/stable/sonarr/8.0.4/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [sonarr-8.0.4](https://github.com/truecharts/apps/compare/sonarr-8.0.3...sonarr-8.0.4) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/sonarr/8.0.4/Chart.lock b/stable/sonarr/8.0.4/Chart.lock deleted file mode 100644 index d3d935c27d2..00000000000 --- a/stable/sonarr/8.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.0.13 -digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:17:54.550915771Z" diff --git a/stable/sonarr/8.0.5/CHANGELOG.md b/stable/sonarr/8.0.5/CHANGELOG.md new file mode 100644 index 00000000000..f632919e6f3 --- /dev/null +++ b/stable/sonarr/8.0.5/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [sonarr-8.0.5](https://github.com/truecharts/apps/compare/sonarr-8.0.4...sonarr-8.0.5) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/sonarr/8.0.4/CONFIG.md b/stable/sonarr/8.0.5/CONFIG.md similarity index 100% rename from stable/sonarr/8.0.4/CONFIG.md rename to stable/sonarr/8.0.5/CONFIG.md diff --git a/stable/sonarr/8.0.5/Chart.lock b/stable/sonarr/8.0.5/Chart.lock new file mode 100644 index 00000000000..e9c4556c126 --- /dev/null +++ b/stable/sonarr/8.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.0.13 +digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe +generated: "2021-10-05T11:33:42.953014589Z" diff --git a/stable/sonarr/8.0.4/Chart.yaml b/stable/sonarr/8.0.5/Chart.yaml similarity index 94% rename from stable/sonarr/8.0.4/Chart.yaml rename to stable/sonarr/8.0.5/Chart.yaml index 20ebe622016..77a2aae1611 100644 --- a/stable/sonarr/8.0.4/Chart.yaml +++ b/stable/sonarr/8.0.5/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "3.0.6.1265" +appVersion: "3.0.6.1342" dependencies: - name: common repository: https://truecharts.org @@ -24,4 +24,4 @@ name: sonarr sources: - https://github.com/Sonarr/Sonarr type: application -version: 8.0.4 +version: 8.0.5 diff --git a/stable/sonarr/8.0.4/README.md b/stable/sonarr/8.0.5/README.md similarity index 100% rename from stable/sonarr/8.0.4/README.md rename to stable/sonarr/8.0.5/README.md diff --git a/stable/sonarr/8.0.4/app-readme.md b/stable/sonarr/8.0.5/app-readme.md similarity index 100% rename from stable/sonarr/8.0.4/app-readme.md rename to stable/sonarr/8.0.5/app-readme.md diff --git a/stable/sonarr/8.0.4/charts/common-8.0.13.tgz b/stable/sonarr/8.0.5/charts/common-8.0.13.tgz similarity index 100% rename from stable/sonarr/8.0.4/charts/common-8.0.13.tgz rename to stable/sonarr/8.0.5/charts/common-8.0.13.tgz diff --git a/stable/sonarr/8.0.4/helm-values.md b/stable/sonarr/8.0.5/helm-values.md similarity index 94% rename from stable/sonarr/8.0.4/helm-values.md rename to stable/sonarr/8.0.5/helm-values.md index 32a53a70d89..4c88906a7c5 100644 --- a/stable/sonarr/8.0.4/helm-values.md +++ b/stable/sonarr/8.0.5/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/sonarr"` | | -| image.tag | string | `"v3.0.6.1265@sha256:90ded1799623b6480cf7f5c894158aedad8395832740aae2e4e9d9048888b736"` | | +| image.tag | string | `"v3.0.6.1342@sha256:c57197cb264e2a0755da3efa8f76c1ef181ff303fb6f7dff099a54bb057838a8"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/stable/sonarr/8.0.4/ix_values.yaml b/stable/sonarr/8.0.5/ix_values.yaml similarity index 92% rename from stable/sonarr/8.0.4/ix_values.yaml rename to stable/sonarr/8.0.5/ix_values.yaml index 66893d30848..416f369dcbe 100644 --- a/stable/sonarr/8.0.4/ix_values.yaml +++ b/stable/sonarr/8.0.5/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/k8s-at-home/sonarr pullPolicy: IfNotPresent - tag: v3.0.6.1265@sha256:90ded1799623b6480cf7f5c894158aedad8395832740aae2e4e9d9048888b736 + tag: v3.0.6.1342@sha256:c57197cb264e2a0755da3efa8f76c1ef181ff303fb6f7dff099a54bb057838a8 probes: liveness: diff --git a/stable/sonarr/8.0.4/questions.yaml b/stable/sonarr/8.0.5/questions.yaml similarity index 96% rename from stable/sonarr/8.0.4/questions.yaml rename to stable/sonarr/8.0.5/questions.yaml index f5d1883f559..79ce2c3cef7 100644 --- a/stable/sonarr/8.0.4/questions.yaml +++ b/stable/sonarr/8.0.5/questions.yaml @@ -171,6 +171,7 @@ questions: schema: type: string default: "002" + - variable: envList label: "Image environment" group: "Container Configuration" @@ -873,6 +874,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -902,6 +904,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -930,6 +933,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1216,6 +1225,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1232,13 +1252,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1249,16 +1269,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/sonarr/8.0.4/templates/common.yaml b/stable/sonarr/8.0.5/templates/common.yaml similarity index 100% rename from stable/sonarr/8.0.4/templates/common.yaml rename to stable/sonarr/8.0.5/templates/common.yaml diff --git a/stable/sonarr/8.0.4/test_values.yaml b/stable/sonarr/8.0.5/test_values.yaml similarity index 90% rename from stable/sonarr/8.0.4/test_values.yaml rename to stable/sonarr/8.0.5/test_values.yaml index 51a38d6ac37..021b4c2b985 100644 --- a/stable/sonarr/8.0.4/test_values.yaml +++ b/stable/sonarr/8.0.5/test_values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/k8s-at-home/sonarr pullPolicy: IfNotPresent - tag: v3.0.6.1265@sha256:90ded1799623b6480cf7f5c894158aedad8395832740aae2e4e9d9048888b736 + tag: v3.0.6.1342@sha256:c57197cb264e2a0755da3efa8f76c1ef181ff303fb6f7dff099a54bb057838a8 service: main: @@ -14,7 +14,7 @@ service: env: {} # TZ: UTC # PUID: 1001 - # PGID: 1001 + probes: liveness: diff --git a/stable/sonarr/8.0.4/values.yaml b/stable/sonarr/8.0.5/values.yaml similarity index 100% rename from stable/sonarr/8.0.4/values.yaml rename to stable/sonarr/8.0.5/values.yaml diff --git a/stable/syncthing/8.0.3/CHANGELOG.md b/stable/syncthing/8.0.3/CHANGELOG.md deleted file mode 100644 index 9e6a1d9fd05..00000000000 --- a/stable/syncthing/8.0.3/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [syncthing-8.0.3](https://github.com/truecharts/apps/compare/syncthing-8.0.2...syncthing-8.0.3) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/syncthing/8.0.3/Chart.lock b/stable/syncthing/8.0.3/Chart.lock deleted file mode 100644 index 6f4254a47a6..00000000000 --- a/stable/syncthing/8.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.0.13 -digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:18:12.687743521Z" diff --git a/stable/syncthing/8.0.4/CHANGELOG.md b/stable/syncthing/8.0.4/CHANGELOG.md new file mode 100644 index 00000000000..f8c8f89f9ba --- /dev/null +++ b/stable/syncthing/8.0.4/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [syncthing-8.0.4](https://github.com/truecharts/apps/compare/syncthing-8.0.3...syncthing-8.0.4) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/syncthing/8.0.3/CONFIG.md b/stable/syncthing/8.0.4/CONFIG.md similarity index 100% rename from stable/syncthing/8.0.3/CONFIG.md rename to stable/syncthing/8.0.4/CONFIG.md diff --git a/stable/syncthing/8.0.4/Chart.lock b/stable/syncthing/8.0.4/Chart.lock new file mode 100644 index 00000000000..07325ee1969 --- /dev/null +++ b/stable/syncthing/8.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.0.13 +digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe +generated: "2021-10-05T11:33:55.831163478Z" diff --git a/stable/syncthing/8.0.3/Chart.yaml b/stable/syncthing/8.0.4/Chart.yaml similarity index 95% rename from stable/syncthing/8.0.3/Chart.yaml rename to stable/syncthing/8.0.4/Chart.yaml index f33bfca5f24..0f07afdb6cf 100644 --- a/stable/syncthing/8.0.3/Chart.yaml +++ b/stable/syncthing/8.0.4/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.18.2" +appVersion: "1.18.3" dependencies: - name: common repository: https://truecharts.org @@ -24,4 +24,4 @@ sources: - https://github.com/syncthing/syncthing - https://hub.docker.com/r/syncthing/syncthing type: application -version: 8.0.3 +version: 8.0.4 diff --git a/stable/syncthing/8.0.3/README.md b/stable/syncthing/8.0.4/README.md similarity index 100% rename from stable/syncthing/8.0.3/README.md rename to stable/syncthing/8.0.4/README.md diff --git a/stable/syncthing/8.0.3/app-readme.md b/stable/syncthing/8.0.4/app-readme.md similarity index 100% rename from stable/syncthing/8.0.3/app-readme.md rename to stable/syncthing/8.0.4/app-readme.md diff --git a/stable/syncthing/8.0.3/charts/common-8.0.13.tgz b/stable/syncthing/8.0.4/charts/common-8.0.13.tgz similarity index 100% rename from stable/syncthing/8.0.3/charts/common-8.0.13.tgz rename to stable/syncthing/8.0.4/charts/common-8.0.13.tgz diff --git a/stable/syncthing/8.0.3/helm-values.md b/stable/syncthing/8.0.4/helm-values.md similarity index 93% rename from stable/syncthing/8.0.3/helm-values.md rename to stable/syncthing/8.0.4/helm-values.md index 9bc0fe6c33b..7f5d28215f6 100644 --- a/stable/syncthing/8.0.3/helm-values.md +++ b/stable/syncthing/8.0.4/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 | `"ghcr.io/truecharts/syncthing"` | | -| image.tag | string | `"v1.18.2@sha256:780c4924c4739d707295bd74fd21a186a640bd71f15efc2fcbc9fb9b05162a0d"` | | +| image.tag | string | `"v1.18.3@sha256:d299f89bf7a3462953ca415c1dcea27ea1cd0eb776011905d6c37aef9a4fbea5"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/var/syncthing/"` | | diff --git a/stable/syncthing/8.0.3/ix_values.yaml b/stable/syncthing/8.0.4/ix_values.yaml similarity index 84% rename from stable/syncthing/8.0.3/ix_values.yaml rename to stable/syncthing/8.0.4/ix_values.yaml index 01c0d558afa..4283a93dc5a 100644 --- a/stable/syncthing/8.0.3/ix_values.yaml +++ b/stable/syncthing/8.0.4/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/syncthing pullPolicy: IfNotPresent - tag: v1.18.2@sha256:780c4924c4739d707295bd74fd21a186a640bd71f15efc2fcbc9fb9b05162a0d + tag: v1.18.3@sha256:d299f89bf7a3462953ca415c1dcea27ea1cd0eb776011905d6c37aef9a4fbea5 ## # Most other defaults are set in questions.yaml diff --git a/stable/syncthing/8.0.3/questions.yaml b/stable/syncthing/8.0.4/questions.yaml similarity index 96% rename from stable/syncthing/8.0.3/questions.yaml rename to stable/syncthing/8.0.4/questions.yaml index b089cdc701b..f73a61a5203 100644 --- a/stable/syncthing/8.0.3/questions.yaml +++ b/stable/syncthing/8.0.4/questions.yaml @@ -165,6 +165,12 @@ questions: default: "Etc/UTC" $ref: - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" - variable: envList label: "Image environment" group: "Container Configuration" @@ -1131,6 +1137,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -1160,6 +1167,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -1188,6 +1196,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1474,6 +1488,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1490,13 +1515,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1507,16 +1532,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/syncthing/8.0.3/templates/common.yaml b/stable/syncthing/8.0.4/templates/common.yaml similarity index 100% rename from stable/syncthing/8.0.3/templates/common.yaml rename to stable/syncthing/8.0.4/templates/common.yaml diff --git a/stable/syncthing/8.0.3/test_values.yaml b/stable/syncthing/8.0.4/test_values.yaml similarity index 87% rename from stable/syncthing/8.0.3/test_values.yaml rename to stable/syncthing/8.0.4/test_values.yaml index d076131916f..bc0d8daa3df 100644 --- a/stable/syncthing/8.0.3/test_values.yaml +++ b/stable/syncthing/8.0.4/test_values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/truecharts/syncthing pullPolicy: IfNotPresent - tag: v1.18.2@sha256:780c4924c4739d707295bd74fd21a186a640bd71f15efc2fcbc9fb9b05162a0d + tag: v1.18.3@sha256:d299f89bf7a3462953ca415c1dcea27ea1cd0eb776011905d6c37aef9a4fbea5 service: main: diff --git a/stable/syncthing/8.0.3/values.yaml b/stable/syncthing/8.0.4/values.yaml similarity index 100% rename from stable/syncthing/8.0.3/values.yaml rename to stable/syncthing/8.0.4/values.yaml diff --git a/stable/vaultwarden/9.0.10/CHANGELOG.md b/stable/vaultwarden/9.0.10/CHANGELOG.md new file mode 100644 index 00000000000..df8fa23e632 --- /dev/null +++ b/stable/vaultwarden/9.0.10/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [vaultwarden-9.0.10](https://github.com/truecharts/apps/compare/vaultwarden-9.0.9...vaultwarden-9.0.10) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/vaultwarden/9.0.9/CONFIG.md b/stable/vaultwarden/9.0.10/CONFIG.md similarity index 100% rename from stable/vaultwarden/9.0.9/CONFIG.md rename to stable/vaultwarden/9.0.10/CONFIG.md diff --git a/stable/vaultwarden/9.0.9/Chart.lock b/stable/vaultwarden/9.0.10/Chart.lock similarity index 84% rename from stable/vaultwarden/9.0.9/Chart.lock rename to stable/vaultwarden/9.0.10/Chart.lock index 969dcac85b7..cca8f7a4721 100644 --- a/stable/vaultwarden/9.0.9/Chart.lock +++ b/stable/vaultwarden/9.0.10/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://truecharts.org/ version: 3.0.4 digest: sha256:3d64e03877218eceb805319937ed943530a521da87ae2b40bf3fddec4951b654 -generated: "2021-09-29T16:19:44.930308112Z" +generated: "2021-10-05T11:34:10.15392611Z" diff --git a/stable/vaultwarden/9.0.9/Chart.yaml b/stable/vaultwarden/9.0.10/Chart.yaml similarity index 98% rename from stable/vaultwarden/9.0.9/Chart.yaml rename to stable/vaultwarden/9.0.10/Chart.yaml index 022879f3458..b968a9c6078 100644 --- a/stable/vaultwarden/9.0.9/Chart.yaml +++ b/stable/vaultwarden/9.0.10/Chart.yaml @@ -31,4 +31,4 @@ name: vaultwarden sources: - https://github.com/dani-garcia/vaultwarden type: application -version: 9.0.9 +version: 9.0.10 diff --git a/stable/vaultwarden/9.0.9/README.md b/stable/vaultwarden/9.0.10/README.md similarity index 100% rename from stable/vaultwarden/9.0.9/README.md rename to stable/vaultwarden/9.0.10/README.md diff --git a/stable/vaultwarden/9.0.9/app-readme.md b/stable/vaultwarden/9.0.10/app-readme.md similarity index 100% rename from stable/vaultwarden/9.0.9/app-readme.md rename to stable/vaultwarden/9.0.10/app-readme.md diff --git a/stable/vaultwarden/9.0.9/charts/common-8.0.13.tgz b/stable/vaultwarden/9.0.10/charts/common-8.0.13.tgz similarity index 100% rename from stable/vaultwarden/9.0.9/charts/common-8.0.13.tgz rename to stable/vaultwarden/9.0.10/charts/common-8.0.13.tgz diff --git a/stable/vaultwarden/9.0.9/charts/postgresql-3.0.4.tgz b/stable/vaultwarden/9.0.10/charts/postgresql-3.0.4.tgz similarity index 100% rename from stable/vaultwarden/9.0.9/charts/postgresql-3.0.4.tgz rename to stable/vaultwarden/9.0.10/charts/postgresql-3.0.4.tgz diff --git a/stable/vaultwarden/9.0.9/helm-values.md b/stable/vaultwarden/9.0.10/helm-values.md similarity index 97% rename from stable/vaultwarden/9.0.9/helm-values.md rename to stable/vaultwarden/9.0.10/helm-values.md index f888893d617..5630c644c9f 100644 --- a/stable/vaultwarden/9.0.9/helm-values.md +++ b/stable/vaultwarden/9.0.10/helm-values.md @@ -54,7 +54,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"vaultwarden"` | | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | | postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | | service.main.ports.main.port | int | `8080` | | | service.ws.ports.ws.enabled | bool | `true` | | | service.ws.ports.ws.port | int | `3012` | | diff --git a/stable/vaultwarden/9.0.9/ix_values.yaml b/stable/vaultwarden/9.0.10/ix_values.yaml similarity index 96% rename from stable/vaultwarden/9.0.9/ix_values.yaml rename to stable/vaultwarden/9.0.10/ix_values.yaml index 3a433b3fe0e..3f6daddae76 100644 --- a/stable/vaultwarden/9.0.9/ix_values.yaml +++ b/stable/vaultwarden/9.0.10/ix_values.yaml @@ -12,7 +12,7 @@ image: postgresqlImage: repository: bitnami/postgresql pullPolicy: IfNotPresent - tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36 + tag: 13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a envTpl: diff --git a/stable/vaultwarden/9.0.9/questions.yaml b/stable/vaultwarden/9.0.10/questions.yaml similarity index 97% rename from stable/vaultwarden/9.0.9/questions.yaml rename to stable/vaultwarden/9.0.10/questions.yaml index 602e9ce2c6a..5905d819b81 100644 --- a/stable/vaultwarden/9.0.9/questions.yaml +++ b/stable/vaultwarden/9.0.10/questions.yaml @@ -172,6 +172,7 @@ questions: schema: type: string default: "002" + - variable: envList label: "Image environment" group: "Container Configuration" @@ -1267,6 +1268,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -1296,6 +1298,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -1324,6 +1327,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1610,6 +1619,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1626,13 +1646,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1643,13 +1663,54 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling group: "Resources and Devices" diff --git a/stable/vaultwarden/9.0.9/templates/_configmap.tpl b/stable/vaultwarden/9.0.10/templates/_configmap.tpl similarity index 100% rename from stable/vaultwarden/9.0.9/templates/_configmap.tpl rename to stable/vaultwarden/9.0.10/templates/_configmap.tpl diff --git a/stable/vaultwarden/9.0.9/templates/_secrets.tpl b/stable/vaultwarden/9.0.10/templates/_secrets.tpl similarity index 100% rename from stable/vaultwarden/9.0.9/templates/_secrets.tpl rename to stable/vaultwarden/9.0.10/templates/_secrets.tpl diff --git a/stable/vaultwarden/9.0.9/templates/_validate.tpl b/stable/vaultwarden/9.0.10/templates/_validate.tpl similarity index 100% rename from stable/vaultwarden/9.0.9/templates/_validate.tpl rename to stable/vaultwarden/9.0.10/templates/_validate.tpl diff --git a/stable/vaultwarden/9.0.9/templates/common.yaml b/stable/vaultwarden/9.0.10/templates/common.yaml similarity index 100% rename from stable/vaultwarden/9.0.9/templates/common.yaml rename to stable/vaultwarden/9.0.10/templates/common.yaml diff --git a/stable/vaultwarden/9.0.9/test_values.yaml b/stable/vaultwarden/9.0.10/test_values.yaml similarity index 99% rename from stable/vaultwarden/9.0.9/test_values.yaml rename to stable/vaultwarden/9.0.10/test_values.yaml index 674c31cdf3b..4ba28e4c3df 100644 --- a/stable/vaultwarden/9.0.9/test_values.yaml +++ b/stable/vaultwarden/9.0.10/test_values.yaml @@ -8,7 +8,7 @@ image: postgresqlImage: repository: bitnami/postgresql pullPolicy: IfNotPresent - tag: 13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36 + tag: 13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a service: main: diff --git a/stable/vaultwarden/9.0.9/values.yaml b/stable/vaultwarden/9.0.10/values.yaml similarity index 100% rename from stable/vaultwarden/9.0.9/values.yaml rename to stable/vaultwarden/9.0.10/values.yaml diff --git a/stable/vaultwarden/9.0.9/CHANGELOG.md b/stable/vaultwarden/9.0.9/CHANGELOG.md deleted file mode 100644 index c4ba9058339..00000000000 --- a/stable/vaultwarden/9.0.9/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [vaultwarden-9.0.9](https://github.com/truecharts/apps/compare/vaultwarden-9.0.8...vaultwarden-9.0.9) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/xteve/3.0.3/CHANGELOG.md b/stable/xteve/3.0.3/CHANGELOG.md deleted file mode 100644 index bd1e7393b13..00000000000 --- a/stable/xteve/3.0.3/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [xteve-3.0.3](https://github.com/truecharts/apps/compare/xteve-3.0.2...xteve-3.0.3) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/xteve/3.0.3/Chart.lock b/stable/xteve/3.0.3/Chart.lock deleted file mode 100644 index 7c413979ff5..00000000000 --- a/stable/xteve/3.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.0.13 -digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:19:56.003885476Z" diff --git a/stable/xteve/3.0.4/CHANGELOG.md b/stable/xteve/3.0.4/CHANGELOG.md new file mode 100644 index 00000000000..571ce85b656 --- /dev/null +++ b/stable/xteve/3.0.4/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [xteve-3.0.4](https://github.com/truecharts/apps/compare/xteve-3.0.3...xteve-3.0.4) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/xteve/3.0.3/CONFIG.md b/stable/xteve/3.0.4/CONFIG.md similarity index 100% rename from stable/xteve/3.0.3/CONFIG.md rename to stable/xteve/3.0.4/CONFIG.md diff --git a/stable/xteve/3.0.4/Chart.lock b/stable/xteve/3.0.4/Chart.lock new file mode 100644 index 00000000000..a4f004f7523 --- /dev/null +++ b/stable/xteve/3.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.0.13 +digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe +generated: "2021-10-05T11:34:26.218064816Z" diff --git a/stable/xteve/3.0.3/Chart.yaml b/stable/xteve/3.0.4/Chart.yaml similarity index 85% rename from stable/xteve/3.0.3/Chart.yaml rename to stable/xteve/3.0.4/Chart.yaml index 7b2c2768974..f109b2b0e27 100644 --- a/stable/xteve/3.0.3/Chart.yaml +++ b/stable/xteve/3.0.4/Chart.yaml @@ -5,7 +5,7 @@ dependencies: repository: https://truecharts.org version: 8.0.13 description: M3U Proxy for Plex DVR and Emby Live TV. -home: https://github.com/truechartsapps/tree/master/charts/incubator/xteve +home: https://github.com/truechartsapps/tree/master/charts/stable/xteve icon: https://raw.githubusercontent.com/xteve-project/xTeVe/master/html/img/logo_b_880x200.jpg keywords: - xteve @@ -21,4 +21,4 @@ name: xteve sources: - https://github.com/xteve-project/xTeVe - https://github.com/k8s-at-home/container-images -version: 3.0.3 +version: 3.0.4 diff --git a/stable/xteve/3.0.3/README.md b/stable/xteve/3.0.4/README.md similarity index 100% rename from stable/xteve/3.0.3/README.md rename to stable/xteve/3.0.4/README.md diff --git a/stable/xteve/3.0.3/app-readme.md b/stable/xteve/3.0.4/app-readme.md similarity index 100% rename from stable/xteve/3.0.3/app-readme.md rename to stable/xteve/3.0.4/app-readme.md diff --git a/stable/xteve/3.0.3/charts/common-8.0.13.tgz b/stable/xteve/3.0.4/charts/common-8.0.13.tgz similarity index 100% rename from stable/xteve/3.0.3/charts/common-8.0.13.tgz rename to stable/xteve/3.0.4/charts/common-8.0.13.tgz diff --git a/stable/xteve/3.0.3/helm-values.md b/stable/xteve/3.0.4/helm-values.md similarity index 90% rename from stable/xteve/3.0.3/helm-values.md rename to stable/xteve/3.0.4/helm-values.md index 07260140379..db0692122bd 100644 --- a/stable/xteve/3.0.3/helm-values.md +++ b/stable/xteve/3.0.4/helm-values.md @@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/k8s-at-home/xteve"` | image repository | -| image.tag | string | `"v2.2.0.200@sha256:b9ee5f47c280314b7b4926be794cb2c836783effea854b22ea6720374d91d404"` | image tag | +| image.tag | string | `"v2.2.0.200@sha256:e1afd6ea29e9b680191d8024f41eb495bc8fc7c2870fa36fbfa4f684c9a708dc"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | securityContext.readOnlyRootFilesystem | bool | `false` | | | service.main.ports.main.port | int | `34400` | | diff --git a/stable/xteve/3.0.3/ix_values.yaml b/stable/xteve/3.0.4/ix_values.yaml similarity index 84% rename from stable/xteve/3.0.3/ix_values.yaml rename to stable/xteve/3.0.4/ix_values.yaml index 230849e746e..684c24e0802 100644 --- a/stable/xteve/3.0.3/ix_values.yaml +++ b/stable/xteve/3.0.4/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/k8s-at-home/xteve pullPolicy: IfNotPresent - tag: v2.2.0.200@sha256:b9ee5f47c280314b7b4926be794cb2c836783effea854b22ea6720374d91d404 + tag: v2.2.0.200@sha256:e1afd6ea29e9b680191d8024f41eb495bc8fc7c2870fa36fbfa4f684c9a708dc ## # Most other defaults are set in questions.yaml diff --git a/stable/xteve/3.0.3/questions.yaml b/stable/xteve/3.0.4/questions.yaml similarity index 96% rename from stable/xteve/3.0.3/questions.yaml rename to stable/xteve/3.0.4/questions.yaml index f0f76466a7c..8f63a638c0d 100644 --- a/stable/xteve/3.0.3/questions.yaml +++ b/stable/xteve/3.0.4/questions.yaml @@ -171,6 +171,7 @@ questions: schema: type: string default: "002" + - variable: envList label: "Image environment" group: "Container Configuration" @@ -873,6 +874,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -902,6 +904,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -930,6 +933,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1216,6 +1225,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1232,13 +1252,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1249,16 +1269,57 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/xteve/3.0.3/templates/common.yaml b/stable/xteve/3.0.4/templates/common.yaml similarity index 100% rename from stable/xteve/3.0.3/templates/common.yaml rename to stable/xteve/3.0.4/templates/common.yaml diff --git a/stable/xteve/3.0.3/test_values.yaml b/stable/xteve/3.0.4/test_values.yaml similarity index 89% rename from stable/xteve/3.0.3/test_values.yaml rename to stable/xteve/3.0.4/test_values.yaml index e481df10af6..7625dd44b0d 100644 --- a/stable/xteve/3.0.3/test_values.yaml +++ b/stable/xteve/3.0.4/test_values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/k8s-at-home/xteve # -- image tag - tag: v2.2.0.200@sha256:b9ee5f47c280314b7b4926be794cb2c836783effea854b22ea6720374d91d404 + tag: v2.2.0.200@sha256:e1afd6ea29e9b680191d8024f41eb495bc8fc7c2870fa36fbfa4f684c9a708dc # -- image pull policy pullPolicy: IfNotPresent diff --git a/stable/xteve/3.0.3/values.yaml b/stable/xteve/3.0.4/values.yaml similarity index 100% rename from stable/xteve/3.0.3/values.yaml rename to stable/xteve/3.0.4/values.yaml diff --git a/stable/zwavejs2mqtt/8.0.4/CHANGELOG.md b/stable/zwavejs2mqtt/8.0.4/CHANGELOG.md deleted file mode 100644 index 91aa0a5dafe..00000000000 --- a/stable/zwavejs2mqtt/8.0.4/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [zwavejs2mqtt-8.0.4](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.3...zwavejs2mqtt-8.0.4) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/zwavejs2mqtt/8.0.4/Chart.lock b/stable/zwavejs2mqtt/8.0.4/Chart.lock deleted file mode 100644 index 594a4263298..00000000000 --- a/stable/zwavejs2mqtt/8.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.0.13 -digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe -generated: "2021-09-29T16:20:05.080378317Z" diff --git a/stable/zwavejs2mqtt/8.0.5/CHANGELOG.md b/stable/zwavejs2mqtt/8.0.5/CHANGELOG.md new file mode 100644 index 00000000000..e6fb04f2257 --- /dev/null +++ b/stable/zwavejs2mqtt/8.0.5/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [zwavejs2mqtt-8.0.5](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.4...zwavejs2mqtt-8.0.5) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + diff --git a/stable/zwavejs2mqtt/8.0.4/CONFIG.md b/stable/zwavejs2mqtt/8.0.5/CONFIG.md similarity index 100% rename from stable/zwavejs2mqtt/8.0.4/CONFIG.md rename to stable/zwavejs2mqtt/8.0.5/CONFIG.md diff --git a/stable/zwavejs2mqtt/8.0.5/Chart.lock b/stable/zwavejs2mqtt/8.0.5/Chart.lock new file mode 100644 index 00000000000..ebe7fd81a4b --- /dev/null +++ b/stable/zwavejs2mqtt/8.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.0.13 +digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe +generated: "2021-10-05T11:34:39.397775244Z" diff --git a/stable/zwavejs2mqtt/8.0.4/Chart.yaml b/stable/zwavejs2mqtt/8.0.5/Chart.yaml similarity index 95% rename from stable/zwavejs2mqtt/8.0.4/Chart.yaml rename to stable/zwavejs2mqtt/8.0.5/Chart.yaml index 921d840b130..094d7a84de8 100644 --- a/stable/zwavejs2mqtt/8.0.4/Chart.yaml +++ b/stable/zwavejs2mqtt/8.0.5/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "5.7.1" +appVersion: "5.7.3" dependencies: - name: common repository: https://truecharts.org @@ -27,4 +27,4 @@ sources: - https://github.com/zwave-js/zwavejs2mqtt - https://hub.docker.com/r/zwavejs/zwavejs2mqtt type: application -version: 8.0.4 +version: 8.0.5 diff --git a/stable/zwavejs2mqtt/8.0.4/README.md b/stable/zwavejs2mqtt/8.0.5/README.md similarity index 100% rename from stable/zwavejs2mqtt/8.0.4/README.md rename to stable/zwavejs2mqtt/8.0.5/README.md diff --git a/stable/zwavejs2mqtt/8.0.4/app-readme.md b/stable/zwavejs2mqtt/8.0.5/app-readme.md similarity index 100% rename from stable/zwavejs2mqtt/8.0.4/app-readme.md rename to stable/zwavejs2mqtt/8.0.5/app-readme.md diff --git a/stable/zwavejs2mqtt/8.0.4/charts/common-8.0.13.tgz b/stable/zwavejs2mqtt/8.0.5/charts/common-8.0.13.tgz similarity index 100% rename from stable/zwavejs2mqtt/8.0.4/charts/common-8.0.13.tgz rename to stable/zwavejs2mqtt/8.0.5/charts/common-8.0.13.tgz diff --git a/stable/zwavejs2mqtt/8.0.4/helm-values.md b/stable/zwavejs2mqtt/8.0.5/helm-values.md similarity index 93% rename from stable/zwavejs2mqtt/8.0.4/helm-values.md rename to stable/zwavejs2mqtt/8.0.5/helm-values.md index c8a58783244..502b635a137 100644 --- a/stable/zwavejs2mqtt/8.0.4/helm-values.md +++ b/stable/zwavejs2mqtt/8.0.5/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/truecharts/zwavejs2mqtt"` | | -| image.tag | string | `"v5.7.1@sha256:66b338d1494ab0e7359af73748481c65b6f10235c0c694c1c80bec64e26a6b8a"` | | +| image.tag | string | `"v5.7.3@sha256:5aa458cd1cdd468d42cacbafe4ecd606faac5dc10f3c7d531cd6fbeff50fbc57"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/stable/zwavejs2mqtt/8.0.4/ix_values.yaml b/stable/zwavejs2mqtt/8.0.5/ix_values.yaml similarity index 94% rename from stable/zwavejs2mqtt/8.0.4/ix_values.yaml rename to stable/zwavejs2mqtt/8.0.5/ix_values.yaml index f357d17db67..274b3504047 100644 --- a/stable/zwavejs2mqtt/8.0.4/ix_values.yaml +++ b/stable/zwavejs2mqtt/8.0.5/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/zwavejs2mqtt pullPolicy: IfNotPresent - tag: v5.7.1@sha256:66b338d1494ab0e7359af73748481c65b6f10235c0c694c1c80bec64e26a6b8a + tag: v5.7.3@sha256:5aa458cd1cdd468d42cacbafe4ecd606faac5dc10f3c7d531cd6fbeff50fbc57 probes: liveness: diff --git a/stable/zwavejs2mqtt/8.0.4/questions.yaml b/stable/zwavejs2mqtt/8.0.5/questions.yaml similarity index 98% rename from stable/zwavejs2mqtt/8.0.4/questions.yaml rename to stable/zwavejs2mqtt/8.0.5/questions.yaml index b516f2dfdc2..156032d927e 100644 --- a/stable/zwavejs2mqtt/8.0.4/questions.yaml +++ b/stable/zwavejs2mqtt/8.0.5/questions.yaml @@ -165,6 +165,12 @@ questions: default: "Etc/UTC" $ref: - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" - variable: envList label: "Image environment" group: "Container Configuration" @@ -964,6 +970,7 @@ questions: type: string required: true default: "Prefix" + - variable: tls label: "TLS-Settings" schema: @@ -993,6 +1000,7 @@ questions: type: int $ref: - "definitions/certificate" + - variable: entrypoint label: "(Advanced) Traefik Entrypoint" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" @@ -1021,6 +1029,12 @@ questions: default: false show_subquestions_if: true subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true - variable: ingressClassName label: "IngressClass Name" schema: @@ -1307,6 +1321,17 @@ questions: - value: "Always" description: "Always" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: resources group: "Resources and Devices" label: "" @@ -1323,13 +1348,13 @@ questions: schema: type: string default: "4000m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "8Gi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: requests label: "Advanced Request minimum resources required" schema: @@ -1340,13 +1365,13 @@ questions: schema: type: string default: "10m" - valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "Memory RAM" schema: type: string default: "50Mi" - valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: deviceList label: "Mount USB devices" @@ -1389,8 +1414,10 @@ questions: type: string default: "/dev/ttyACM0" + + - variable: autoscaling - group: "Resources and Devices" + group: "Advanced" label: "(Advanced) Horizontal Pod Autoscaler" schema: type: dict diff --git a/stable/zwavejs2mqtt/8.0.4/templates/common.yaml b/stable/zwavejs2mqtt/8.0.5/templates/common.yaml similarity index 100% rename from stable/zwavejs2mqtt/8.0.4/templates/common.yaml rename to stable/zwavejs2mqtt/8.0.5/templates/common.yaml diff --git a/stable/zwavejs2mqtt/8.0.4/test_values.yaml b/stable/zwavejs2mqtt/8.0.5/test_values.yaml similarity index 95% rename from stable/zwavejs2mqtt/8.0.4/test_values.yaml rename to stable/zwavejs2mqtt/8.0.5/test_values.yaml index a828ba4b2f9..fde0f2ec2e9 100644 --- a/stable/zwavejs2mqtt/8.0.4/test_values.yaml +++ b/stable/zwavejs2mqtt/8.0.5/test_values.yaml @@ -5,7 +5,7 @@ image: repository: ghcr.io/truecharts/zwavejs2mqtt pullPolicy: IfNotPresent - tag: v5.7.1@sha256:66b338d1494ab0e7359af73748481c65b6f10235c0c694c1c80bec64e26a6b8a + tag: v5.7.3@sha256:5aa458cd1cdd468d42cacbafe4ecd606faac5dc10f3c7d531cd6fbeff50fbc57 securityContext: readOnlyRootFilesystem: false diff --git a/stable/zwavejs2mqtt/8.0.4/values.yaml b/stable/zwavejs2mqtt/8.0.5/values.yaml similarity index 100% rename from stable/zwavejs2mqtt/8.0.4/values.yaml rename to stable/zwavejs2mqtt/8.0.5/values.yaml