diff --git a/stable/postgresql/3.0.6/CHANGELOG.md b/stable/postgresql/3.0.6/CHANGELOG.md deleted file mode 100644 index af868a14c2..0000000000 --- a/stable/postgresql/3.0.6/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [postgresql-3.0.6](https://github.com/truecharts/apps/compare/postgresql-3.0.5...postgresql-3.0.6) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - diff --git a/stable/postgresql/3.0.6/Chart.lock b/stable/postgresql/3.0.6/Chart.lock deleted file mode 100644 index 3a8f49c09c..0000000000 --- a/stable/postgresql/3.0.6/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:04.619067695Z" diff --git a/stable/postgresql/3.0.6/charts/common-8.0.13.tgz b/stable/postgresql/3.0.6/charts/common-8.0.13.tgz deleted file mode 100644 index b1c063e695..0000000000 Binary files a/stable/postgresql/3.0.6/charts/common-8.0.13.tgz and /dev/null differ diff --git a/stable/postgresql/3.0.7/CHANGELOG.md b/stable/postgresql/3.0.7/CHANGELOG.md new file mode 100644 index 0000000000..edc38b9414 --- /dev/null +++ b/stable/postgresql/3.0.7/CHANGELOG.md @@ -0,0 +1,4 @@ + + +### [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.6/CONFIG.md b/stable/postgresql/3.0.7/CONFIG.md similarity index 100% rename from stable/postgresql/3.0.6/CONFIG.md rename to stable/postgresql/3.0.7/CONFIG.md diff --git a/stable/postgresql/3.0.7/Chart.lock b/stable/postgresql/3.0.7/Chart.lock new file mode 100644 index 0000000000..992e5c1097 --- /dev/null +++ b/stable/postgresql/3.0.7/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.2.2 +digest: sha256:f6a5238049ab6ad23f6a78c95f09040de216674c846d3c35dddab95ab09406ef +generated: "2021-10-05T09:59:40.00872575Z" diff --git a/stable/postgresql/3.0.6/Chart.yaml b/stable/postgresql/3.0.7/Chart.yaml similarity index 94% rename from stable/postgresql/3.0.6/Chart.yaml rename to stable/postgresql/3.0.7/Chart.yaml index 67ca03a728..2385eab7c4 100644 --- a/stable/postgresql/3.0.6/Chart.yaml +++ b/stable/postgresql/3.0.7/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "13.4.0" dependencies: - name: common repository: https://truecharts.org - version: 8.0.13 + version: 8.2.2 deprecated: false description: PostgresSQL home: https://github.com/truecharts/apps/tree/master/stable/postgres @@ -25,4 +25,4 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 3.0.6 +version: 3.0.7 diff --git a/stable/postgresql/3.0.6/README.md b/stable/postgresql/3.0.7/README.md similarity index 96% rename from stable/postgresql/3.0.6/README.md rename to stable/postgresql/3.0.7/README.md index 6b7a2f3f01..196aa22b2d 100644 --- a/stable/postgresql/3.0.6/README.md +++ b/stable/postgresql/3.0.7/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.0.13 | +| https://truecharts.org | common | 8.2.2 | ## Installing the Chart diff --git a/stable/postgresql/3.0.6/app-readme.md b/stable/postgresql/3.0.7/app-readme.md similarity index 100% rename from stable/postgresql/3.0.6/app-readme.md rename to stable/postgresql/3.0.7/app-readme.md diff --git a/stable/postgresql/3.0.7/charts/common-8.2.2.tgz b/stable/postgresql/3.0.7/charts/common-8.2.2.tgz new file mode 100644 index 0000000000..7d13265fc5 Binary files /dev/null and b/stable/postgresql/3.0.7/charts/common-8.2.2.tgz differ diff --git a/stable/postgresql/3.0.6/helm-values.md b/stable/postgresql/3.0.7/helm-values.md similarity index 100% rename from stable/postgresql/3.0.6/helm-values.md rename to stable/postgresql/3.0.7/helm-values.md diff --git a/stable/postgresql/3.0.6/ix_values.yaml b/stable/postgresql/3.0.7/ix_values.yaml similarity index 100% rename from stable/postgresql/3.0.6/ix_values.yaml rename to stable/postgresql/3.0.7/ix_values.yaml diff --git a/stable/postgresql/3.0.6/questions.yaml b/stable/postgresql/3.0.7/questions.yaml similarity index 96% rename from stable/postgresql/3.0.6/questions.yaml rename to stable/postgresql/3.0.7/questions.yaml index 65daf2844f..6d318c37b5 100644 --- a/stable/postgresql/3.0.6/questions.yaml +++ b/stable/postgresql/3.0.7/questions.yaml @@ -158,6 +158,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" @@ -1290,6 +1296,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: "" @@ -1306,13 +1323,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: @@ -1323,16 +1340,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/postgresql/3.0.6/templates/backup-postgres-config.yaml b/stable/postgresql/3.0.7/templates/backup-postgres-config.yaml similarity index 100% rename from stable/postgresql/3.0.6/templates/backup-postgres-config.yaml rename to stable/postgresql/3.0.7/templates/backup-postgres-config.yaml diff --git a/stable/postgresql/3.0.6/templates/common.yaml b/stable/postgresql/3.0.7/templates/common.yaml similarity index 100% rename from stable/postgresql/3.0.6/templates/common.yaml rename to stable/postgresql/3.0.7/templates/common.yaml diff --git a/stable/postgresql/3.0.6/templates/secret.yaml b/stable/postgresql/3.0.7/templates/secret.yaml similarity index 100% rename from stable/postgresql/3.0.6/templates/secret.yaml rename to stable/postgresql/3.0.7/templates/secret.yaml diff --git a/stable/postgresql/3.0.6/templates/upgrade-backup-postgres-hook.yaml b/stable/postgresql/3.0.7/templates/upgrade-backup-postgres-hook.yaml similarity index 100% rename from stable/postgresql/3.0.6/templates/upgrade-backup-postgres-hook.yaml rename to stable/postgresql/3.0.7/templates/upgrade-backup-postgres-hook.yaml diff --git a/stable/postgresql/3.0.6/test_values.yaml b/stable/postgresql/3.0.7/test_values.yaml similarity index 100% rename from stable/postgresql/3.0.6/test_values.yaml rename to stable/postgresql/3.0.7/test_values.yaml diff --git a/stable/postgresql/3.0.6/values.yaml b/stable/postgresql/3.0.7/values.yaml similarity index 100% rename from stable/postgresql/3.0.6/values.yaml rename to stable/postgresql/3.0.7/values.yaml