diff --git a/incubator/unmanic/0.0.2/CHANGELOG.md b/incubator/unmanic/0.0.3/CHANGELOG.md similarity index 52% rename from incubator/unmanic/0.0.2/CHANGELOG.md rename to incubator/unmanic/0.0.3/CHANGELOG.md index c29940e4d81..2fe8095e780 100644 --- a/incubator/unmanic/0.0.2/CHANGELOG.md +++ b/incubator/unmanic/0.0.3/CHANGELOG.md @@ -1,10 +1,18 @@ # Changelog
+ +### [unmanic-0.0.3](https://github.com/truecharts/apps/compare/unmanic-0.0.2...unmanic-0.0.3) (2022-01-30) + +#### Fix + +* fix UI (duplicate persistence) ([#1814](https://github.com/truecharts/apps/issues/1814)) + + + ### [unmanic-0.0.2](https://github.com/truecharts/apps/compare/unmanic-0.0.1...unmanic-0.0.2) (2022-01-30) #### Fix * Fix permissions and add healthcheck path ([#1809](https://github.com/truecharts/apps/issues/1809)) - diff --git a/incubator/unmanic/0.0.2/CONFIG.md b/incubator/unmanic/0.0.3/CONFIG.md similarity index 100% rename from incubator/unmanic/0.0.2/CONFIG.md rename to incubator/unmanic/0.0.3/CONFIG.md diff --git a/incubator/unmanic/0.0.2/Chart.lock b/incubator/unmanic/0.0.3/Chart.lock similarity index 78% rename from incubator/unmanic/0.0.2/Chart.lock rename to incubator/unmanic/0.0.3/Chart.lock index b1e4465569d..c0c0c24dea6 100644 --- a/incubator/unmanic/0.0.2/Chart.lock +++ b/incubator/unmanic/0.0.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.14.2 digest: sha256:add6a5e615f2accd0ebc68c6ccb45ed13078763b68888bc01ea839371d698449 -generated: "2022-01-30T12:59:25.93170582Z" +generated: "2022-01-30T23:29:48.617381056Z" diff --git a/incubator/unmanic/0.0.2/Chart.yaml b/incubator/unmanic/0.0.3/Chart.yaml similarity index 97% rename from incubator/unmanic/0.0.2/Chart.yaml rename to incubator/unmanic/0.0.3/Chart.yaml index e776fca3b1e..62a66582541 100644 --- a/incubator/unmanic/0.0.2/Chart.yaml +++ b/incubator/unmanic/0.0.3/Chart.yaml @@ -18,7 +18,7 @@ name: unmanic sources: - https://github.com/Unmanic/unmanic - https://hub.docker.com/r/josh5/unmanic -version: 0.0.2 +version: 0.0.3 annotations: truecharts.org/catagories: | - media diff --git a/incubator/unmanic/0.0.2/README.md b/incubator/unmanic/0.0.3/README.md similarity index 100% rename from incubator/unmanic/0.0.2/README.md rename to incubator/unmanic/0.0.3/README.md diff --git a/incubator/unmanic/0.0.2/app-readme.md b/incubator/unmanic/0.0.3/app-readme.md similarity index 100% rename from incubator/unmanic/0.0.2/app-readme.md rename to incubator/unmanic/0.0.3/app-readme.md diff --git a/incubator/unmanic/0.0.2/charts/common-8.14.2.tgz b/incubator/unmanic/0.0.3/charts/common-8.14.2.tgz similarity index 100% rename from incubator/unmanic/0.0.2/charts/common-8.14.2.tgz rename to incubator/unmanic/0.0.3/charts/common-8.14.2.tgz diff --git a/incubator/unmanic/0.0.2/helm-values.md b/incubator/unmanic/0.0.3/helm-values.md similarity index 100% rename from incubator/unmanic/0.0.2/helm-values.md rename to incubator/unmanic/0.0.3/helm-values.md diff --git a/incubator/unmanic/0.0.2/ix_values.yaml b/incubator/unmanic/0.0.3/ix_values.yaml similarity index 100% rename from incubator/unmanic/0.0.2/ix_values.yaml rename to incubator/unmanic/0.0.3/ix_values.yaml diff --git a/incubator/unmanic/0.0.2/questions.yaml b/incubator/unmanic/0.0.3/questions.yaml similarity index 99% rename from incubator/unmanic/0.0.2/questions.yaml rename to incubator/unmanic/0.0.3/questions.yaml index e53e5527b2f..2e05ced583d 100644 --- a/incubator/unmanic/0.0.2/questions.yaml +++ b/incubator/unmanic/0.0.3/questions.yaml @@ -866,14 +866,6 @@ questions: label: "Value" schema: type: string - - variable: persistence - label: "Integrated Persistent Storage" - description: "Integrated Persistent Storage" - group: "Storage and Persistence" - schema: - additional_attrs: true - type: dict - attrs: - variable: library label: "App Library Storage" description: "Switch this to HostPath (Simple) and mount your library" diff --git a/incubator/unmanic/0.0.2/security.md b/incubator/unmanic/0.0.3/security.md similarity index 100% rename from incubator/unmanic/0.0.2/security.md rename to incubator/unmanic/0.0.3/security.md diff --git a/incubator/unmanic/0.0.2/templates/common.yaml b/incubator/unmanic/0.0.3/templates/common.yaml similarity index 100% rename from incubator/unmanic/0.0.2/templates/common.yaml rename to incubator/unmanic/0.0.3/templates/common.yaml diff --git a/incubator/unmanic/0.0.2/values.yaml b/incubator/unmanic/0.0.3/values.yaml similarity index 100% rename from incubator/unmanic/0.0.2/values.yaml rename to incubator/unmanic/0.0.3/values.yaml