diff --git a/incubator/adguard-home/0.0.2/CHANGELOG.md b/incubator/adguard-home/0.0.3/CHANGELOG.md similarity index 100% rename from incubator/adguard-home/0.0.2/CHANGELOG.md rename to incubator/adguard-home/0.0.3/CHANGELOG.md diff --git a/incubator/adguard-home/0.0.2/Chart.lock b/incubator/adguard-home/0.0.3/Chart.lock similarity index 80% rename from incubator/adguard-home/0.0.2/Chart.lock rename to incubator/adguard-home/0.0.3/Chart.lock index 9f9b98cf2dd..971ca2ec415 100644 --- a/incubator/adguard-home/0.0.2/Chart.lock +++ b/incubator/adguard-home/0.0.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 9.3.2 digest: sha256:4514044d0d416a02c0029081a25943395114bcb29df51a2ede27d4257f71d412 -generated: "2022-05-06T05:41:46.494058996Z" +generated: "2022-05-06T18:43:45.870036932Z" diff --git a/incubator/adguard-home/0.0.2/Chart.yaml b/incubator/adguard-home/0.0.3/Chart.yaml similarity index 97% rename from incubator/adguard-home/0.0.2/Chart.yaml rename to incubator/adguard-home/0.0.3/Chart.yaml index 3baca053fd0..a8d7a2c49e4 100644 --- a/incubator/adguard-home/0.0.2/Chart.yaml +++ b/incubator/adguard-home/0.0.3/Chart.yaml @@ -18,7 +18,7 @@ maintainers: name: adguard-home sources: - https://hub.docker.com/r/adguard/adguardhome -version: 0.0.2 +version: 0.0.3 annotations: truecharts.org/catagories: | - media diff --git a/incubator/adguard-home/0.0.2/README.md b/incubator/adguard-home/0.0.3/README.md similarity index 100% rename from incubator/adguard-home/0.0.2/README.md rename to incubator/adguard-home/0.0.3/README.md diff --git a/incubator/adguard-home/0.0.2/app-readme.md b/incubator/adguard-home/0.0.3/app-readme.md similarity index 100% rename from incubator/adguard-home/0.0.2/app-readme.md rename to incubator/adguard-home/0.0.3/app-readme.md diff --git a/incubator/adguard-home/0.0.2/charts/common-9.3.2.tgz b/incubator/adguard-home/0.0.3/charts/common-9.3.2.tgz similarity index 100% rename from incubator/adguard-home/0.0.2/charts/common-9.3.2.tgz rename to incubator/adguard-home/0.0.3/charts/common-9.3.2.tgz diff --git a/incubator/adguard-home/0.0.2/ix_values.yaml b/incubator/adguard-home/0.0.3/ix_values.yaml similarity index 100% rename from incubator/adguard-home/0.0.2/ix_values.yaml rename to incubator/adguard-home/0.0.3/ix_values.yaml diff --git a/incubator/adguard-home/0.0.2/questions.yaml b/incubator/adguard-home/0.0.3/questions.yaml similarity index 95% rename from incubator/adguard-home/0.0.2/questions.yaml rename to incubator/adguard-home/0.0.3/questions.yaml index 835e3271ed3..788e1b74d14 100644 --- a/incubator/adguard-home/0.0.2/questions.yaml +++ b/incubator/adguard-home/0.0.3/questions.yaml @@ -2114,6 +2114,169 @@ questions: label: "Value" schema: type: string + - variable: data + label: "App Data Storage" + description: "Stores the Application Data." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simplePVC" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: persistenceList label: "Additional app storage" diff --git a/incubator/adguard-home/0.0.2/security.md b/incubator/adguard-home/0.0.3/security.md similarity index 100% rename from incubator/adguard-home/0.0.2/security.md rename to incubator/adguard-home/0.0.3/security.md diff --git a/incubator/adguard-home/0.0.2/templates/common.yaml b/incubator/adguard-home/0.0.3/templates/common.yaml similarity index 100% rename from incubator/adguard-home/0.0.2/templates/common.yaml rename to incubator/adguard-home/0.0.3/templates/common.yaml diff --git a/incubator/adguard-home/0.0.2/values.yaml b/incubator/adguard-home/0.0.3/values.yaml similarity index 100% rename from incubator/adguard-home/0.0.2/values.yaml rename to incubator/adguard-home/0.0.3/values.yaml