diff --git a/charts/bazarr/0.3.0/.helmignore b/charts/bazarr/0.4.0/.helmignore similarity index 100% rename from charts/bazarr/0.3.0/.helmignore rename to charts/bazarr/0.4.0/.helmignore diff --git a/charts/bazarr/0.3.0/Chart.lock b/charts/bazarr/0.4.0/Chart.lock similarity index 100% rename from charts/bazarr/0.3.0/Chart.lock rename to charts/bazarr/0.4.0/Chart.lock diff --git a/charts/bazarr/0.3.0/Chart.yaml b/charts/bazarr/0.4.0/Chart.yaml similarity index 97% rename from charts/bazarr/0.3.0/Chart.yaml rename to charts/bazarr/0.4.0/Chart.yaml index 7a7248579e9..3131647f97a 100644 --- a/charts/bazarr/0.3.0/Chart.yaml +++ b/charts/bazarr/0.4.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v0.9.0.5 description: Bazarr is a companion application to Bazarr and Radarr. It manages and downloads subtitles based on your requirements name: bazarr -version: 0.3.0 +version: 0.4.0 upstream_version: 5.2.1 keywords: - bazarr diff --git a/charts/bazarr/0.3.0/LICENSE b/charts/bazarr/0.4.0/LICENSE similarity index 100% rename from charts/bazarr/0.3.0/LICENSE rename to charts/bazarr/0.4.0/LICENSE diff --git a/charts/bazarr/0.3.0/README.md b/charts/bazarr/0.4.0/README.md similarity index 100% rename from charts/bazarr/0.3.0/README.md rename to charts/bazarr/0.4.0/README.md diff --git a/charts/bazarr/0.3.0/app-readme.md b/charts/bazarr/0.4.0/app-readme.md similarity index 100% rename from charts/bazarr/0.3.0/app-readme.md rename to charts/bazarr/0.4.0/app-readme.md diff --git a/charts/bazarr/0.3.0/charts/common-0.12.0.tgz b/charts/bazarr/0.4.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/bazarr/0.3.0/charts/common-0.12.0.tgz rename to charts/bazarr/0.4.0/charts/common-0.12.0.tgz diff --git a/charts/bazarr/0.3.0/questions.yaml b/charts/bazarr/0.4.0/questions.yaml similarity index 92% rename from charts/bazarr/0.3.0/questions.yaml rename to charts/bazarr/0.4.0/questions.yaml index 788cd31e5af..00224073fee 100644 --- a/charts/bazarr/0.3.0/questions.yaml +++ b/charts/bazarr/0.4.0/questions.yaml @@ -150,6 +150,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: @@ -184,6 +199,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/bazarr/0.3.0/templates/common.yaml b/charts/bazarr/0.4.0/templates/common.yaml similarity index 100% rename from charts/bazarr/0.3.0/templates/common.yaml rename to charts/bazarr/0.4.0/templates/common.yaml diff --git a/charts/bazarr/0.3.0/values.yaml b/charts/bazarr/0.4.0/test_values.yaml similarity index 88% rename from charts/bazarr/0.3.0/values.yaml rename to charts/bazarr/0.4.0/test_values.yaml index c6109a368b2..7628ef8bf2d 100644 --- a/charts/bazarr/0.3.0/values.yaml +++ b/charts/bazarr/0.4.0/test_values.yaml @@ -41,15 +41,18 @@ persistence: ## TrueCharts Config -appVolumesEnabled: true - appVolumeMounts: config: enabled: true - emptyDir: false + emptyDir: true + mountPath: "/config" media: enabled: true - emptyDir: false + emptyDir: true + mountPath: "/media" downloads: enabled: true - emptyDir: false + emptyDir: true + mountPath: "/downloads" + + diff --git a/charts/bazarr/0.3.0/test_values.yaml b/charts/bazarr/0.4.0/values.yaml similarity index 84% rename from charts/bazarr/0.3.0/test_values.yaml rename to charts/bazarr/0.4.0/values.yaml index 19c8607aa00..270735412ed 100644 --- a/charts/bazarr/0.3.0/test_values.yaml +++ b/charts/bazarr/0.4.0/values.yaml @@ -41,7 +41,15 @@ persistence: ## TrueCharts Config -appVolumesEnabled: false -emptyDirVolumes: true +#appVolumeMounts: +# config: +# enabled: true +# emptyDir: false +# media: +# enabled: true +# emptyDir: false +# downloads: +# enabled: true +# emptyDir: false diff --git a/charts/calibre-web/0.0.1/.helmignore b/charts/calibre-web/0.1.0/.helmignore similarity index 100% rename from charts/calibre-web/0.0.1/.helmignore rename to charts/calibre-web/0.1.0/.helmignore diff --git a/charts/calibre-web/0.0.1/Chart.lock b/charts/calibre-web/0.1.0/Chart.lock similarity index 100% rename from charts/calibre-web/0.0.1/Chart.lock rename to charts/calibre-web/0.1.0/Chart.lock diff --git a/charts/calibre-web/0.0.1/Chart.yaml b/charts/calibre-web/0.1.0/Chart.yaml similarity index 97% rename from charts/calibre-web/0.0.1/Chart.yaml rename to charts/calibre-web/0.1.0/Chart.yaml index 65006eab7d1..b8af89ae45d 100644 --- a/charts/calibre-web/0.0.1/Chart.yaml +++ b/charts/calibre-web/0.1.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.6.9 description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. name: calibre-web -version: 0.0.1 +version: 0.1.0 upstream_version: 4.3.1 keywords: - calibre diff --git a/charts/calibre-web/0.0.1/README.md b/charts/calibre-web/0.1.0/README.md similarity index 100% rename from charts/calibre-web/0.0.1/README.md rename to charts/calibre-web/0.1.0/README.md diff --git a/charts/calibre-web/0.0.1/app-readme.md b/charts/calibre-web/0.1.0/app-readme.md similarity index 100% rename from charts/calibre-web/0.0.1/app-readme.md rename to charts/calibre-web/0.1.0/app-readme.md diff --git a/charts/calibre-web/0.0.1/charts/common-0.12.0.tgz b/charts/calibre-web/0.1.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/calibre-web/0.0.1/charts/common-0.12.0.tgz rename to charts/calibre-web/0.1.0/charts/common-0.12.0.tgz diff --git a/charts/calibre-web/0.0.1/questions.yaml b/charts/calibre-web/0.1.0/questions.yaml similarity index 91% rename from charts/calibre-web/0.0.1/questions.yaml rename to charts/calibre-web/0.1.0/questions.yaml index 6f1e7b50862..39dd0aca882 100644 --- a/charts/calibre-web/0.0.1/questions.yaml +++ b/charts/calibre-web/0.1.0/questions.yaml @@ -149,6 +149,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: @@ -183,6 +198,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/calibre-web/0.0.1/templates/NOTES.txt b/charts/calibre-web/0.1.0/templates/NOTES.txt similarity index 100% rename from charts/calibre-web/0.0.1/templates/NOTES.txt rename to charts/calibre-web/0.1.0/templates/NOTES.txt diff --git a/charts/calibre-web/0.0.1/templates/common.yaml b/charts/calibre-web/0.1.0/templates/common.yaml similarity index 100% rename from charts/calibre-web/0.0.1/templates/common.yaml rename to charts/calibre-web/0.1.0/templates/common.yaml diff --git a/charts/calibre-web/0.0.1/test_values.yaml b/charts/calibre-web/0.1.0/test_values.yaml similarity index 88% rename from charts/calibre-web/0.0.1/test_values.yaml rename to charts/calibre-web/0.1.0/test_values.yaml index 84cd772a702..09209af2c03 100644 --- a/charts/calibre-web/0.0.1/test_values.yaml +++ b/charts/calibre-web/0.1.0/test_values.yaml @@ -42,12 +42,14 @@ persistence: appIngressEnabled: false -appVolumesEnabled: false + appVolumeMounts: config: - enabled: false - emptyDir: false + enabled: true + emptyDir: true + mountPath: "/config" media: - enabled: false - emptyDir: false + enabled: true + emptyDir: true + mountPath: "/media" diff --git a/charts/calibre-web/0.0.1/values.yaml b/charts/calibre-web/0.1.0/values.yaml similarity index 87% rename from charts/calibre-web/0.0.1/values.yaml rename to charts/calibre-web/0.1.0/values.yaml index 84cd772a702..6f000496460 100644 --- a/charts/calibre-web/0.0.1/values.yaml +++ b/charts/calibre-web/0.1.0/values.yaml @@ -42,12 +42,12 @@ persistence: appIngressEnabled: false -appVolumesEnabled: false -appVolumeMounts: - config: - enabled: false - emptyDir: false - media: - enabled: false - emptyDir: false + +#appVolumeMounts: +# config: +# enabled: false +# emptyDir: false +# media: +# enabled: false +# emptyDir: false diff --git a/charts/esphome/0.2.0/.helmignore b/charts/esphome/0.3.0/.helmignore similarity index 100% rename from charts/esphome/0.2.0/.helmignore rename to charts/esphome/0.3.0/.helmignore diff --git a/charts/esphome/0.2.0/Chart.lock b/charts/esphome/0.3.0/Chart.lock similarity index 100% rename from charts/esphome/0.2.0/Chart.lock rename to charts/esphome/0.3.0/Chart.lock diff --git a/charts/esphome/0.2.0/Chart.yaml b/charts/esphome/0.3.0/Chart.yaml similarity index 97% rename from charts/esphome/0.2.0/Chart.yaml rename to charts/esphome/0.3.0/Chart.yaml index 05d40c64dbc..2f3593c3b8d 100644 --- a/charts/esphome/0.2.0/Chart.yaml +++ b/charts/esphome/0.3.0/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: 1.15.3 -version: 0.2.0 +version: 0.3.0 upstream_version: 4.3.1 name: esphome diff --git a/charts/esphome/0.2.0/LICENSE b/charts/esphome/0.3.0/LICENSE similarity index 100% rename from charts/esphome/0.2.0/LICENSE rename to charts/esphome/0.3.0/LICENSE diff --git a/charts/esphome/0.2.0/README.md b/charts/esphome/0.3.0/README.md similarity index 100% rename from charts/esphome/0.2.0/README.md rename to charts/esphome/0.3.0/README.md diff --git a/charts/esphome/0.2.0/app-readme.md b/charts/esphome/0.3.0/app-readme.md similarity index 100% rename from charts/esphome/0.2.0/app-readme.md rename to charts/esphome/0.3.0/app-readme.md diff --git a/charts/esphome/0.2.0/charts/common-0.12.0.tgz b/charts/esphome/0.3.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/esphome/0.2.0/charts/common-0.12.0.tgz rename to charts/esphome/0.3.0/charts/common-0.12.0.tgz diff --git a/charts/esphome/0.2.0/questions.yaml b/charts/esphome/0.3.0/questions.yaml similarity index 95% rename from charts/esphome/0.2.0/questions.yaml rename to charts/esphome/0.3.0/questions.yaml index c95ef408974..a7f6c0c8356 100644 --- a/charts/esphome/0.2.0/questions.yaml +++ b/charts/esphome/0.3.0/questions.yaml @@ -158,6 +158,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Name" schema: diff --git a/charts/esphome/0.2.0/templates/common.yaml b/charts/esphome/0.3.0/templates/common.yaml similarity index 100% rename from charts/esphome/0.2.0/templates/common.yaml rename to charts/esphome/0.3.0/templates/common.yaml diff --git a/charts/esphome/0.2.0/test_values.yaml b/charts/esphome/0.3.0/test_values.yaml similarity index 91% rename from charts/esphome/0.2.0/test_values.yaml rename to charts/esphome/0.3.0/test_values.yaml index 8b5c078d7f6..16aa6e780f9 100644 --- a/charts/esphome/0.2.0/test_values.yaml +++ b/charts/esphome/0.3.0/test_values.yaml @@ -41,7 +41,11 @@ persistence: ## TrueCharts Config -appVolumesEnabled: false -emptyDirVolumes: true +appVolumeMounts: + config: + enabled: true + emptyDir: true + mountPath: "/config" + diff --git a/charts/esphome/0.2.0/values.yaml b/charts/esphome/0.3.0/values.yaml similarity index 84% rename from charts/esphome/0.2.0/values.yaml rename to charts/esphome/0.3.0/values.yaml index 67d8132ab2b..be8fbdc71eb 100644 --- a/charts/esphome/0.2.0/values.yaml +++ b/charts/esphome/0.3.0/values.yaml @@ -42,15 +42,15 @@ persistence: ## TrueCharts Config -appVolumesEnabled: true -emptyDirVolumes: false - -appVolumeMounts: - config: - enabled: true - emptyDir: false - datasetName: "config" - mountPath: "/config" - hostPathEnabled: false + + + +#appVolumeMounts: +# config: +# enabled: true +# emptyDir: false +# datasetName: "config" +# mountPath: "/config" +# hostPathEnabled: false diff --git a/charts/freshrss/0.0.1/.helmignore b/charts/freshrss/0.1.0/.helmignore similarity index 100% rename from charts/freshrss/0.0.1/.helmignore rename to charts/freshrss/0.1.0/.helmignore diff --git a/charts/freshrss/0.0.1/Chart.lock b/charts/freshrss/0.1.0/Chart.lock similarity index 100% rename from charts/freshrss/0.0.1/Chart.lock rename to charts/freshrss/0.1.0/Chart.lock diff --git a/charts/freshrss/0.0.1/Chart.yaml b/charts/freshrss/0.1.0/Chart.yaml similarity index 97% rename from charts/freshrss/0.0.1/Chart.yaml rename to charts/freshrss/0.1.0/Chart.yaml index 609754d38d3..3eda3665603 100644 --- a/charts/freshrss/0.0.1/Chart.yaml +++ b/charts/freshrss/0.1.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.17.0 description: FreshRSS is a self-hosted RSS feed aggregator name: freshrss -version: 0.0.1 +version: 0.1.0 upstream_version: 2.3.1 keywords: - freshrss diff --git a/charts/freshrss/0.0.1/README.md b/charts/freshrss/0.1.0/README.md similarity index 100% rename from charts/freshrss/0.0.1/README.md rename to charts/freshrss/0.1.0/README.md diff --git a/charts/freshrss/0.0.1/app-readme.md b/charts/freshrss/0.1.0/app-readme.md similarity index 100% rename from charts/freshrss/0.0.1/app-readme.md rename to charts/freshrss/0.1.0/app-readme.md diff --git a/charts/freshrss/0.0.1/charts/common-0.12.0.tgz b/charts/freshrss/0.1.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/freshrss/0.0.1/charts/common-0.12.0.tgz rename to charts/freshrss/0.1.0/charts/common-0.12.0.tgz diff --git a/charts/freshrss/0.0.1/questions.yaml b/charts/freshrss/0.1.0/questions.yaml similarity index 95% rename from charts/freshrss/0.0.1/questions.yaml rename to charts/freshrss/0.1.0/questions.yaml index 21ed56197fd..8cac8755b4d 100644 --- a/charts/freshrss/0.0.1/questions.yaml +++ b/charts/freshrss/0.1.0/questions.yaml @@ -149,6 +149,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/freshrss/0.0.1/templates/NOTES.txt b/charts/freshrss/0.1.0/templates/NOTES.txt similarity index 100% rename from charts/freshrss/0.0.1/templates/NOTES.txt rename to charts/freshrss/0.1.0/templates/NOTES.txt diff --git a/charts/freshrss/0.0.1/templates/common.yaml b/charts/freshrss/0.1.0/templates/common.yaml similarity index 100% rename from charts/freshrss/0.0.1/templates/common.yaml rename to charts/freshrss/0.1.0/templates/common.yaml diff --git a/charts/freshrss/0.0.1/test_values.yaml b/charts/freshrss/0.1.0/test_values.yaml similarity index 84% rename from charts/freshrss/0.0.1/test_values.yaml rename to charts/freshrss/0.1.0/test_values.yaml index fabaf6e29bb..fe3c0cbd00d 100644 --- a/charts/freshrss/0.0.1/test_values.yaml +++ b/charts/freshrss/0.1.0/test_values.yaml @@ -24,9 +24,10 @@ persistence: appIngressEnabled: false -appVolumesEnabled: false + appVolumeMounts: config: - enabled: false - emptyDir: false + enabled: true + emptyDir: true + mountPath: "/config" diff --git a/charts/freshrss/0.0.1/values.yaml b/charts/freshrss/0.1.0/values.yaml similarity index 78% rename from charts/freshrss/0.0.1/values.yaml rename to charts/freshrss/0.1.0/values.yaml index dc3842a5bd7..143ffd1f07d 100644 --- a/charts/freshrss/0.0.1/values.yaml +++ b/charts/freshrss/0.1.0/values.yaml @@ -24,8 +24,8 @@ persistence: appIngressEnabled: false -appVolumesEnabled: false -appVolumeMounts: - config: - enabled: false - emptyDir: false \ No newline at end of file + +#appVolumeMounts: +# config: +# enabled: false +# emptyDir: false \ No newline at end of file diff --git a/charts/gaps/0.0.1/.helmignore b/charts/gaps/0.1.0/.helmignore similarity index 100% rename from charts/gaps/0.0.1/.helmignore rename to charts/gaps/0.1.0/.helmignore diff --git a/charts/gaps/0.0.1/Chart.lock b/charts/gaps/0.1.0/Chart.lock similarity index 100% rename from charts/gaps/0.0.1/Chart.lock rename to charts/gaps/0.1.0/Chart.lock diff --git a/charts/gaps/0.0.1/Chart.yaml b/charts/gaps/0.1.0/Chart.yaml similarity index 97% rename from charts/gaps/0.0.1/Chart.yaml rename to charts/gaps/0.1.0/Chart.yaml index 3dde60a4a16..c5e15aef20e 100644 --- a/charts/gaps/0.0.1/Chart.yaml +++ b/charts/gaps/0.1.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: latest description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. name: gaps -version: 0.0.1 +version: 0.1.0 upstream_version: 1.1.1 keywords: - plex diff --git a/charts/gaps/0.0.1/README.md b/charts/gaps/0.1.0/README.md similarity index 100% rename from charts/gaps/0.0.1/README.md rename to charts/gaps/0.1.0/README.md diff --git a/charts/gaps/0.0.1/app-readme.md b/charts/gaps/0.1.0/app-readme.md similarity index 100% rename from charts/gaps/0.0.1/app-readme.md rename to charts/gaps/0.1.0/app-readme.md diff --git a/charts/gaps/0.0.1/charts/common-0.12.0.tgz b/charts/gaps/0.1.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/gaps/0.0.1/charts/common-0.12.0.tgz rename to charts/gaps/0.1.0/charts/common-0.12.0.tgz diff --git a/charts/gaps/0.0.1/questions.yaml b/charts/gaps/0.1.0/questions.yaml similarity index 95% rename from charts/gaps/0.0.1/questions.yaml rename to charts/gaps/0.1.0/questions.yaml index 4667f0e9bad..3a7ab0d5601 100644 --- a/charts/gaps/0.0.1/questions.yaml +++ b/charts/gaps/0.1.0/questions.yaml @@ -149,6 +149,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/gaps/0.0.1/templates/NOTES.txt b/charts/gaps/0.1.0/templates/NOTES.txt similarity index 100% rename from charts/gaps/0.0.1/templates/NOTES.txt rename to charts/gaps/0.1.0/templates/NOTES.txt diff --git a/charts/gaps/0.0.1/templates/common.yaml b/charts/gaps/0.1.0/templates/common.yaml similarity index 100% rename from charts/gaps/0.0.1/templates/common.yaml rename to charts/gaps/0.1.0/templates/common.yaml diff --git a/charts/gaps/0.0.1/test_values.yaml b/charts/gaps/0.1.0/test_values.yaml similarity index 84% rename from charts/gaps/0.0.1/test_values.yaml rename to charts/gaps/0.1.0/test_values.yaml index 0468d9fed8e..c0dec517239 100644 --- a/charts/gaps/0.0.1/test_values.yaml +++ b/charts/gaps/0.1.0/test_values.yaml @@ -23,9 +23,10 @@ persistence: appIngressEnabled: false -appVolumesEnabled: false + appVolumeMounts: data: - enabled: false - emptyDir: false + enabled: true + emptyDir: true + mountPath: "/data" diff --git a/charts/gaps/0.0.1/values.yaml b/charts/gaps/0.1.0/values.yaml similarity index 77% rename from charts/gaps/0.0.1/values.yaml rename to charts/gaps/0.1.0/values.yaml index 0468d9fed8e..829af451bcd 100644 --- a/charts/gaps/0.0.1/values.yaml +++ b/charts/gaps/0.1.0/values.yaml @@ -23,9 +23,6 @@ persistence: appIngressEnabled: false -appVolumesEnabled: false -appVolumeMounts: - data: - enabled: false - emptyDir: false + + diff --git a/charts/grocy/0.0.1/.helmignore b/charts/grocy/0.1.0/.helmignore similarity index 100% rename from charts/grocy/0.0.1/.helmignore rename to charts/grocy/0.1.0/.helmignore diff --git a/charts/grocy/0.0.1/Chart.lock b/charts/grocy/0.1.0/Chart.lock similarity index 100% rename from charts/grocy/0.0.1/Chart.lock rename to charts/grocy/0.1.0/Chart.lock diff --git a/charts/grocy/0.0.1/Chart.yaml b/charts/grocy/0.1.0/Chart.yaml similarity index 97% rename from charts/grocy/0.0.1/Chart.yaml rename to charts/grocy/0.1.0/Chart.yaml index 06fe8f988d7..bfc2787efcb 100644 --- a/charts/grocy/0.0.1/Chart.yaml +++ b/charts/grocy/0.1.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.7.1 description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home name: grocy -version: 0.0.1 +version: 0.1.0 upstream_version: 4.3.1 keywords: - grocy diff --git a/charts/grocy/0.0.1/README.md b/charts/grocy/0.1.0/README.md similarity index 100% rename from charts/grocy/0.0.1/README.md rename to charts/grocy/0.1.0/README.md diff --git a/charts/grocy/0.0.1/app-readme.md b/charts/grocy/0.1.0/app-readme.md similarity index 100% rename from charts/grocy/0.0.1/app-readme.md rename to charts/grocy/0.1.0/app-readme.md diff --git a/charts/grocy/0.0.1/charts/common-0.12.0.tgz b/charts/grocy/0.1.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/grocy/0.0.1/charts/common-0.12.0.tgz rename to charts/grocy/0.1.0/charts/common-0.12.0.tgz diff --git a/charts/grocy/0.0.1/questions.yaml b/charts/grocy/0.1.0/questions.yaml similarity index 95% rename from charts/grocy/0.0.1/questions.yaml rename to charts/grocy/0.1.0/questions.yaml index 3490a26785f..0cb6af73dbd 100644 --- a/charts/grocy/0.0.1/questions.yaml +++ b/charts/grocy/0.1.0/questions.yaml @@ -149,6 +149,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/grocy/0.0.1/templates/common.yaml b/charts/grocy/0.1.0/templates/common.yaml similarity index 100% rename from charts/grocy/0.0.1/templates/common.yaml rename to charts/grocy/0.1.0/templates/common.yaml diff --git a/charts/grocy/0.0.1/test_values.yaml b/charts/grocy/0.1.0/test_values.yaml similarity index 83% rename from charts/grocy/0.0.1/test_values.yaml rename to charts/grocy/0.1.0/test_values.yaml index 104a8dc0059..7439fba01a7 100644 --- a/charts/grocy/0.0.1/test_values.yaml +++ b/charts/grocy/0.1.0/test_values.yaml @@ -24,8 +24,9 @@ persistence: appIngressEnabled: false -appVolumesEnabled: false + appVolumeMounts: config: - enabled: false - emptyDir: false + enabled: true + emptyDir: true + mountPath: "/config" diff --git a/charts/grocy/0.0.1/values.yaml b/charts/grocy/0.1.0/values.yaml similarity index 77% rename from charts/grocy/0.0.1/values.yaml rename to charts/grocy/0.1.0/values.yaml index 104a8dc0059..653c724b9d0 100644 --- a/charts/grocy/0.0.1/values.yaml +++ b/charts/grocy/0.1.0/values.yaml @@ -24,8 +24,5 @@ persistence: appIngressEnabled: false -appVolumesEnabled: false -appVolumeMounts: - config: - enabled: false - emptyDir: false + + diff --git a/charts/heimdall/0.3.0/.helmignore b/charts/heimdall/0.4.0/.helmignore similarity index 100% rename from charts/heimdall/0.3.0/.helmignore rename to charts/heimdall/0.4.0/.helmignore diff --git a/charts/heimdall/0.3.0/Chart.lock b/charts/heimdall/0.4.0/Chart.lock similarity index 100% rename from charts/heimdall/0.3.0/Chart.lock rename to charts/heimdall/0.4.0/Chart.lock diff --git a/charts/heimdall/0.3.0/Chart.yaml b/charts/heimdall/0.4.0/Chart.yaml similarity index 97% rename from charts/heimdall/0.3.0/Chart.yaml rename to charts/heimdall/0.4.0/Chart.yaml index d16c5edf0d7..66e04ea79c0 100644 --- a/charts/heimdall/0.3.0/Chart.yaml +++ b/charts/heimdall/0.4.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.2.2 description: An Application dashboard and launcher name: heimdall -version: 0.3.0 +version: 0.4.0 upstream_version: 4.1.1 keywords: - heimdall diff --git a/charts/heimdall/0.3.0/LICENSE b/charts/heimdall/0.4.0/LICENSE similarity index 100% rename from charts/heimdall/0.3.0/LICENSE rename to charts/heimdall/0.4.0/LICENSE diff --git a/charts/heimdall/0.3.0/README.md b/charts/heimdall/0.4.0/README.md similarity index 100% rename from charts/heimdall/0.3.0/README.md rename to charts/heimdall/0.4.0/README.md diff --git a/charts/heimdall/0.3.0/app-readme.md b/charts/heimdall/0.4.0/app-readme.md similarity index 100% rename from charts/heimdall/0.3.0/app-readme.md rename to charts/heimdall/0.4.0/app-readme.md diff --git a/charts/heimdall/0.3.0/charts/common-0.12.0.tgz b/charts/heimdall/0.4.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/heimdall/0.3.0/charts/common-0.12.0.tgz rename to charts/heimdall/0.4.0/charts/common-0.12.0.tgz diff --git a/charts/heimdall/0.3.0/questions.yaml b/charts/heimdall/0.4.0/questions.yaml similarity index 94% rename from charts/heimdall/0.3.0/questions.yaml rename to charts/heimdall/0.4.0/questions.yaml index 90fc586f686..97db8584a25 100644 --- a/charts/heimdall/0.3.0/questions.yaml +++ b/charts/heimdall/0.4.0/questions.yaml @@ -150,6 +150,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/heimdall/0.3.0/templates/common.yaml b/charts/heimdall/0.4.0/templates/common.yaml similarity index 100% rename from charts/heimdall/0.3.0/templates/common.yaml rename to charts/heimdall/0.4.0/templates/common.yaml diff --git a/charts/heimdall/0.3.0/test_values.yaml b/charts/heimdall/0.4.0/test_values.yaml similarity index 79% rename from charts/heimdall/0.3.0/test_values.yaml rename to charts/heimdall/0.4.0/test_values.yaml index aca5740efc8..00b5cc03505 100644 --- a/charts/heimdall/0.3.0/test_values.yaml +++ b/charts/heimdall/0.4.0/test_values.yaml @@ -28,7 +28,11 @@ persistence: ## TrueCharts Config -appVolumesEnabled: false -emptyDirVolumes: true +appVolumeMounts: + config: + enabled: true + emptyDir: true + mountPath: "/config" + diff --git a/charts/heimdall/0.3.0/values.yaml b/charts/heimdall/0.4.0/values.yaml similarity index 89% rename from charts/heimdall/0.3.0/values.yaml rename to charts/heimdall/0.4.0/values.yaml index 5ba4c4a53ba..faf868b8f69 100644 --- a/charts/heimdall/0.3.0/values.yaml +++ b/charts/heimdall/0.4.0/values.yaml @@ -28,9 +28,10 @@ persistence: ## TrueCharts Config -appVolumesEnabled: true + appVolumeMounts: config: enabled: true - emptyDir: false + emptyDir: true + mountPath: "/config" diff --git a/charts/home-assistant/0.1.0/.helmignore b/charts/home-assistant/0.2.0/.helmignore similarity index 100% rename from charts/home-assistant/0.1.0/.helmignore rename to charts/home-assistant/0.2.0/.helmignore diff --git a/charts/home-assistant/0.1.0/Chart.lock b/charts/home-assistant/0.2.0/Chart.lock similarity index 100% rename from charts/home-assistant/0.1.0/Chart.lock rename to charts/home-assistant/0.2.0/Chart.lock diff --git a/charts/home-assistant/0.1.0/Chart.yaml b/charts/home-assistant/0.2.0/Chart.yaml similarity index 96% rename from charts/home-assistant/0.1.0/Chart.yaml rename to charts/home-assistant/0.2.0/Chart.yaml index 640090d0060..60e075681ea 100644 --- a/charts/home-assistant/0.1.0/Chart.yaml +++ b/charts/home-assistant/0.2.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2021.2.2 description: Home Assistant name: home-assistant -version: 0.1.0 +version: 0.2.0 upstream_version: 5.3.0 keywords: - home-assistant @@ -27,7 +27,7 @@ dependencies: # condition: postgresql.enabled ## mariadb is currently not ported to SCALE yet. # - name: mariadb -# version: 0.0.1 +# version: 0.1.0 # repository: file://../../mariadb/0.0.1/ # condition: mariadb.enabled ## InfluxDB is currently not ported to SCALE yet. diff --git a/charts/home-assistant/0.1.0/LICENSE b/charts/home-assistant/0.2.0/LICENSE similarity index 100% rename from charts/home-assistant/0.1.0/LICENSE rename to charts/home-assistant/0.2.0/LICENSE diff --git a/charts/home-assistant/0.1.0/README.md b/charts/home-assistant/0.2.0/README.md similarity index 100% rename from charts/home-assistant/0.1.0/README.md rename to charts/home-assistant/0.2.0/README.md diff --git a/charts/home-assistant/0.1.0/app-readme.md b/charts/home-assistant/0.2.0/app-readme.md similarity index 100% rename from charts/home-assistant/0.1.0/app-readme.md rename to charts/home-assistant/0.2.0/app-readme.md diff --git a/charts/home-assistant/0.1.0/charts/common-0.12.0.tgz b/charts/home-assistant/0.2.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/home-assistant/0.1.0/charts/common-0.12.0.tgz rename to charts/home-assistant/0.2.0/charts/common-0.12.0.tgz diff --git a/charts/home-assistant/0.1.0/questions.yaml b/charts/home-assistant/0.2.0/questions.yaml similarity index 96% rename from charts/home-assistant/0.1.0/questions.yaml rename to charts/home-assistant/0.2.0/questions.yaml index a4580209ca2..cf97e7cbadc 100644 --- a/charts/home-assistant/0.1.0/questions.yaml +++ b/charts/home-assistant/0.2.0/questions.yaml @@ -112,6 +112,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Name" schema: diff --git a/charts/home-assistant/0.1.0/templates/common.yaml b/charts/home-assistant/0.2.0/templates/common.yaml similarity index 100% rename from charts/home-assistant/0.1.0/templates/common.yaml rename to charts/home-assistant/0.2.0/templates/common.yaml diff --git a/charts/home-assistant/0.1.0/templates/secret.yaml b/charts/home-assistant/0.2.0/templates/secret.yaml similarity index 100% rename from charts/home-assistant/0.1.0/templates/secret.yaml rename to charts/home-assistant/0.2.0/templates/secret.yaml diff --git a/charts/home-assistant/0.1.0/templates/servicemonitor.yaml b/charts/home-assistant/0.2.0/templates/servicemonitor.yaml similarity index 100% rename from charts/home-assistant/0.1.0/templates/servicemonitor.yaml rename to charts/home-assistant/0.2.0/templates/servicemonitor.yaml diff --git a/charts/home-assistant/0.1.0/test_values.yaml b/charts/home-assistant/0.2.0/test_values.yaml similarity index 96% rename from charts/home-assistant/0.1.0/test_values.yaml rename to charts/home-assistant/0.2.0/test_values.yaml index 851442848a6..66f58b935b3 100644 --- a/charts/home-assistant/0.1.0/test_values.yaml +++ b/charts/home-assistant/0.2.0/test_values.yaml @@ -109,6 +109,10 @@ influxdb: ## TrueCharts Config -appVolumesEnabled: false -emptyDirVolumes: true +appVolumeMounts: + config: + enabled: true + emptyDir: true + mountPath: "/config" + diff --git a/charts/home-assistant/0.1.0/values.yaml b/charts/home-assistant/0.2.0/values.yaml similarity index 92% rename from charts/home-assistant/0.1.0/values.yaml rename to charts/home-assistant/0.2.0/values.yaml index 28e28f4bfb2..00baa51593e 100644 --- a/charts/home-assistant/0.1.0/values.yaml +++ b/charts/home-assistant/0.2.0/values.yaml @@ -109,16 +109,16 @@ influxdb: ## TrueCharts Config -appVolumesEnabled: true -emptyDirVolumes: false -appVolumeMounts: - config: - enabled: true - emptyDir: false - datasetName: "config" - mountPath: "/config" - hostPathEnabled: false - data: - enabled: false - emptyDir: false + + +#appVolumeMounts: +# config: +# enabled: true +# emptyDir: false +# datasetName: "config" +# mountPath: "/config" +# hostPathEnabled: false +# data: +# enabled: false +# emptyDir: false diff --git a/charts/jackett/0.4.0/.helmignore b/charts/jackett/0.5.0/.helmignore similarity index 100% rename from charts/jackett/0.4.0/.helmignore rename to charts/jackett/0.5.0/.helmignore diff --git a/charts/jackett/0.4.0/Chart.lock b/charts/jackett/0.5.0/Chart.lock similarity index 100% rename from charts/jackett/0.4.0/Chart.lock rename to charts/jackett/0.5.0/Chart.lock diff --git a/charts/jackett/0.4.0/Chart.yaml b/charts/jackett/0.5.0/Chart.yaml similarity index 97% rename from charts/jackett/0.4.0/Chart.yaml rename to charts/jackett/0.5.0/Chart.yaml index 2f836927349..6b34b3fdee2 100644 --- a/charts/jackett/0.4.0/Chart.yaml +++ b/charts/jackett/0.5.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: version-v0.17.153 description: API Support for your favorite torrent trackers. name: jackett -version: 0.4.0 +version: 0.5.0 keywords: - jackett - torrent diff --git a/charts/jackett/0.4.0/LICENSE b/charts/jackett/0.5.0/LICENSE similarity index 100% rename from charts/jackett/0.4.0/LICENSE rename to charts/jackett/0.5.0/LICENSE diff --git a/charts/jackett/0.4.0/README.md b/charts/jackett/0.5.0/README.md similarity index 100% rename from charts/jackett/0.4.0/README.md rename to charts/jackett/0.5.0/README.md diff --git a/charts/jackett/0.4.0/app-readme.md b/charts/jackett/0.5.0/app-readme.md similarity index 100% rename from charts/jackett/0.4.0/app-readme.md rename to charts/jackett/0.5.0/app-readme.md diff --git a/charts/jackett/0.4.0/charts/common-0.12.0.tgz b/charts/jackett/0.5.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/jackett/0.4.0/charts/common-0.12.0.tgz rename to charts/jackett/0.5.0/charts/common-0.12.0.tgz diff --git a/charts/jackett/0.4.0/questions.yaml b/charts/jackett/0.5.0/questions.yaml similarity index 95% rename from charts/jackett/0.4.0/questions.yaml rename to charts/jackett/0.5.0/questions.yaml index 110f978bb66..104a01155f9 100644 --- a/charts/jackett/0.4.0/questions.yaml +++ b/charts/jackett/0.5.0/questions.yaml @@ -150,6 +150,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/jackett/0.4.0/templates/common.yaml b/charts/jackett/0.5.0/templates/common.yaml similarity index 100% rename from charts/jackett/0.4.0/templates/common.yaml rename to charts/jackett/0.5.0/templates/common.yaml diff --git a/charts/jackett/0.4.0/test_values.yaml b/charts/jackett/0.5.0/test_values.yaml similarity index 91% rename from charts/jackett/0.4.0/test_values.yaml rename to charts/jackett/0.5.0/test_values.yaml index f621bb6e4d8..a67380e666c 100644 --- a/charts/jackett/0.4.0/test_values.yaml +++ b/charts/jackett/0.5.0/test_values.yaml @@ -43,7 +43,11 @@ persistence: ## TrueCharts Values -appVolumesEnabled: false -emptyDirVolumes: true +appVolumeMounts: + config: + enabled: true + emptyDir: true + mountPath: "/config" + diff --git a/charts/jackett/0.4.0/values.yaml b/charts/jackett/0.5.0/values.yaml similarity index 86% rename from charts/jackett/0.4.0/values.yaml rename to charts/jackett/0.5.0/values.yaml index 163c0eb3a94..bbc076a3c1d 100644 --- a/charts/jackett/0.4.0/values.yaml +++ b/charts/jackett/0.5.0/values.yaml @@ -42,12 +42,12 @@ persistence: ## TrueCharts Values -appVolumesEnabled: true -emptyDirVolumes: false -appVolumeMounts: - config: - enabled: true - emptyDir: false - datasetName: "ix-jackett_config" + + +#appVolumeMounts: +# config: +# enabled: true +# emptyDir: false +# datasetName: "ix-jackett_config" diff --git a/charts/jellyfin/0.3.1/.helmignore b/charts/jellyfin/0.4.0/.helmignore similarity index 100% rename from charts/jellyfin/0.3.1/.helmignore rename to charts/jellyfin/0.4.0/.helmignore diff --git a/charts/jellyfin/0.3.1/Chart.lock b/charts/jellyfin/0.4.0/Chart.lock similarity index 100% rename from charts/jellyfin/0.3.1/Chart.lock rename to charts/jellyfin/0.4.0/Chart.lock diff --git a/charts/jellyfin/0.3.1/Chart.yaml b/charts/jellyfin/0.4.0/Chart.yaml similarity index 97% rename from charts/jellyfin/0.3.1/Chart.yaml rename to charts/jellyfin/0.4.0/Chart.yaml index a2971e1966c..f121a96d073 100644 --- a/charts/jellyfin/0.3.1/Chart.yaml +++ b/charts/jellyfin/0.4.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 10.6.4 description: Jellyfin is a Free Software Media System name: jellyfin -version: 0.3.1 +version: 0.4.0 upstream_version: 4.2.1 keywords: - jellyfin diff --git a/charts/jellyfin/0.3.1/LICENSE b/charts/jellyfin/0.4.0/LICENSE similarity index 100% rename from charts/jellyfin/0.3.1/LICENSE rename to charts/jellyfin/0.4.0/LICENSE diff --git a/charts/jellyfin/0.3.1/README.md b/charts/jellyfin/0.4.0/README.md similarity index 100% rename from charts/jellyfin/0.3.1/README.md rename to charts/jellyfin/0.4.0/README.md diff --git a/charts/jellyfin/0.3.1/app-readme.md b/charts/jellyfin/0.4.0/app-readme.md similarity index 100% rename from charts/jellyfin/0.3.1/app-readme.md rename to charts/jellyfin/0.4.0/app-readme.md diff --git a/charts/jellyfin/0.3.1/charts/common-0.12.0.tgz b/charts/jellyfin/0.4.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/jellyfin/0.3.1/charts/common-0.12.0.tgz rename to charts/jellyfin/0.4.0/charts/common-0.12.0.tgz diff --git a/charts/jellyfin/0.3.1/questions.yaml b/charts/jellyfin/0.4.0/questions.yaml similarity index 91% rename from charts/jellyfin/0.3.1/questions.yaml rename to charts/jellyfin/0.4.0/questions.yaml index c2108ae1942..e6dc9fc0744 100644 --- a/charts/jellyfin/0.3.1/questions.yaml +++ b/charts/jellyfin/0.4.0/questions.yaml @@ -150,6 +150,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: @@ -184,6 +199,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/jellyfin/0.3.1/templates/common.yaml b/charts/jellyfin/0.4.0/templates/common.yaml similarity index 100% rename from charts/jellyfin/0.3.1/templates/common.yaml rename to charts/jellyfin/0.4.0/templates/common.yaml diff --git a/charts/jellyfin/0.3.1/values.yaml b/charts/jellyfin/0.4.0/test_values.yaml similarity index 91% rename from charts/jellyfin/0.3.1/values.yaml rename to charts/jellyfin/0.4.0/test_values.yaml index b89e8233c52..de1147fa712 100644 --- a/charts/jellyfin/0.3.1/values.yaml +++ b/charts/jellyfin/0.4.0/test_values.yaml @@ -37,12 +37,15 @@ persistence: ## TrueCharts Config -appVolumesEnabled: true appVolumeMounts: config: enabled: true - emptyDir: false + emptyDir: true + mountPath: "/config" media: enabled: true - emptyDir: false + emptyDir: true + mountPath: "/media" + + diff --git a/charts/jellyfin/0.3.1/test_values.yaml b/charts/jellyfin/0.4.0/values.yaml similarity index 88% rename from charts/jellyfin/0.3.1/test_values.yaml rename to charts/jellyfin/0.4.0/values.yaml index 819d0ebfcbc..7a2769fd911 100644 --- a/charts/jellyfin/0.3.1/test_values.yaml +++ b/charts/jellyfin/0.4.0/values.yaml @@ -37,7 +37,12 @@ persistence: ## TrueCharts Config -appVolumesEnabled: false -emptyDirVolumes: true +#appVolumeMounts: +# config: +# enabled: true +# emptyDir: false +# media: +# enabled: true +# emptyDir: false diff --git a/charts/kms/0.3.1/.helmignore b/charts/kms/0.4.0/.helmignore similarity index 100% rename from charts/kms/0.3.1/.helmignore rename to charts/kms/0.4.0/.helmignore diff --git a/charts/kms/0.3.1/Chart.lock b/charts/kms/0.4.0/Chart.lock similarity index 100% rename from charts/kms/0.3.1/Chart.lock rename to charts/kms/0.4.0/Chart.lock diff --git a/charts/kms/0.3.1/Chart.yaml b/charts/kms/0.4.0/Chart.yaml similarity index 96% rename from charts/kms/0.3.1/Chart.yaml rename to charts/kms/0.4.0/Chart.yaml index 4618f70db7b..2669580b5d3 100644 --- a/charts/kms/0.3.1/Chart.yaml +++ b/charts/kms/0.4.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: latest description: Private Windows Activation Server for development and testing name: kms -version: 0.3.1 +version: 0.4.0 keywords: - kms home: https://github.com/truecharts/charts/tree/dev/charts/kms diff --git a/charts/kms/0.3.1/LICENSE b/charts/kms/0.4.0/LICENSE similarity index 100% rename from charts/kms/0.3.1/LICENSE rename to charts/kms/0.4.0/LICENSE diff --git a/charts/kms/0.3.1/README.md b/charts/kms/0.4.0/README.md similarity index 100% rename from charts/kms/0.3.1/README.md rename to charts/kms/0.4.0/README.md diff --git a/charts/kms/0.3.1/app-readme.md b/charts/kms/0.4.0/app-readme.md similarity index 100% rename from charts/kms/0.3.1/app-readme.md rename to charts/kms/0.4.0/app-readme.md diff --git a/charts/kms/0.3.1/charts/common-0.12.0.tgz b/charts/kms/0.4.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/kms/0.3.1/charts/common-0.12.0.tgz rename to charts/kms/0.4.0/charts/common-0.12.0.tgz diff --git a/charts/kms/0.3.1/questions.yaml b/charts/kms/0.4.0/questions.yaml similarity index 93% rename from charts/kms/0.3.1/questions.yaml rename to charts/kms/0.4.0/questions.yaml index f8da1ed0748..32a4b19b96e 100644 --- a/charts/kms/0.3.1/questions.yaml +++ b/charts/kms/0.4.0/questions.yaml @@ -150,6 +150,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/kms/0.3.1/templates/common.yaml b/charts/kms/0.4.0/templates/common.yaml similarity index 100% rename from charts/kms/0.3.1/templates/common.yaml rename to charts/kms/0.4.0/templates/common.yaml diff --git a/charts/kms/0.3.1/values.yaml b/charts/kms/0.4.0/test_values.yaml similarity index 79% rename from charts/kms/0.3.1/values.yaml rename to charts/kms/0.4.0/test_values.yaml index 8177dcd1105..9a417e90b69 100644 --- a/charts/kms/0.3.1/values.yaml +++ b/charts/kms/0.4.0/test_values.yaml @@ -17,6 +17,7 @@ env: {} # PUID: 1001 # PGID: 1001 + persistence: config: enabled: false @@ -25,12 +26,11 @@ persistence: ## TrueCharts Values -appVolumesEnabled: true -emptyDirVolumes: false appVolumeMounts: config: enabled: true - emptyDir: false - datasetName: "config" + emptyDir: true + mountPath: "/config" + diff --git a/charts/kms/0.3.1/test_values.yaml b/charts/kms/0.4.0/values.yaml similarity index 75% rename from charts/kms/0.3.1/test_values.yaml rename to charts/kms/0.4.0/values.yaml index ba1a6a8ec27..852a6594494 100644 --- a/charts/kms/0.3.1/test_values.yaml +++ b/charts/kms/0.4.0/values.yaml @@ -17,7 +17,6 @@ env: {} # PUID: 1001 # PGID: 1001 - persistence: config: enabled: false @@ -26,7 +25,12 @@ persistence: ## TrueCharts Values -appVolumesEnabled: false -emptyDirVolumes: true + +#appVolumeMounts: +# config: +# enabled: true +# emptyDir: false +# datasetName: "config" + diff --git a/charts/lazylibrarian/0.4.0/.helmignore b/charts/lazylibrarian/0.5.0/.helmignore similarity index 100% rename from charts/lazylibrarian/0.4.0/.helmignore rename to charts/lazylibrarian/0.5.0/.helmignore diff --git a/charts/lazylibrarian/0.4.0/Chart.lock b/charts/lazylibrarian/0.5.0/Chart.lock similarity index 100% rename from charts/lazylibrarian/0.4.0/Chart.lock rename to charts/lazylibrarian/0.5.0/Chart.lock diff --git a/charts/lazylibrarian/0.4.0/Chart.yaml b/charts/lazylibrarian/0.5.0/Chart.yaml similarity index 97% rename from charts/lazylibrarian/0.4.0/Chart.yaml rename to charts/lazylibrarian/0.5.0/Chart.yaml index 05fe64d77a6..ff1f8985827 100644 --- a/charts/lazylibrarian/0.4.0/Chart.yaml +++ b/charts/lazylibrarian/0.5.0/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: lazylibrarian description: A Helm chart for deploying LazyLibrarian -version: 0.4.0 +version: 0.5.0 appVersion: 1.7.2 upstream_version: 2.1.0 keywords: diff --git a/charts/lazylibrarian/0.4.0/README.md b/charts/lazylibrarian/0.5.0/README.md similarity index 100% rename from charts/lazylibrarian/0.4.0/README.md rename to charts/lazylibrarian/0.5.0/README.md diff --git a/charts/lazylibrarian/0.4.0/app-readme.md b/charts/lazylibrarian/0.5.0/app-readme.md similarity index 100% rename from charts/lazylibrarian/0.4.0/app-readme.md rename to charts/lazylibrarian/0.5.0/app-readme.md diff --git a/charts/lazylibrarian/0.4.0/charts/common-0.12.0.tgz b/charts/lazylibrarian/0.5.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/lazylibrarian/0.4.0/charts/common-0.12.0.tgz rename to charts/lazylibrarian/0.5.0/charts/common-0.12.0.tgz diff --git a/charts/lazylibrarian/0.4.0/questions.yaml b/charts/lazylibrarian/0.5.0/questions.yaml similarity index 92% rename from charts/lazylibrarian/0.4.0/questions.yaml rename to charts/lazylibrarian/0.5.0/questions.yaml index 9d8309ad95d..dba8ebd1bb9 100644 --- a/charts/lazylibrarian/0.4.0/questions.yaml +++ b/charts/lazylibrarian/0.5.0/questions.yaml @@ -151,6 +151,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: @@ -185,6 +200,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/lazylibrarian/0.4.0/templates/common.yaml b/charts/lazylibrarian/0.5.0/templates/common.yaml similarity index 100% rename from charts/lazylibrarian/0.4.0/templates/common.yaml rename to charts/lazylibrarian/0.5.0/templates/common.yaml diff --git a/charts/lazylibrarian/0.4.0/values.yaml b/charts/lazylibrarian/0.5.0/test_values.yaml similarity index 88% rename from charts/lazylibrarian/0.4.0/values.yaml rename to charts/lazylibrarian/0.5.0/test_values.yaml index 5bc3b8d6ec6..00db6b8def8 100644 --- a/charts/lazylibrarian/0.4.0/values.yaml +++ b/charts/lazylibrarian/0.5.0/test_values.yaml @@ -41,16 +41,19 @@ persistence: ## TrueCharts Config -appVolumesEnabled: true appVolumeMounts: config: enabled: true - emptyDir: false + emptyDir: true + mountPath: "/config" media: enabled: true - emptyDir: false + emptyDir: true + mountPath: "/media" downloads: enabled: true - emptyDir: false + emptyDir: true + mountPath: "/downloads" + diff --git a/charts/lazylibrarian/0.4.0/test_values.yaml b/charts/lazylibrarian/0.5.0/values.yaml similarity index 84% rename from charts/lazylibrarian/0.4.0/test_values.yaml rename to charts/lazylibrarian/0.5.0/values.yaml index f4215e80d47..8e2fa832d11 100644 --- a/charts/lazylibrarian/0.4.0/test_values.yaml +++ b/charts/lazylibrarian/0.5.0/values.yaml @@ -41,7 +41,16 @@ persistence: ## TrueCharts Config -appVolumesEnabled: false -emptyDirVolumes: true +#appVolumeMounts: +# config: +# enabled: true +# emptyDir: false +# media: +# enabled: true +# emptyDir: false +# downloads: +# enabled: true +# emptyDir: false + diff --git a/charts/lidarr/0.3.0/.helmignore b/charts/lidarr/0.4.0/.helmignore similarity index 100% rename from charts/lidarr/0.3.0/.helmignore rename to charts/lidarr/0.4.0/.helmignore diff --git a/charts/lidarr/0.3.0/Chart.lock b/charts/lidarr/0.4.0/Chart.lock similarity index 100% rename from charts/lidarr/0.3.0/Chart.lock rename to charts/lidarr/0.4.0/Chart.lock diff --git a/charts/lidarr/0.3.0/Chart.yaml b/charts/lidarr/0.4.0/Chart.yaml similarity index 97% rename from charts/lidarr/0.3.0/Chart.yaml rename to charts/lidarr/0.4.0/Chart.yaml index cddad760d4c..9113b869ff9 100644 --- a/charts/lidarr/0.3.0/Chart.yaml +++ b/charts/lidarr/0.4.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.8.0.1886 description: Looks and smells like Sonarr but made for music name: lidarr -version: 0.3.0 +version: 0.4.0 keywords: - lidarr - torrent diff --git a/charts/lidarr/0.3.0/LICENSE b/charts/lidarr/0.4.0/LICENSE similarity index 100% rename from charts/lidarr/0.3.0/LICENSE rename to charts/lidarr/0.4.0/LICENSE diff --git a/charts/lidarr/0.3.0/README.md b/charts/lidarr/0.4.0/README.md similarity index 100% rename from charts/lidarr/0.3.0/README.md rename to charts/lidarr/0.4.0/README.md diff --git a/charts/lidarr/0.3.0/app-readme.md b/charts/lidarr/0.4.0/app-readme.md similarity index 100% rename from charts/lidarr/0.3.0/app-readme.md rename to charts/lidarr/0.4.0/app-readme.md diff --git a/charts/lidarr/0.3.0/charts/common-0.12.0.tgz b/charts/lidarr/0.4.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/lidarr/0.3.0/charts/common-0.12.0.tgz rename to charts/lidarr/0.4.0/charts/common-0.12.0.tgz diff --git a/charts/lidarr/0.3.0/questions.yaml b/charts/lidarr/0.4.0/questions.yaml similarity index 92% rename from charts/lidarr/0.3.0/questions.yaml rename to charts/lidarr/0.4.0/questions.yaml index d3ea2d88ab0..22278932051 100644 --- a/charts/lidarr/0.3.0/questions.yaml +++ b/charts/lidarr/0.4.0/questions.yaml @@ -150,6 +150,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: @@ -184,6 +199,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/lidarr/0.3.0/templates/common.yaml b/charts/lidarr/0.4.0/templates/common.yaml similarity index 100% rename from charts/lidarr/0.3.0/templates/common.yaml rename to charts/lidarr/0.4.0/templates/common.yaml diff --git a/charts/lidarr/0.3.0/values.yaml b/charts/lidarr/0.4.0/test_values.yaml similarity index 88% rename from charts/lidarr/0.3.0/values.yaml rename to charts/lidarr/0.4.0/test_values.yaml index 3d5bc2849f1..b8646201a60 100644 --- a/charts/lidarr/0.3.0/values.yaml +++ b/charts/lidarr/0.4.0/test_values.yaml @@ -42,16 +42,20 @@ persistence: ## TrueCharts Config -appVolumesEnabled: true appVolumeMounts: config: enabled: true - emptyDir: false + emptyDir: true + mountPath: "/config" media: enabled: true - emptyDir: false + emptyDir: true + mountPath: "/media" downloads: enabled: true - emptyDir: false + emptyDir: true + mountPath: "/downloads" + + diff --git a/charts/lidarr/0.3.0/test_values.yaml b/charts/lidarr/0.4.0/values.yaml similarity index 84% rename from charts/lidarr/0.3.0/test_values.yaml rename to charts/lidarr/0.4.0/values.yaml index ebd0b046d1f..a01b1230607 100644 --- a/charts/lidarr/0.3.0/test_values.yaml +++ b/charts/lidarr/0.4.0/values.yaml @@ -42,8 +42,16 @@ persistence: ## TrueCharts Config -appVolumesEnabled: false -emptyDirVolumes: true +#appVolumeMounts: +# config: +# enabled: true +# emptyDir: false +# media: +# enabled: true +# emptyDir: false +# downloads: +# enabled: true +# emptyDir: false diff --git a/charts/lychee/0.0.1/.helmignore b/charts/lychee/0.1.0/.helmignore similarity index 100% rename from charts/lychee/0.0.1/.helmignore rename to charts/lychee/0.1.0/.helmignore diff --git a/charts/lychee/0.0.1/Chart.lock b/charts/lychee/0.1.0/Chart.lock similarity index 100% rename from charts/lychee/0.0.1/Chart.lock rename to charts/lychee/0.1.0/Chart.lock diff --git a/charts/lychee/0.0.1/Chart.yaml b/charts/lychee/0.1.0/Chart.yaml similarity index 97% rename from charts/lychee/0.0.1/Chart.yaml rename to charts/lychee/0.1.0/Chart.yaml index e2a879eb1e2..18801074079 100644 --- a/charts/lychee/0.0.1/Chart.yaml +++ b/charts/lychee/0.1.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 4.0.8 description: Lychee is a free photo-management tool, which runs on your server or web-space name: lychee -version: 0.0.1 +version: 0.1.0 upstream_version: 2.3.1 keywords: - lychee diff --git a/charts/lychee/0.0.1/README.md b/charts/lychee/0.1.0/README.md similarity index 100% rename from charts/lychee/0.0.1/README.md rename to charts/lychee/0.1.0/README.md diff --git a/charts/lychee/0.0.1/app-readme.md b/charts/lychee/0.1.0/app-readme.md similarity index 100% rename from charts/lychee/0.0.1/app-readme.md rename to charts/lychee/0.1.0/app-readme.md diff --git a/charts/lychee/0.0.1/charts/common-0.12.0.tgz b/charts/lychee/0.1.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/lychee/0.0.1/charts/common-0.12.0.tgz rename to charts/lychee/0.1.0/charts/common-0.12.0.tgz diff --git a/charts/lychee/0.0.1/questions.yaml b/charts/lychee/0.1.0/questions.yaml similarity index 92% rename from charts/lychee/0.0.1/questions.yaml rename to charts/lychee/0.1.0/questions.yaml index 26a3f2de7c7..9097481e733 100644 --- a/charts/lychee/0.0.1/questions.yaml +++ b/charts/lychee/0.1.0/questions.yaml @@ -149,6 +149,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: @@ -183,6 +198,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/lychee/0.0.1/templates/NOTES.txt b/charts/lychee/0.1.0/templates/NOTES.txt similarity index 100% rename from charts/lychee/0.0.1/templates/NOTES.txt rename to charts/lychee/0.1.0/templates/NOTES.txt diff --git a/charts/lychee/0.0.1/templates/common.yaml b/charts/lychee/0.1.0/templates/common.yaml similarity index 100% rename from charts/lychee/0.0.1/templates/common.yaml rename to charts/lychee/0.1.0/templates/common.yaml diff --git a/charts/lychee/0.0.1/test_values.yaml b/charts/lychee/0.1.0/test_values.yaml similarity index 91% rename from charts/lychee/0.0.1/test_values.yaml rename to charts/lychee/0.1.0/test_values.yaml index 1226f812d96..4cfbaba7dd2 100644 --- a/charts/lychee/0.0.1/test_values.yaml +++ b/charts/lychee/0.1.0/test_values.yaml @@ -71,15 +71,18 @@ persistence: appIngressEnabled: false -appVolumesEnabled: false + appVolumeMounts: config: - enabled: false - emptyDir: false + enabled: true + emptyDir: true + mountPath: "/config" uploads: - enabled: false - emptyDir: false + enabled: true + emptyDir: true + mountPath: "/uploads" sym: - enabled: false - emptyDir: false + enabled: true + emptyDir: true + mountPath: "/sym" diff --git a/charts/lychee/0.0.1/values.yaml b/charts/lychee/0.1.0/values.yaml similarity index 91% rename from charts/lychee/0.0.1/values.yaml rename to charts/lychee/0.1.0/values.yaml index 77e4cd8f759..cff044738c5 100644 --- a/charts/lychee/0.0.1/values.yaml +++ b/charts/lychee/0.1.0/values.yaml @@ -71,14 +71,14 @@ persistence: appIngressEnabled: false -appVolumesEnabled: false -appVolumeMounts: - config: - enabled: false - emptyDir: false - uploads: - enabled: false - emptyDir: false - sym: - enabled: false - emptyDir: false \ No newline at end of file + +#appVolumeMounts: +# config: +# enabled: false +# emptyDir: false +# uploads: +# enabled: false +# emptyDir: false +# sym: +# enabled: false +# emptyDir: false \ No newline at end of file diff --git a/charts/node-red/0.3.0/.helmignore b/charts/node-red/0.4.0/.helmignore similarity index 100% rename from charts/node-red/0.3.0/.helmignore rename to charts/node-red/0.4.0/.helmignore diff --git a/charts/node-red/0.3.0/Chart.lock b/charts/node-red/0.4.0/Chart.lock similarity index 100% rename from charts/node-red/0.3.0/Chart.lock rename to charts/node-red/0.4.0/Chart.lock diff --git a/charts/node-red/0.3.0/Chart.yaml b/charts/node-red/0.4.0/Chart.yaml similarity index 97% rename from charts/node-red/0.3.0/Chart.yaml rename to charts/node-red/0.4.0/Chart.yaml index ba5e627275e..8aed64e94d4 100644 --- a/charts/node-red/0.3.0/Chart.yaml +++ b/charts/node-red/0.4.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.2.5 description: Node-RED is low-code programming for event-driven applications name: node-red -version: 0.3.0 +version: 0.4.0 upstream_version: 5.2.1 keywords: - nodered diff --git a/charts/node-red/0.3.0/LICENSE b/charts/node-red/0.4.0/LICENSE similarity index 100% rename from charts/node-red/0.3.0/LICENSE rename to charts/node-red/0.4.0/LICENSE diff --git a/charts/node-red/0.3.0/README.md b/charts/node-red/0.4.0/README.md similarity index 100% rename from charts/node-red/0.3.0/README.md rename to charts/node-red/0.4.0/README.md diff --git a/charts/node-red/0.3.0/app-readme.md b/charts/node-red/0.4.0/app-readme.md similarity index 100% rename from charts/node-red/0.3.0/app-readme.md rename to charts/node-red/0.4.0/app-readme.md diff --git a/charts/node-red/0.3.0/charts/common-0.12.0.tgz b/charts/node-red/0.4.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/node-red/0.3.0/charts/common-0.12.0.tgz rename to charts/node-red/0.4.0/charts/common-0.12.0.tgz diff --git a/charts/node-red/0.3.0/questions.yaml b/charts/node-red/0.4.0/questions.yaml similarity index 91% rename from charts/node-red/0.3.0/questions.yaml rename to charts/node-red/0.4.0/questions.yaml index cc711186fa4..70ff98b67bd 100644 --- a/charts/node-red/0.3.0/questions.yaml +++ b/charts/node-red/0.4.0/questions.yaml @@ -150,6 +150,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: @@ -184,6 +199,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/node-red/0.3.0/templates/common.yaml b/charts/node-red/0.4.0/templates/common.yaml similarity index 100% rename from charts/node-red/0.3.0/templates/common.yaml rename to charts/node-red/0.4.0/templates/common.yaml diff --git a/charts/node-red/0.3.0/values.yaml b/charts/node-red/0.4.0/test_values.yaml similarity index 85% rename from charts/node-red/0.3.0/values.yaml rename to charts/node-red/0.4.0/test_values.yaml index 922158cdf8a..0803a938809 100644 --- a/charts/node-red/0.3.0/values.yaml +++ b/charts/node-red/0.4.0/test_values.yaml @@ -27,15 +27,15 @@ persistence: emptyDir: false mountPath: /data + ## TrueCharts Config -appVolumesEnabled: true + appVolumeMounts: config: enabled: true - emptyDir: false - data: - enabled: true - emptyDir: false + emptyDir: true + mountPath: "/config" + diff --git a/charts/node-red/0.3.0/test_values.yaml b/charts/node-red/0.4.0/values.yaml similarity index 80% rename from charts/node-red/0.3.0/test_values.yaml rename to charts/node-red/0.4.0/values.yaml index 8ae595b36d0..2465de0c0d7 100644 --- a/charts/node-red/0.3.0/test_values.yaml +++ b/charts/node-red/0.4.0/values.yaml @@ -27,11 +27,15 @@ persistence: emptyDir: false mountPath: /data - ## TrueCharts Config -appVolumesEnabled: false -emptyDirVolumes: true +#appVolumeMounts: +# config: +# enabled: true +# emptyDir: false +# data: +# enabled: true +# emptyDir: false diff --git a/charts/nzbhydra2/0.0.1/.helmignore b/charts/nzbhydra2/0.1.0/.helmignore similarity index 100% rename from charts/nzbhydra2/0.0.1/.helmignore rename to charts/nzbhydra2/0.1.0/.helmignore diff --git a/charts/nzbhydra2/0.0.1/Chart.lock b/charts/nzbhydra2/0.1.0/Chart.lock similarity index 100% rename from charts/nzbhydra2/0.0.1/Chart.lock rename to charts/nzbhydra2/0.1.0/Chart.lock diff --git a/charts/nzbhydra2/0.0.1/Chart.yaml b/charts/nzbhydra2/0.1.0/Chart.yaml similarity index 97% rename from charts/nzbhydra2/0.0.1/Chart.yaml rename to charts/nzbhydra2/0.1.0/Chart.yaml index 00f05242b44..d9c56fd6b1b 100644 --- a/charts/nzbhydra2/0.0.1/Chart.yaml +++ b/charts/nzbhydra2/0.1.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v3.8.1 description: Usenet meta search name: nzbhydra2 -version: 0.0.1 +version: 0.1.0 upstream_version: 5.3.1 keywords: - nzbhydra2 diff --git a/charts/nzbhydra2/0.0.1/README.md b/charts/nzbhydra2/0.1.0/README.md similarity index 100% rename from charts/nzbhydra2/0.0.1/README.md rename to charts/nzbhydra2/0.1.0/README.md diff --git a/charts/nzbhydra2/0.0.1/app-readme.md b/charts/nzbhydra2/0.1.0/app-readme.md similarity index 100% rename from charts/nzbhydra2/0.0.1/app-readme.md rename to charts/nzbhydra2/0.1.0/app-readme.md diff --git a/charts/nzbhydra2/0.0.1/charts/common-0.12.0.tgz b/charts/nzbhydra2/0.1.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/nzbhydra2/0.0.1/charts/common-0.12.0.tgz rename to charts/nzbhydra2/0.1.0/charts/common-0.12.0.tgz diff --git a/charts/nzbhydra2/0.0.1/questions.yaml b/charts/nzbhydra2/0.1.0/questions.yaml similarity index 95% rename from charts/nzbhydra2/0.0.1/questions.yaml rename to charts/nzbhydra2/0.1.0/questions.yaml index d867d2ce6b7..6ccc227bc2d 100644 --- a/charts/nzbhydra2/0.0.1/questions.yaml +++ b/charts/nzbhydra2/0.1.0/questions.yaml @@ -149,6 +149,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/nzbhydra2/0.0.1/templates/NOTES.txt b/charts/nzbhydra2/0.1.0/templates/NOTES.txt similarity index 100% rename from charts/nzbhydra2/0.0.1/templates/NOTES.txt rename to charts/nzbhydra2/0.1.0/templates/NOTES.txt diff --git a/charts/nzbhydra2/0.0.1/templates/common.yaml b/charts/nzbhydra2/0.1.0/templates/common.yaml similarity index 100% rename from charts/nzbhydra2/0.0.1/templates/common.yaml rename to charts/nzbhydra2/0.1.0/templates/common.yaml diff --git a/charts/nzbhydra2/0.0.1/test_values.yaml b/charts/nzbhydra2/0.1.0/test_values.yaml similarity index 94% rename from charts/nzbhydra2/0.0.1/test_values.yaml rename to charts/nzbhydra2/0.1.0/test_values.yaml index aea49b64e4c..4f15d68248f 100644 --- a/charts/nzbhydra2/0.0.1/test_values.yaml +++ b/charts/nzbhydra2/0.1.0/test_values.yaml @@ -60,10 +60,11 @@ persistence: appIngressEnabled: false -appVolumesEnabled: false + appVolumeMounts: config: - enabled: false - emptyDir: false + enabled: true + emptyDir: true + mountPath: "/config" diff --git a/charts/nzbhydra2/0.0.1/values.yaml b/charts/nzbhydra2/0.1.0/values.yaml similarity index 91% rename from charts/nzbhydra2/0.0.1/values.yaml rename to charts/nzbhydra2/0.1.0/values.yaml index aea49b64e4c..46b2c901ee5 100644 --- a/charts/nzbhydra2/0.0.1/values.yaml +++ b/charts/nzbhydra2/0.1.0/values.yaml @@ -60,10 +60,10 @@ persistence: appIngressEnabled: false -appVolumesEnabled: false -appVolumeMounts: - config: - enabled: false - emptyDir: false - + +#appVolumeMounts: +# config: +# enabled: false +# emptyDir: false + diff --git a/charts/ombi/0.3.0/.helmignore b/charts/ombi/0.4.0/.helmignore similarity index 100% rename from charts/ombi/0.3.0/.helmignore rename to charts/ombi/0.4.0/.helmignore diff --git a/charts/ombi/0.3.0/Chart.lock b/charts/ombi/0.4.0/Chart.lock similarity index 100% rename from charts/ombi/0.3.0/Chart.lock rename to charts/ombi/0.4.0/Chart.lock diff --git a/charts/ombi/0.3.0/Chart.yaml b/charts/ombi/0.4.0/Chart.yaml similarity index 97% rename from charts/ombi/0.3.0/Chart.yaml rename to charts/ombi/0.4.0/Chart.yaml index e6556335a6d..da7f2d3a345 100644 --- a/charts/ombi/0.3.0/Chart.yaml +++ b/charts/ombi/0.4.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 4.0.681 description: Want a Movie or TV Show on Plex or Emby? Use Ombi! name: ombi -version: 0.3.0 +version: 0.4.0 keywords: - ombi - plex diff --git a/charts/ombi/0.3.0/LICENSE b/charts/ombi/0.4.0/LICENSE similarity index 100% rename from charts/ombi/0.3.0/LICENSE rename to charts/ombi/0.4.0/LICENSE diff --git a/charts/ombi/0.3.0/README.md b/charts/ombi/0.4.0/README.md similarity index 100% rename from charts/ombi/0.3.0/README.md rename to charts/ombi/0.4.0/README.md diff --git a/charts/ombi/0.3.0/app-readme.md b/charts/ombi/0.4.0/app-readme.md similarity index 100% rename from charts/ombi/0.3.0/app-readme.md rename to charts/ombi/0.4.0/app-readme.md diff --git a/charts/ombi/0.3.0/charts/common-0.12.0.tgz b/charts/ombi/0.4.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/ombi/0.3.0/charts/common-0.12.0.tgz rename to charts/ombi/0.4.0/charts/common-0.12.0.tgz diff --git a/charts/ombi/0.3.0/questions.yaml b/charts/ombi/0.4.0/questions.yaml similarity index 94% rename from charts/ombi/0.3.0/questions.yaml rename to charts/ombi/0.4.0/questions.yaml index b0938741a70..d43662c2b52 100644 --- a/charts/ombi/0.3.0/questions.yaml +++ b/charts/ombi/0.4.0/questions.yaml @@ -150,6 +150,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/ombi/0.3.0/templates/common.yaml b/charts/ombi/0.4.0/templates/common.yaml similarity index 100% rename from charts/ombi/0.3.0/templates/common.yaml rename to charts/ombi/0.4.0/templates/common.yaml diff --git a/charts/ombi/0.3.0/values.yaml b/charts/ombi/0.4.0/test_values.yaml similarity index 93% rename from charts/ombi/0.3.0/values.yaml rename to charts/ombi/0.4.0/test_values.yaml index 4d6504f28a6..930e60d640b 100644 --- a/charts/ombi/0.3.0/values.yaml +++ b/charts/ombi/0.4.0/test_values.yaml @@ -38,9 +38,11 @@ mariadb: ## TrueCharts Config -appVolumesEnabled: true appVolumeMounts: config: enabled: true - emptyDir: false + emptyDir: true + mountPath: "/config" + + diff --git a/charts/ombi/0.3.0/test_values.yaml b/charts/ombi/0.4.0/values.yaml similarity index 89% rename from charts/ombi/0.3.0/test_values.yaml rename to charts/ombi/0.4.0/values.yaml index 4fdc6de5985..87dd33544a7 100644 --- a/charts/ombi/0.3.0/test_values.yaml +++ b/charts/ombi/0.4.0/values.yaml @@ -38,7 +38,9 @@ mariadb: ## TrueCharts Config -appVolumesEnabled: false -emptyDirVolumes: true +#appVolumeMounts: +# config: +# enabled: true +# emptyDir: false diff --git a/charts/organizr/0.3.0/.helmignore b/charts/organizr/0.4.0/.helmignore similarity index 100% rename from charts/organizr/0.3.0/.helmignore rename to charts/organizr/0.4.0/.helmignore diff --git a/charts/organizr/0.3.0/Chart.lock b/charts/organizr/0.4.0/Chart.lock similarity index 100% rename from charts/organizr/0.3.0/Chart.lock rename to charts/organizr/0.4.0/Chart.lock diff --git a/charts/organizr/0.3.0/Chart.yaml b/charts/organizr/0.4.0/Chart.yaml similarity index 97% rename from charts/organizr/0.3.0/Chart.yaml rename to charts/organizr/0.4.0/Chart.yaml index 09b444c04a8..2631f838aec 100644 --- a/charts/organizr/0.3.0/Chart.yaml +++ b/charts/organizr/0.4.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: latest description: HTPC/Homelab Services Organizer name: organizr -version: 0.3.0 +version: 0.4.0 upstream_version: 3.2.1 keywords: - organizr diff --git a/charts/organizr/0.3.0/LICENSE b/charts/organizr/0.4.0/LICENSE similarity index 100% rename from charts/organizr/0.3.0/LICENSE rename to charts/organizr/0.4.0/LICENSE diff --git a/charts/organizr/0.3.0/README.md b/charts/organizr/0.4.0/README.md similarity index 100% rename from charts/organizr/0.3.0/README.md rename to charts/organizr/0.4.0/README.md diff --git a/charts/organizr/0.3.0/app-readme.md b/charts/organizr/0.4.0/app-readme.md similarity index 100% rename from charts/organizr/0.3.0/app-readme.md rename to charts/organizr/0.4.0/app-readme.md diff --git a/charts/organizr/0.3.0/charts/common-0.12.0.tgz b/charts/organizr/0.4.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/organizr/0.3.0/charts/common-0.12.0.tgz rename to charts/organizr/0.4.0/charts/common-0.12.0.tgz diff --git a/charts/organizr/0.3.0/questions.yaml b/charts/organizr/0.4.0/questions.yaml similarity index 91% rename from charts/organizr/0.3.0/questions.yaml rename to charts/organizr/0.4.0/questions.yaml index 6ce60f9051d..4965c096f3f 100644 --- a/charts/organizr/0.3.0/questions.yaml +++ b/charts/organizr/0.4.0/questions.yaml @@ -151,6 +151,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: @@ -185,6 +200,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/organizr/0.3.0/templates/common.yaml b/charts/organizr/0.4.0/templates/common.yaml similarity index 100% rename from charts/organizr/0.3.0/templates/common.yaml rename to charts/organizr/0.4.0/templates/common.yaml diff --git a/charts/organizr/0.3.0/values.yaml b/charts/organizr/0.4.0/test_values.yaml similarity index 79% rename from charts/organizr/0.3.0/values.yaml rename to charts/organizr/0.4.0/test_values.yaml index adbbc391dbd..e0e390216e3 100644 --- a/charts/organizr/0.3.0/values.yaml +++ b/charts/organizr/0.4.0/test_values.yaml @@ -25,13 +25,12 @@ persistence: ## TrueCharts Config -appVolumesEnabled: true appVolumeMounts: config: enabled: true - emptyDir: false - data: - enabled: true - emptyDir: false + emptyDir: true + mountPath: "/config" + + diff --git a/charts/organizr/0.3.0/test_values.yaml b/charts/organizr/0.4.0/values.yaml similarity index 72% rename from charts/organizr/0.3.0/test_values.yaml rename to charts/organizr/0.4.0/values.yaml index 4c673c556df..052ba51cb0c 100644 --- a/charts/organizr/0.3.0/test_values.yaml +++ b/charts/organizr/0.4.0/values.yaml @@ -25,8 +25,13 @@ persistence: ## TrueCharts Config -appVolumesEnabled: false -emptyDirVolumes: true +#appVolumeMounts: +# config: +# enabled: true +# emptyDir: false +# data: +# enabled: true +# emptyDir: false diff --git a/charts/qbittorrent/0.0.1/.helmignore b/charts/qbittorrent/0.1.0/.helmignore similarity index 100% rename from charts/qbittorrent/0.0.1/.helmignore rename to charts/qbittorrent/0.1.0/.helmignore diff --git a/charts/qbittorrent/0.0.1/Chart.lock b/charts/qbittorrent/0.1.0/Chart.lock similarity index 100% rename from charts/qbittorrent/0.0.1/Chart.lock rename to charts/qbittorrent/0.1.0/Chart.lock diff --git a/charts/qbittorrent/0.0.1/Chart.yaml b/charts/qbittorrent/0.1.0/Chart.yaml similarity index 97% rename from charts/qbittorrent/0.0.1/Chart.yaml rename to charts/qbittorrent/0.1.0/Chart.yaml index 87c998e178e..8ef296af86c 100644 --- a/charts/qbittorrent/0.0.1/Chart.yaml +++ b/charts/qbittorrent/0.1.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 4.3.0 description: qBittorrent is a cross-platform free and open-source BitTorrent client name: qbittorrent -version: 0.0.1 +version: 0.1.0 upstream_version: 7.2.1 keywords: - qbittorrent diff --git a/charts/qbittorrent/0.0.1/README.md b/charts/qbittorrent/0.1.0/README.md similarity index 100% rename from charts/qbittorrent/0.0.1/README.md rename to charts/qbittorrent/0.1.0/README.md diff --git a/charts/qbittorrent/0.0.1/app-readme.md b/charts/qbittorrent/0.1.0/app-readme.md similarity index 100% rename from charts/qbittorrent/0.0.1/app-readme.md rename to charts/qbittorrent/0.1.0/app-readme.md diff --git a/charts/qbittorrent/0.0.1/charts/common-0.12.0.tgz b/charts/qbittorrent/0.1.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/qbittorrent/0.0.1/charts/common-0.12.0.tgz rename to charts/qbittorrent/0.1.0/charts/common-0.12.0.tgz diff --git a/charts/qbittorrent/0.0.1/questions.yaml b/charts/qbittorrent/0.1.0/questions.yaml similarity index 94% rename from charts/qbittorrent/0.0.1/questions.yaml rename to charts/qbittorrent/0.1.0/questions.yaml index 3577da6783a..dbffb3b61d3 100644 --- a/charts/qbittorrent/0.0.1/questions.yaml +++ b/charts/qbittorrent/0.1.0/questions.yaml @@ -233,6 +233,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: @@ -267,6 +282,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/qbittorrent/0.0.1/templates/NOTES.txt b/charts/qbittorrent/0.1.0/templates/NOTES.txt similarity index 100% rename from charts/qbittorrent/0.0.1/templates/NOTES.txt rename to charts/qbittorrent/0.1.0/templates/NOTES.txt diff --git a/charts/qbittorrent/0.0.1/templates/common.yaml b/charts/qbittorrent/0.1.0/templates/common.yaml similarity index 100% rename from charts/qbittorrent/0.0.1/templates/common.yaml rename to charts/qbittorrent/0.1.0/templates/common.yaml diff --git a/charts/qbittorrent/0.0.1/templates/configmap.yaml b/charts/qbittorrent/0.1.0/templates/configmap.yaml similarity index 100% rename from charts/qbittorrent/0.0.1/templates/configmap.yaml rename to charts/qbittorrent/0.1.0/templates/configmap.yaml diff --git a/charts/qbittorrent/0.0.1/test_values.yaml b/charts/qbittorrent/0.1.0/test_values.yaml similarity index 91% rename from charts/qbittorrent/0.0.1/test_values.yaml rename to charts/qbittorrent/0.1.0/test_values.yaml index be81ec47a0d..2898c5e29d2 100644 --- a/charts/qbittorrent/0.0.1/test_values.yaml +++ b/charts/qbittorrent/0.1.0/test_values.yaml @@ -81,14 +81,17 @@ additionalVolumeMounts: appIngressEnabled: false -appVolumesEnabled: false + appVolumeMounts: config: - enabled: false - emptyDir: false + enabled: true + emptyDir: true + mountPath: "/config" media: - enabled: false - emptyDir: false + enabled: true + emptyDir: true + mountPath: "/media" downloads: - enabled: false - emptyDir: false + enabled: true + emptyDir: true + mountPath: "/downloads" diff --git a/charts/qbittorrent/0.0.1/values.yaml b/charts/qbittorrent/0.1.0/values.yaml similarity index 91% rename from charts/qbittorrent/0.0.1/values.yaml rename to charts/qbittorrent/0.1.0/values.yaml index be81ec47a0d..da605f1a891 100644 --- a/charts/qbittorrent/0.0.1/values.yaml +++ b/charts/qbittorrent/0.1.0/values.yaml @@ -81,14 +81,14 @@ additionalVolumeMounts: appIngressEnabled: false -appVolumesEnabled: false -appVolumeMounts: - config: - enabled: false - emptyDir: false - media: - enabled: false - emptyDir: false - downloads: - enabled: false - emptyDir: false + +#appVolumeMounts: +# config: +# enabled: false +# emptyDir: false +# media: +# enabled: false +# emptyDir: false +# downloads: +# enabled: false +# emptyDir: false diff --git a/charts/radarr/0.3.0/.helmignore b/charts/radarr/0.4.0/.helmignore similarity index 100% rename from charts/radarr/0.3.0/.helmignore rename to charts/radarr/0.4.0/.helmignore diff --git a/charts/radarr/0.3.0/Chart.lock b/charts/radarr/0.4.0/Chart.lock similarity index 100% rename from charts/radarr/0.3.0/Chart.lock rename to charts/radarr/0.4.0/Chart.lock diff --git a/charts/radarr/0.3.0/Chart.yaml b/charts/radarr/0.4.0/Chart.yaml similarity index 97% rename from charts/radarr/0.3.0/Chart.yaml rename to charts/radarr/0.4.0/Chart.yaml index 1be07bcd22c..6931e345506 100644 --- a/charts/radarr/0.3.0/Chart.yaml +++ b/charts/radarr/0.4.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 3.0.0.3989 description: A fork of Sonarr to work with movies à la Couchpotato name: radarr -version: 0.3.0 +version: 0.4.0 keywords: - radarr - torrent diff --git a/charts/radarr/0.3.0/LICENSE b/charts/radarr/0.4.0/LICENSE similarity index 100% rename from charts/radarr/0.3.0/LICENSE rename to charts/radarr/0.4.0/LICENSE diff --git a/charts/radarr/0.3.0/README.md b/charts/radarr/0.4.0/README.md similarity index 100% rename from charts/radarr/0.3.0/README.md rename to charts/radarr/0.4.0/README.md diff --git a/charts/radarr/0.3.0/app-readme.md b/charts/radarr/0.4.0/app-readme.md similarity index 100% rename from charts/radarr/0.3.0/app-readme.md rename to charts/radarr/0.4.0/app-readme.md diff --git a/charts/radarr/0.3.0/charts/common-0.12.0.tgz b/charts/radarr/0.4.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/radarr/0.3.0/charts/common-0.12.0.tgz rename to charts/radarr/0.4.0/charts/common-0.12.0.tgz diff --git a/charts/radarr/0.3.0/questions.yaml b/charts/radarr/0.4.0/questions.yaml similarity index 92% rename from charts/radarr/0.3.0/questions.yaml rename to charts/radarr/0.4.0/questions.yaml index fc77da1d1f0..3c17ce4bb34 100644 --- a/charts/radarr/0.3.0/questions.yaml +++ b/charts/radarr/0.4.0/questions.yaml @@ -151,6 +151,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: @@ -185,6 +200,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/radarr/0.3.0/templates/common.yaml b/charts/radarr/0.4.0/templates/common.yaml similarity index 100% rename from charts/radarr/0.3.0/templates/common.yaml rename to charts/radarr/0.4.0/templates/common.yaml diff --git a/charts/radarr/0.3.0/values.yaml b/charts/radarr/0.4.0/test_values.yaml similarity index 88% rename from charts/radarr/0.3.0/values.yaml rename to charts/radarr/0.4.0/test_values.yaml index 03729901a38..0ef59771c26 100644 --- a/charts/radarr/0.3.0/values.yaml +++ b/charts/radarr/0.4.0/test_values.yaml @@ -41,16 +41,17 @@ persistence: ## TrueCharts Config -appVolumesEnabled: true - appVolumeMounts: config: enabled: true - emptyDir: false + emptyDir: true + mountPath: "/config" media: enabled: true - emptyDir: false + emptyDir: true + mountPath: "/media" downloads: enabled: true - emptyDir: false + emptyDir: true + mountPath: "/downloads" diff --git a/charts/radarr/0.3.0/test_values.yaml b/charts/radarr/0.4.0/values.yaml similarity index 84% rename from charts/radarr/0.3.0/test_values.yaml rename to charts/radarr/0.4.0/values.yaml index e3e770dd69e..eafa2689b0e 100644 --- a/charts/radarr/0.3.0/test_values.yaml +++ b/charts/radarr/0.4.0/values.yaml @@ -41,6 +41,16 @@ persistence: ## TrueCharts Config -appVolumesEnabled: false -emptyDirVolumes: true + + +#appVolumeMounts: +# config: +# enabled: true +# emptyDir: false +# media: +# enabled: true +# emptyDir: false +# downloads: +# enabled: true +# emptyDir: false diff --git a/charts/readarr/0.0.1/.helmignore b/charts/readarr/0.1.0/.helmignore similarity index 100% rename from charts/readarr/0.0.1/.helmignore rename to charts/readarr/0.1.0/.helmignore diff --git a/charts/readarr/0.0.1/Chart.lock b/charts/readarr/0.1.0/Chart.lock similarity index 100% rename from charts/readarr/0.0.1/Chart.lock rename to charts/readarr/0.1.0/Chart.lock diff --git a/charts/readarr/0.0.1/Chart.yaml b/charts/readarr/0.1.0/Chart.yaml similarity index 93% rename from charts/readarr/0.0.1/Chart.yaml rename to charts/readarr/0.1.0/Chart.yaml index 5c0b5b9a18c..61f77e64ebe 100644 --- a/charts/readarr/0.0.1/Chart.yaml +++ b/charts/readarr/0.1.0/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 0.1.0.351 +appversion: 0.2.0.351 description: A fork of Radarr to work with Books & AudioBooks name: readarr -version: 0.0.1 +version: 0.1.0 upstream_version: 1.1.1 keywords: - readarr diff --git a/charts/readarr/0.0.1/README.md b/charts/readarr/0.1.0/README.md similarity index 100% rename from charts/readarr/0.0.1/README.md rename to charts/readarr/0.1.0/README.md diff --git a/charts/readarr/0.0.1/app-readme.md b/charts/readarr/0.1.0/app-readme.md similarity index 100% rename from charts/readarr/0.0.1/app-readme.md rename to charts/readarr/0.1.0/app-readme.md diff --git a/charts/readarr/0.0.1/charts/common-0.12.0.tgz b/charts/readarr/0.1.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/readarr/0.0.1/charts/common-0.12.0.tgz rename to charts/readarr/0.1.0/charts/common-0.12.0.tgz diff --git a/charts/readarr/0.0.1/questions.yaml b/charts/readarr/0.1.0/questions.yaml similarity index 92% rename from charts/readarr/0.0.1/questions.yaml rename to charts/readarr/0.1.0/questions.yaml index 46fca7810cb..61026e51742 100644 --- a/charts/readarr/0.0.1/questions.yaml +++ b/charts/readarr/0.1.0/questions.yaml @@ -149,6 +149,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: @@ -183,6 +198,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/readarr/0.0.1/templates/NOTES.txt b/charts/readarr/0.1.0/templates/NOTES.txt similarity index 100% rename from charts/readarr/0.0.1/templates/NOTES.txt rename to charts/readarr/0.1.0/templates/NOTES.txt diff --git a/charts/readarr/0.0.1/templates/common.yaml b/charts/readarr/0.1.0/templates/common.yaml similarity index 100% rename from charts/readarr/0.0.1/templates/common.yaml rename to charts/readarr/0.1.0/templates/common.yaml diff --git a/charts/readarr/0.0.1/test_values.yaml b/charts/readarr/0.1.0/test_values.yaml similarity index 88% rename from charts/readarr/0.0.1/test_values.yaml rename to charts/readarr/0.1.0/test_values.yaml index b9e382c2617..6f459bc13e2 100644 --- a/charts/readarr/0.0.1/test_values.yaml +++ b/charts/readarr/0.1.0/test_values.yaml @@ -41,11 +41,13 @@ persistence: appIngressEnabled: false -appVolumesEnabled: false + appVolumeMounts: config: - enabled: false - emptyDir: false + enabled: true + emptyDir: true + mountPath: "/config" media: - enabled: false - emptyDir: false + enabled: true + emptyDir: true + mountPath: "/media" diff --git a/charts/readarr/0.0.1/values.yaml b/charts/readarr/0.1.0/values.yaml similarity index 86% rename from charts/readarr/0.0.1/values.yaml rename to charts/readarr/0.1.0/values.yaml index b9e382c2617..4843184dfcb 100644 --- a/charts/readarr/0.0.1/values.yaml +++ b/charts/readarr/0.1.0/values.yaml @@ -41,11 +41,11 @@ persistence: appIngressEnabled: false -appVolumesEnabled: false -appVolumeMounts: - config: - enabled: false - emptyDir: false - media: - enabled: false - emptyDir: false + +#appVolumeMounts: +# config: +# enabled: false +# emptyDir: false +# media: +# enabled: false +# emptyDir: false diff --git a/charts/sonarr/0.3.0/.helmignore b/charts/sonarr/0.4.0/.helmignore similarity index 100% rename from charts/sonarr/0.3.0/.helmignore rename to charts/sonarr/0.4.0/.helmignore diff --git a/charts/sonarr/0.3.0/Chart.lock b/charts/sonarr/0.4.0/Chart.lock similarity index 100% rename from charts/sonarr/0.3.0/Chart.lock rename to charts/sonarr/0.4.0/Chart.lock diff --git a/charts/sonarr/0.3.0/Chart.yaml b/charts/sonarr/0.4.0/Chart.yaml similarity index 97% rename from charts/sonarr/0.3.0/Chart.yaml rename to charts/sonarr/0.4.0/Chart.yaml index 43889f444f7..d262a240199 100644 --- a/charts/sonarr/0.3.0/Chart.yaml +++ b/charts/sonarr/0.4.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 3.0.4.993 description: Smart PVR for newsgroup and bittorrent users name: sonarr -version: 0.3.0 +version: 0.4.0 keywords: - sonarr - torrent diff --git a/charts/sonarr/0.3.0/LICENSE b/charts/sonarr/0.4.0/LICENSE similarity index 100% rename from charts/sonarr/0.3.0/LICENSE rename to charts/sonarr/0.4.0/LICENSE diff --git a/charts/sonarr/0.3.0/README.md b/charts/sonarr/0.4.0/README.md similarity index 100% rename from charts/sonarr/0.3.0/README.md rename to charts/sonarr/0.4.0/README.md diff --git a/charts/sonarr/0.3.0/app-readme.md b/charts/sonarr/0.4.0/app-readme.md similarity index 100% rename from charts/sonarr/0.3.0/app-readme.md rename to charts/sonarr/0.4.0/app-readme.md diff --git a/charts/sonarr/0.3.0/charts/common-0.12.0.tgz b/charts/sonarr/0.4.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/sonarr/0.3.0/charts/common-0.12.0.tgz rename to charts/sonarr/0.4.0/charts/common-0.12.0.tgz diff --git a/charts/sonarr/0.3.0/questions.yaml b/charts/sonarr/0.4.0/questions.yaml similarity index 92% rename from charts/sonarr/0.3.0/questions.yaml rename to charts/sonarr/0.4.0/questions.yaml index 6b12876623c..5c249d67e5a 100644 --- a/charts/sonarr/0.3.0/questions.yaml +++ b/charts/sonarr/0.4.0/questions.yaml @@ -151,6 +151,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: @@ -185,6 +200,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/sonarr/0.3.0/templates/common.yaml b/charts/sonarr/0.4.0/templates/common.yaml similarity index 100% rename from charts/sonarr/0.3.0/templates/common.yaml rename to charts/sonarr/0.4.0/templates/common.yaml diff --git a/charts/sonarr/0.3.0/test_values.yaml b/charts/sonarr/0.4.0/test_values.yaml similarity index 91% rename from charts/sonarr/0.3.0/test_values.yaml rename to charts/sonarr/0.4.0/test_values.yaml index ff40e660852..2324e43fb07 100644 --- a/charts/sonarr/0.3.0/test_values.yaml +++ b/charts/sonarr/0.4.0/test_values.yaml @@ -41,6 +41,9 @@ persistence: ## TrueCharts Config -appVolumesEnabled: false -emptyDirVolumes: true +appVolumeMounts: + config: + enabled: true + emptyDir: true + mountPath: "/config" diff --git a/charts/sonarr/0.3.0/values.yaml b/charts/sonarr/0.4.0/values.yaml similarity index 83% rename from charts/sonarr/0.3.0/values.yaml rename to charts/sonarr/0.4.0/values.yaml index d82eb62e1da..5fb8af53fd9 100644 --- a/charts/sonarr/0.3.0/values.yaml +++ b/charts/sonarr/0.4.0/values.yaml @@ -41,16 +41,16 @@ persistence: ## TrueCharts Config -appVolumesEnabled: true -appVolumeMounts: - config: - enabled: true - emptyDir: false - media: - enabled: true - emptyDir: false - downloads: - enabled: true - emptyDir: false + +#appVolumeMounts: +# config: +# enabled: true +# emptyDir: false +# media: +# enabled: true +# emptyDir: false +# downloads: +# enabled: true +# emptyDir: false diff --git a/charts/tautulli/0.3.0/.helmignore b/charts/tautulli/0.4.0/.helmignore similarity index 100% rename from charts/tautulli/0.3.0/.helmignore rename to charts/tautulli/0.4.0/.helmignore diff --git a/charts/tautulli/0.3.0/Chart.lock b/charts/tautulli/0.4.0/Chart.lock similarity index 100% rename from charts/tautulli/0.3.0/Chart.lock rename to charts/tautulli/0.4.0/Chart.lock diff --git a/charts/tautulli/0.3.0/Chart.yaml b/charts/tautulli/0.4.0/Chart.yaml similarity index 96% rename from charts/tautulli/0.3.0/Chart.yaml rename to charts/tautulli/0.4.0/Chart.yaml index 87b905f939e..1eb36655205 100644 --- a/charts/tautulli/0.3.0/Chart.yaml +++ b/charts/tautulli/0.4.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.5.4 description: Statistics for Plex name: tautulli -version: 0.3.0 +version: 0.4.0 keywords: - tautulli home: https://github.com/truecharts/truecharts/tree/dev/charts/tautulli diff --git a/charts/tautulli/0.3.0/LICENSE b/charts/tautulli/0.4.0/LICENSE similarity index 100% rename from charts/tautulli/0.3.0/LICENSE rename to charts/tautulli/0.4.0/LICENSE diff --git a/charts/tautulli/0.3.0/README.md b/charts/tautulli/0.4.0/README.md similarity index 100% rename from charts/tautulli/0.3.0/README.md rename to charts/tautulli/0.4.0/README.md diff --git a/charts/tautulli/0.3.0/app-readme.md b/charts/tautulli/0.4.0/app-readme.md similarity index 100% rename from charts/tautulli/0.3.0/app-readme.md rename to charts/tautulli/0.4.0/app-readme.md diff --git a/charts/tautulli/0.3.0/charts/common-0.12.0.tgz b/charts/tautulli/0.4.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/tautulli/0.3.0/charts/common-0.12.0.tgz rename to charts/tautulli/0.4.0/charts/common-0.12.0.tgz diff --git a/charts/tautulli/0.3.0/questions.yaml b/charts/tautulli/0.4.0/questions.yaml similarity index 94% rename from charts/tautulli/0.3.0/questions.yaml rename to charts/tautulli/0.4.0/questions.yaml index 19920bf129e..dea5de875cf 100644 --- a/charts/tautulli/0.3.0/questions.yaml +++ b/charts/tautulli/0.4.0/questions.yaml @@ -151,6 +151,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/tautulli/0.3.0/templates/common.yaml b/charts/tautulli/0.4.0/templates/common.yaml similarity index 100% rename from charts/tautulli/0.3.0/templates/common.yaml rename to charts/tautulli/0.4.0/templates/common.yaml diff --git a/charts/tautulli/0.3.0/values.yaml b/charts/tautulli/0.4.0/test_values.yaml similarity index 72% rename from charts/tautulli/0.3.0/values.yaml rename to charts/tautulli/0.4.0/test_values.yaml index 0ba20d20d77..eba42134175 100644 --- a/charts/tautulli/0.3.0/values.yaml +++ b/charts/tautulli/0.4.0/test_values.yaml @@ -19,14 +19,13 @@ env: {} persistence: config: - enabled: false - emptyDir: false + enabled: true + emptyDir: true + mountPath: "/config" ## TrueCharts Config -appVolumesEnabled: true -appVolumeMounts: - config: - enabled: true - emptyDir: false + + + diff --git a/charts/tautulli/0.3.0/test_values.yaml b/charts/tautulli/0.4.0/values.yaml similarity index 82% rename from charts/tautulli/0.3.0/test_values.yaml rename to charts/tautulli/0.4.0/values.yaml index 486b66f27b7..6afc45ad1a3 100644 --- a/charts/tautulli/0.3.0/test_values.yaml +++ b/charts/tautulli/0.4.0/values.yaml @@ -24,7 +24,9 @@ persistence: ## TrueCharts Config -appVolumesEnabled: false -emptyDirVolumes: true +#appVolumeMounts: +# config: +# enabled: true +# emptyDir: false diff --git a/charts/traefik/0.2.0/.helmignore b/charts/traefik/0.3.0/.helmignore similarity index 100% rename from charts/traefik/0.2.0/.helmignore rename to charts/traefik/0.3.0/.helmignore diff --git a/charts/traefik/0.2.0/Chart.lock b/charts/traefik/0.3.0/Chart.lock similarity index 100% rename from charts/traefik/0.2.0/Chart.lock rename to charts/traefik/0.3.0/Chart.lock diff --git a/charts/traefik/0.2.0/Chart.yaml b/charts/traefik/0.3.0/Chart.yaml similarity index 97% rename from charts/traefik/0.2.0/Chart.yaml rename to charts/traefik/0.3.0/Chart.yaml index 7e64f418598..9c93cccdc56 100644 --- a/charts/traefik/0.2.0/Chart.yaml +++ b/charts/traefik/0.3.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: traefik description: A Traefik based Kubernetes ingress controller type: application -version: 0.2.0 +version: 0.3.0 upstream_version: 9.14.2 appVersion: 2.4.2 keywords: diff --git a/charts/traefik/0.2.0/Guidelines.md b/charts/traefik/0.3.0/Guidelines.md similarity index 100% rename from charts/traefik/0.2.0/Guidelines.md rename to charts/traefik/0.3.0/Guidelines.md diff --git a/charts/traefik/0.2.0/LICENSE b/charts/traefik/0.3.0/LICENSE similarity index 100% rename from charts/traefik/0.2.0/LICENSE rename to charts/traefik/0.3.0/LICENSE diff --git a/charts/traefik/0.2.0/README.md b/charts/traefik/0.3.0/README.md similarity index 100% rename from charts/traefik/0.2.0/README.md rename to charts/traefik/0.3.0/README.md diff --git a/charts/traefik/0.2.0/app-readme.md b/charts/traefik/0.3.0/app-readme.md similarity index 100% rename from charts/traefik/0.2.0/app-readme.md rename to charts/traefik/0.3.0/app-readme.md diff --git a/charts/traefik/0.2.0/charts/cert-manager-v1.1.0.tgz b/charts/traefik/0.3.0/charts/cert-manager-v1.1.0.tgz similarity index 100% rename from charts/traefik/0.2.0/charts/cert-manager-v1.1.0.tgz rename to charts/traefik/0.3.0/charts/cert-manager-v1.1.0.tgz diff --git a/charts/traefik/0.2.0/charts/reflector-5.4.17.tgz b/charts/traefik/0.3.0/charts/reflector-5.4.17.tgz similarity index 100% rename from charts/traefik/0.2.0/charts/reflector-5.4.17.tgz rename to charts/traefik/0.3.0/charts/reflector-5.4.17.tgz diff --git a/charts/traefik/0.2.0/crds/ingressroute.yaml b/charts/traefik/0.3.0/crds/ingressroute.yaml similarity index 100% rename from charts/traefik/0.2.0/crds/ingressroute.yaml rename to charts/traefik/0.3.0/crds/ingressroute.yaml diff --git a/charts/traefik/0.2.0/crds/ingressroutetcp.yaml b/charts/traefik/0.3.0/crds/ingressroutetcp.yaml similarity index 100% rename from charts/traefik/0.2.0/crds/ingressroutetcp.yaml rename to charts/traefik/0.3.0/crds/ingressroutetcp.yaml diff --git a/charts/traefik/0.2.0/crds/ingressrouteudp.yaml b/charts/traefik/0.3.0/crds/ingressrouteudp.yaml similarity index 100% rename from charts/traefik/0.2.0/crds/ingressrouteudp.yaml rename to charts/traefik/0.3.0/crds/ingressrouteudp.yaml diff --git a/charts/traefik/0.2.0/crds/middlewares.yaml b/charts/traefik/0.3.0/crds/middlewares.yaml similarity index 100% rename from charts/traefik/0.2.0/crds/middlewares.yaml rename to charts/traefik/0.3.0/crds/middlewares.yaml diff --git a/charts/traefik/0.2.0/crds/serverstransports.yaml b/charts/traefik/0.3.0/crds/serverstransports.yaml similarity index 100% rename from charts/traefik/0.2.0/crds/serverstransports.yaml rename to charts/traefik/0.3.0/crds/serverstransports.yaml diff --git a/charts/traefik/0.2.0/crds/tlsoptions.yaml b/charts/traefik/0.3.0/crds/tlsoptions.yaml similarity index 100% rename from charts/traefik/0.2.0/crds/tlsoptions.yaml rename to charts/traefik/0.3.0/crds/tlsoptions.yaml diff --git a/charts/traefik/0.2.0/crds/tlsstores.yaml b/charts/traefik/0.3.0/crds/tlsstores.yaml similarity index 100% rename from charts/traefik/0.2.0/crds/tlsstores.yaml rename to charts/traefik/0.3.0/crds/tlsstores.yaml diff --git a/charts/traefik/0.2.0/crds/traefikservices.yaml b/charts/traefik/0.3.0/crds/traefikservices.yaml similarity index 100% rename from charts/traefik/0.2.0/crds/traefikservices.yaml rename to charts/traefik/0.3.0/crds/traefikservices.yaml diff --git a/charts/traefik/0.2.0/questions.yaml b/charts/traefik/0.3.0/questions.yaml similarity index 96% rename from charts/traefik/0.2.0/questions.yaml rename to charts/traefik/0.3.0/questions.yaml index 6300dbff08d..0ca41da8357 100644 --- a/charts/traefik/0.2.0/questions.yaml +++ b/charts/traefik/0.3.0/questions.yaml @@ -89,6 +89,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/traefik/0.2.0/templates/_helpers.tpl b/charts/traefik/0.3.0/templates/_helpers.tpl similarity index 100% rename from charts/traefik/0.2.0/templates/_helpers.tpl rename to charts/traefik/0.3.0/templates/_helpers.tpl diff --git a/charts/traefik/0.2.0/templates/_podtemplate.tpl b/charts/traefik/0.3.0/templates/_podtemplate.tpl similarity index 100% rename from charts/traefik/0.2.0/templates/_podtemplate.tpl rename to charts/traefik/0.3.0/templates/_podtemplate.tpl diff --git a/charts/traefik/0.2.0/templates/custom/_appStorage.tpl b/charts/traefik/0.3.0/templates/custom/_appStorage.tpl similarity index 100% rename from charts/traefik/0.2.0/templates/custom/_appStorage.tpl rename to charts/traefik/0.3.0/templates/custom/_appStorage.tpl diff --git a/charts/traefik/0.2.0/templates/custom/appingress.yaml b/charts/traefik/0.3.0/templates/custom/appingress.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/custom/appingress.yaml rename to charts/traefik/0.3.0/templates/custom/appingress.yaml diff --git a/charts/traefik/0.2.0/templates/custom/clusterissuer.yaml b/charts/traefik/0.3.0/templates/custom/clusterissuer.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/custom/clusterissuer.yaml rename to charts/traefik/0.3.0/templates/custom/clusterissuer.yaml diff --git a/charts/traefik/0.2.0/templates/custom/delay_postinstall.yaml b/charts/traefik/0.3.0/templates/custom/delay_postinstall.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/custom/delay_postinstall.yaml rename to charts/traefik/0.3.0/templates/custom/delay_postinstall.yaml diff --git a/charts/traefik/0.2.0/templates/custom/middlewares.yaml b/charts/traefik/0.3.0/templates/custom/middlewares.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/custom/middlewares.yaml rename to charts/traefik/0.3.0/templates/custom/middlewares.yaml diff --git a/charts/traefik/0.2.0/templates/custom/tlsoptions.yaml b/charts/traefik/0.3.0/templates/custom/tlsoptions.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/custom/tlsoptions.yaml rename to charts/traefik/0.3.0/templates/custom/tlsoptions.yaml diff --git a/charts/traefik/0.2.0/templates/custom/wildcard.yaml b/charts/traefik/0.3.0/templates/custom/wildcard.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/custom/wildcard.yaml rename to charts/traefik/0.3.0/templates/custom/wildcard.yaml diff --git a/charts/traefik/0.2.0/templates/daemonset.yaml b/charts/traefik/0.3.0/templates/daemonset.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/daemonset.yaml rename to charts/traefik/0.3.0/templates/daemonset.yaml diff --git a/charts/traefik/0.2.0/templates/dashboard-hook-ingressroute.yaml b/charts/traefik/0.3.0/templates/dashboard-hook-ingressroute.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/dashboard-hook-ingressroute.yaml rename to charts/traefik/0.3.0/templates/dashboard-hook-ingressroute.yaml diff --git a/charts/traefik/0.2.0/templates/deployment.yaml b/charts/traefik/0.3.0/templates/deployment.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/deployment.yaml rename to charts/traefik/0.3.0/templates/deployment.yaml diff --git a/charts/traefik/0.2.0/templates/gateway.yaml b/charts/traefik/0.3.0/templates/gateway.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/gateway.yaml rename to charts/traefik/0.3.0/templates/gateway.yaml diff --git a/charts/traefik/0.2.0/templates/gatewayclass.yaml b/charts/traefik/0.3.0/templates/gatewayclass.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/gatewayclass.yaml rename to charts/traefik/0.3.0/templates/gatewayclass.yaml diff --git a/charts/traefik/0.2.0/templates/hpa.yaml b/charts/traefik/0.3.0/templates/hpa.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/hpa.yaml rename to charts/traefik/0.3.0/templates/hpa.yaml diff --git a/charts/traefik/0.2.0/templates/ingressclass.yaml b/charts/traefik/0.3.0/templates/ingressclass.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/ingressclass.yaml rename to charts/traefik/0.3.0/templates/ingressclass.yaml diff --git a/charts/traefik/0.2.0/templates/poddisruptionbudget.yaml b/charts/traefik/0.3.0/templates/poddisruptionbudget.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/poddisruptionbudget.yaml rename to charts/traefik/0.3.0/templates/poddisruptionbudget.yaml diff --git a/charts/traefik/0.2.0/templates/pvc.yaml b/charts/traefik/0.3.0/templates/pvc.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/pvc.yaml rename to charts/traefik/0.3.0/templates/pvc.yaml diff --git a/charts/traefik/0.2.0/templates/rbac/clusterrole.yaml b/charts/traefik/0.3.0/templates/rbac/clusterrole.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/rbac/clusterrole.yaml rename to charts/traefik/0.3.0/templates/rbac/clusterrole.yaml diff --git a/charts/traefik/0.2.0/templates/rbac/clusterrolebinding.yaml b/charts/traefik/0.3.0/templates/rbac/clusterrolebinding.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/rbac/clusterrolebinding.yaml rename to charts/traefik/0.3.0/templates/rbac/clusterrolebinding.yaml diff --git a/charts/traefik/0.2.0/templates/rbac/podsecuritypolicy.yaml b/charts/traefik/0.3.0/templates/rbac/podsecuritypolicy.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/rbac/podsecuritypolicy.yaml rename to charts/traefik/0.3.0/templates/rbac/podsecuritypolicy.yaml diff --git a/charts/traefik/0.2.0/templates/rbac/role.yaml b/charts/traefik/0.3.0/templates/rbac/role.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/rbac/role.yaml rename to charts/traefik/0.3.0/templates/rbac/role.yaml diff --git a/charts/traefik/0.2.0/templates/rbac/rolebinding.yaml b/charts/traefik/0.3.0/templates/rbac/rolebinding.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/rbac/rolebinding.yaml rename to charts/traefik/0.3.0/templates/rbac/rolebinding.yaml diff --git a/charts/traefik/0.2.0/templates/rbac/serviceaccount.yaml b/charts/traefik/0.3.0/templates/rbac/serviceaccount.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/rbac/serviceaccount.yaml rename to charts/traefik/0.3.0/templates/rbac/serviceaccount.yaml diff --git a/charts/traefik/0.2.0/templates/service.yaml b/charts/traefik/0.3.0/templates/service.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/service.yaml rename to charts/traefik/0.3.0/templates/service.yaml diff --git a/charts/traefik/0.2.0/templates/tlsoption.yaml b/charts/traefik/0.3.0/templates/tlsoption.yaml similarity index 100% rename from charts/traefik/0.2.0/templates/tlsoption.yaml rename to charts/traefik/0.3.0/templates/tlsoption.yaml diff --git a/charts/traefik/0.2.0/test_values.yaml b/charts/traefik/0.3.0/test_values.yaml similarity index 99% rename from charts/traefik/0.2.0/test_values.yaml rename to charts/traefik/0.3.0/test_values.yaml index 7a0f470f8d6..64be7a55699 100644 --- a/charts/traefik/0.2.0/test_values.yaml +++ b/charts/traefik/0.3.0/test_values.yaml @@ -496,15 +496,14 @@ securityContext: podSecurityContext: fsGroup: 65532 -appVolumesEnabled: false + appVolumeMounts: data: - enabled: false + enabled: true emptyDir: true - datasetName: "data" mountPath: "/data" -emptyDirVolumes: true + appIngress: webui: diff --git a/charts/traefik/0.2.0/values.yaml b/charts/traefik/0.3.0/values.yaml similarity index 99% rename from charts/traefik/0.2.0/values.yaml rename to charts/traefik/0.3.0/values.yaml index e751eb705c5..89098a7136f 100644 --- a/charts/traefik/0.2.0/values.yaml +++ b/charts/traefik/0.3.0/values.yaml @@ -495,13 +495,13 @@ securityContext: podSecurityContext: fsGroup: 65532 -appVolumesEnabled: true -appVolumeMounts: - data: - enabled: true - emptyDir: false - datasetName: "data" - mountPath: "/data" + +#appVolumeMounts: +# data: +# enabled: true +# emptyDir: false +# datasetName: "data" +# mountPath: "/data" appIngress: webui: diff --git a/charts/transmission/0.4.0/.helmignore b/charts/transmission/0.5.0/.helmignore similarity index 100% rename from charts/transmission/0.4.0/.helmignore rename to charts/transmission/0.5.0/.helmignore diff --git a/charts/transmission/0.4.0/Chart.lock b/charts/transmission/0.5.0/Chart.lock similarity index 100% rename from charts/transmission/0.4.0/Chart.lock rename to charts/transmission/0.5.0/Chart.lock diff --git a/charts/transmission/0.4.0/Chart.yaml b/charts/transmission/0.5.0/Chart.yaml similarity index 97% rename from charts/transmission/0.4.0/Chart.yaml rename to charts/transmission/0.5.0/Chart.yaml index 52676239964..c5b33d00a63 100644 --- a/charts/transmission/0.4.0/Chart.yaml +++ b/charts/transmission/0.5.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: version-v0.17.153 description: API Support for your favorite torrent trackers. name: transmission -version: 0.4.0 +version: 0.5.0 keywords: - transmission - torrent diff --git a/charts/transmission/0.4.0/LICENSE b/charts/transmission/0.5.0/LICENSE similarity index 100% rename from charts/transmission/0.4.0/LICENSE rename to charts/transmission/0.5.0/LICENSE diff --git a/charts/transmission/0.4.0/README.md b/charts/transmission/0.5.0/README.md similarity index 100% rename from charts/transmission/0.4.0/README.md rename to charts/transmission/0.5.0/README.md diff --git a/charts/transmission/0.4.0/app-readme.md b/charts/transmission/0.5.0/app-readme.md similarity index 100% rename from charts/transmission/0.4.0/app-readme.md rename to charts/transmission/0.5.0/app-readme.md diff --git a/charts/transmission/0.4.0/charts/common-0.12.0.tgz b/charts/transmission/0.5.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/transmission/0.4.0/charts/common-0.12.0.tgz rename to charts/transmission/0.5.0/charts/common-0.12.0.tgz diff --git a/charts/transmission/0.4.0/questions.yaml b/charts/transmission/0.5.0/questions.yaml similarity index 94% rename from charts/transmission/0.4.0/questions.yaml rename to charts/transmission/0.5.0/questions.yaml index f04087e3168..22924fafead 100644 --- a/charts/transmission/0.4.0/questions.yaml +++ b/charts/transmission/0.5.0/questions.yaml @@ -222,6 +222,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: @@ -256,6 +271,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/transmission/0.4.0/templates/common.yaml b/charts/transmission/0.5.0/templates/common.yaml similarity index 100% rename from charts/transmission/0.4.0/templates/common.yaml rename to charts/transmission/0.5.0/templates/common.yaml diff --git a/charts/transmission/0.4.0/test_values.yaml b/charts/transmission/0.5.0/test_values.yaml similarity index 91% rename from charts/transmission/0.4.0/test_values.yaml rename to charts/transmission/0.5.0/test_values.yaml index 1f25c3389f9..7aafff266c1 100644 --- a/charts/transmission/0.4.0/test_values.yaml +++ b/charts/transmission/0.5.0/test_values.yaml @@ -43,21 +43,19 @@ persistence: ## TrueCharts Values -appVolumesEnabled: false -emptyDirVolumes: true + + appVolumeMounts: config: - enabled: false + enabled: true emptyDir: true - datasetName: "config" mountPath: "/config" downloads: - enabled: false + enabled: true emptyDir: true - datasetName: "downloads" mountPath: "/downloads" diff --git a/charts/transmission/0.4.0/values.yaml b/charts/transmission/0.5.0/values.yaml similarity index 76% rename from charts/transmission/0.4.0/values.yaml rename to charts/transmission/0.5.0/values.yaml index 603aacdc0e7..c0a6bdde0a8 100644 --- a/charts/transmission/0.4.0/values.yaml +++ b/charts/transmission/0.5.0/values.yaml @@ -27,18 +27,18 @@ persistence: ## TrueCharts Values -appVolumesEnabled: true -emptyDirVolumes: false -appVolumeMounts: - config: - enabled: true - emptyDir: false - datasetName: "config" - downloads: - enabled: true - emptyDir: false - datasetName: "downloads" + + +#appVolumeMounts: +# config: +# enabled: true +# emptyDir: false +# datasetName: "config" +# downloads: +# enabled: true +# emptyDir: false +# datasetName: "downloads" appAdditionalServicesEnabled: true diff --git a/charts/truecommand/0.3.0/.helmignore b/charts/truecommand/0.4.0/.helmignore similarity index 100% rename from charts/truecommand/0.3.0/.helmignore rename to charts/truecommand/0.4.0/.helmignore diff --git a/charts/truecommand/0.3.0/Chart.lock b/charts/truecommand/0.4.0/Chart.lock similarity index 100% rename from charts/truecommand/0.3.0/Chart.lock rename to charts/truecommand/0.4.0/Chart.lock diff --git a/charts/truecommand/0.3.0/Chart.yaml b/charts/truecommand/0.4.0/Chart.yaml similarity index 93% rename from charts/truecommand/0.3.0/Chart.yaml rename to charts/truecommand/0.4.0/Chart.yaml index c4895e42554..03c1de3f892 100644 --- a/charts/truecommand/0.3.0/Chart.yaml +++ b/charts/truecommand/0.4.0/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.3.2 description: Aggregated management of TrueNAS devices name: truecommand -version: 0.3.0 +version: 0.4.0 keywords: - truecommand home: https://github.com/truecharts/charts/tree/dev/charts/truecommand diff --git a/charts/truecommand/0.3.0/README.md b/charts/truecommand/0.4.0/README.md similarity index 100% rename from charts/truecommand/0.3.0/README.md rename to charts/truecommand/0.4.0/README.md diff --git a/charts/truecommand/0.3.0/app-readme.md b/charts/truecommand/0.4.0/app-readme.md similarity index 100% rename from charts/truecommand/0.3.0/app-readme.md rename to charts/truecommand/0.4.0/app-readme.md diff --git a/charts/truecommand/0.3.0/charts/common-0.12.0.tgz b/charts/truecommand/0.4.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/truecommand/0.3.0/charts/common-0.12.0.tgz rename to charts/truecommand/0.4.0/charts/common-0.12.0.tgz diff --git a/charts/truecommand/0.3.0/questions.yaml b/charts/truecommand/0.4.0/questions.yaml similarity index 94% rename from charts/truecommand/0.3.0/questions.yaml rename to charts/truecommand/0.4.0/questions.yaml index 4c814b19563..9f93535336e 100644 --- a/charts/truecommand/0.3.0/questions.yaml +++ b/charts/truecommand/0.4.0/questions.yaml @@ -150,6 +150,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Dataset Name" schema: diff --git a/charts/truecommand/0.3.0/templates/NOTES.txt b/charts/truecommand/0.4.0/templates/NOTES.txt similarity index 100% rename from charts/truecommand/0.3.0/templates/NOTES.txt rename to charts/truecommand/0.4.0/templates/NOTES.txt diff --git a/charts/truecommand/0.3.0/templates/common.yaml b/charts/truecommand/0.4.0/templates/common.yaml similarity index 100% rename from charts/truecommand/0.3.0/templates/common.yaml rename to charts/truecommand/0.4.0/templates/common.yaml diff --git a/charts/truecommand/0.3.0/values.yaml b/charts/truecommand/0.4.0/test_values.yaml similarity index 91% rename from charts/truecommand/0.3.0/values.yaml rename to charts/truecommand/0.4.0/test_values.yaml index 692df51399d..ce10819d424 100644 --- a/charts/truecommand/0.3.0/values.yaml +++ b/charts/truecommand/0.4.0/test_values.yaml @@ -21,7 +21,7 @@ persistence: data: enabled: false emptyDir: false - mountPath: /downloads + mountPath: /data ## Persistent Volume Storage Class ## If defined, storageClassName: ## If set to "-", storageClassName: "", which disables dynamic provisioning @@ -36,11 +36,14 @@ persistence: # existingClaim: "" + ## TrueCharts Config -appVolumesEnabled: true + + appVolumeMounts: - config: + data: enabled: true - emptyDir: false + emptyDir: true + mountPath: "/data" \ No newline at end of file diff --git a/charts/truecommand/0.3.0/test_values.yaml b/charts/truecommand/0.4.0/values.yaml similarity index 76% rename from charts/truecommand/0.3.0/test_values.yaml rename to charts/truecommand/0.4.0/values.yaml index 5be28700a92..08cb5210393 100644 --- a/charts/truecommand/0.3.0/test_values.yaml +++ b/charts/truecommand/0.4.0/values.yaml @@ -36,20 +36,11 @@ persistence: # existingClaim: "" - ## TrueCharts Config -appVolumesEnabled: false -emptyDirVolumes: true -appVolumeMounts: - config: - enabled: false - emptyDir: true - datasetName: "config" - mountPath: "/data" - downloads: - enabled: false - emptyDir: true - datasetName: "data" - mountPath: "/datanope" \ No newline at end of file + +#appVolumeMounts: +# config: +# enabled: true +# emptyDir: false diff --git a/charts/zwavejs2mqtt/0.1.0/.helmignore b/charts/zwavejs2mqtt/0.2.0/.helmignore similarity index 100% rename from charts/zwavejs2mqtt/0.1.0/.helmignore rename to charts/zwavejs2mqtt/0.2.0/.helmignore diff --git a/charts/zwavejs2mqtt/0.1.0/Chart.lock b/charts/zwavejs2mqtt/0.2.0/Chart.lock similarity index 100% rename from charts/zwavejs2mqtt/0.1.0/Chart.lock rename to charts/zwavejs2mqtt/0.2.0/Chart.lock diff --git a/charts/zwavejs2mqtt/0.1.0/Chart.yaml b/charts/zwavejs2mqtt/0.2.0/Chart.yaml similarity index 97% rename from charts/zwavejs2mqtt/0.1.0/Chart.yaml rename to charts/zwavejs2mqtt/0.2.0/Chart.yaml index ea4d82339ef..b7a4b4a7207 100644 --- a/charts/zwavejs2mqtt/0.1.0/Chart.yaml +++ b/charts/zwavejs2mqtt/0.2.0/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: 1.1.1 -version: 0.1.0 +version: 0.2.0 upstream_version: 1.1.0 name: zwavejs2mqtt diff --git a/charts/zwavejs2mqtt/0.1.0/LICENSE b/charts/zwavejs2mqtt/0.2.0/LICENSE similarity index 100% rename from charts/zwavejs2mqtt/0.1.0/LICENSE rename to charts/zwavejs2mqtt/0.2.0/LICENSE diff --git a/charts/zwavejs2mqtt/0.1.0/README.md b/charts/zwavejs2mqtt/0.2.0/README.md similarity index 100% rename from charts/zwavejs2mqtt/0.1.0/README.md rename to charts/zwavejs2mqtt/0.2.0/README.md diff --git a/charts/zwavejs2mqtt/0.1.0/app-readme.md b/charts/zwavejs2mqtt/0.2.0/app-readme.md similarity index 100% rename from charts/zwavejs2mqtt/0.1.0/app-readme.md rename to charts/zwavejs2mqtt/0.2.0/app-readme.md diff --git a/charts/zwavejs2mqtt/0.1.0/charts/common-0.12.0.tgz b/charts/zwavejs2mqtt/0.2.0/charts/common-0.12.0.tgz similarity index 100% rename from charts/zwavejs2mqtt/0.1.0/charts/common-0.12.0.tgz rename to charts/zwavejs2mqtt/0.2.0/charts/common-0.12.0.tgz diff --git a/charts/zwavejs2mqtt/0.1.0/questions.yaml b/charts/zwavejs2mqtt/0.2.0/questions.yaml similarity index 96% rename from charts/zwavejs2mqtt/0.1.0/questions.yaml rename to charts/zwavejs2mqtt/0.2.0/questions.yaml index b4a3c985563..0d6d8c0463a 100644 --- a/charts/zwavejs2mqtt/0.1.0/questions.yaml +++ b/charts/zwavejs2mqtt/0.2.0/questions.yaml @@ -180,6 +180,21 @@ questions: $ref: - "normalize/ixVolume" attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false - variable: datasetName label: "Name" schema: diff --git a/charts/zwavejs2mqtt/0.1.0/templates/common.yaml b/charts/zwavejs2mqtt/0.2.0/templates/common.yaml similarity index 100% rename from charts/zwavejs2mqtt/0.1.0/templates/common.yaml rename to charts/zwavejs2mqtt/0.2.0/templates/common.yaml diff --git a/charts/zwavejs2mqtt/0.1.0/test_values.yaml b/charts/zwavejs2mqtt/0.2.0/test_values.yaml similarity index 96% rename from charts/zwavejs2mqtt/0.1.0/test_values.yaml rename to charts/zwavejs2mqtt/0.2.0/test_values.yaml index 879c6a3e98c..a16996bc7c3 100644 --- a/charts/zwavejs2mqtt/0.1.0/test_values.yaml +++ b/charts/zwavejs2mqtt/0.2.0/test_values.yaml @@ -110,5 +110,9 @@ additionalVolumes: [] ## TrueCharts Config -appVolumesEnabled: false -emptyDirVolumes: true +appVolumeMounts: + config: + enabled: true + emptyDir: true + mountPath: "/config" + diff --git a/charts/zwavejs2mqtt/0.1.0/values.yaml b/charts/zwavejs2mqtt/0.2.0/values.yaml similarity index 89% rename from charts/zwavejs2mqtt/0.1.0/values.yaml rename to charts/zwavejs2mqtt/0.2.0/values.yaml index aabe91d428b..95a4895d93b 100644 --- a/charts/zwavejs2mqtt/0.1.0/values.yaml +++ b/charts/zwavejs2mqtt/0.2.0/values.yaml @@ -111,22 +111,22 @@ additionalVolumes: [] ## TrueCharts Config -emptyDirVolumes: false -appVolumesEnabled: true -appVolumeMounts: - config: - enabled: true - emptyDir: false - datasetName: "store" - mountPath: "/usr/src/app/store" - hostPathEnabled: false - zwave: - enabled: true - emptyDir: false - mountPath: "/dev/ttyAMC0" - hostPathEnabled: true - hostPath: "/dev/ttyAMC0" + + +#appVolumeMounts: +# config: +# enabled: true +# emptyDir: false +# datasetName: "store" +# mountPath: "/usr/src/app/store" +# hostPathEnabled: false +# zwave: +# enabled: true +# emptyDir: false +# mountPath: "/dev/ttyAMC0" +# hostPathEnabled: true +# hostPath: "/dev/ttyAMC0" appAdditionalServicesEnabled: true appAdditionalServices: diff --git a/library/common/Chart.yaml b/library/common/Chart.yaml index 3b2c42ffe2a..675ecc2d5ca 100644 --- a/library/common/Chart.yaml +++ b/library/common/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: common description: Function library for TrueCharts type: library -version: 0.12.1 +version: 0.12.2 # upstream_version: 2.4.0 keywords: - truecharts diff --git a/library/common/templates/custom/_appStorage.tpl b/library/common/templates/custom/_appStorage.tpl index abaec0ca2ac..a0831d4aa20 100644 --- a/library/common/templates/custom/_appStorage.tpl +++ b/library/common/templates/custom/_appStorage.tpl @@ -35,7 +35,7 @@ Define hostPath for appVolumes {{- range $name, $av := .Values.appVolumeMounts -}} {{- if $av.enabled }} - name: {{ $name }} - {{- if or $av.emptyDir $.Values.emptyDirVolumes }} + {{- if $av.emptyDir }} emptyDir: {} {{- else }} hostPath: