From fc0836edfcddf83d655e1468d04ba9260a85c52b Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 23 Feb 2023 14:00:33 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/wizarr/1.0.3/app-changelog.md | 9 --------- .../wizarr/{1.0.3 => 1.0.4}/CHANGELOG.md | 18 +++++++++--------- incubator/wizarr/{1.0.3 => 1.0.4}/Chart.yaml | 4 ++-- incubator/wizarr/{1.0.3 => 1.0.4}/README.md | 0 incubator/wizarr/1.0.4/app-changelog.md | 9 +++++++++ .../wizarr/{1.0.3 => 1.0.4}/app-readme.md | 0 .../{1.0.3 => 1.0.4}/charts/common-11.1.2.tgz | Bin .../wizarr/{1.0.3 => 1.0.4}/ix_values.yaml | 2 +- .../wizarr/{1.0.3 => 1.0.4}/questions.yaml | 0 .../{1.0.3 => 1.0.4}/templates/common.yaml | 0 incubator/wizarr/{1.0.3 => 1.0.4}/values.yaml | 0 11 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 incubator/wizarr/1.0.3/app-changelog.md rename incubator/wizarr/{1.0.3 => 1.0.4}/CHANGELOG.md (92%) rename incubator/wizarr/{1.0.3 => 1.0.4}/Chart.yaml (96%) rename incubator/wizarr/{1.0.3 => 1.0.4}/README.md (100%) create mode 100644 incubator/wizarr/1.0.4/app-changelog.md rename incubator/wizarr/{1.0.3 => 1.0.4}/app-readme.md (100%) rename incubator/wizarr/{1.0.3 => 1.0.4}/charts/common-11.1.2.tgz (100%) rename incubator/wizarr/{1.0.3 => 1.0.4}/ix_values.yaml (83%) rename incubator/wizarr/{1.0.3 => 1.0.4}/questions.yaml (100%) rename incubator/wizarr/{1.0.3 => 1.0.4}/templates/common.yaml (100%) rename incubator/wizarr/{1.0.3 => 1.0.4}/values.yaml (100%) diff --git a/incubator/wizarr/1.0.3/app-changelog.md b/incubator/wizarr/1.0.3/app-changelog.md deleted file mode 100644 index 410abdcc6f5..00000000000 --- a/incubator/wizarr/1.0.3/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [wizarr-1.0.3](https://github.com/truecharts/charts/compare/wizarr-1.0.2...wizarr-1.0.3) (2023-02-23) - -### Chore - -- update container image tccr.io/truecharts/wizarr to v1.6.4 - - \ No newline at end of file diff --git a/incubator/wizarr/1.0.3/CHANGELOG.md b/incubator/wizarr/1.0.4/CHANGELOG.md similarity index 92% rename from incubator/wizarr/1.0.3/CHANGELOG.md rename to incubator/wizarr/1.0.4/CHANGELOG.md index 047298360ba..3adfee652fe 100644 --- a/incubator/wizarr/1.0.3/CHANGELOG.md +++ b/incubator/wizarr/1.0.4/CHANGELOG.md @@ -4,6 +4,15 @@ +## [wizarr-1.0.4](https://github.com/truecharts/charts/compare/wizarr-1.0.3...wizarr-1.0.4) (2023-02-23) + +### Chore + +- update container image tccr.io/truecharts/wizarr to v1.6.5 + + + + ## [wizarr-1.0.3](https://github.com/truecharts/charts/compare/wizarr-1.0.2...wizarr-1.0.3) (2023-02-23) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major - - -## [wizarr-0.0.2](https://github.com/truecharts/charts/compare/wizarr-0.0.1...wizarr-0.0.2) (2022-12-19) - -### Chore - -- update helm general non-major - - diff --git a/incubator/wizarr/1.0.3/Chart.yaml b/incubator/wizarr/1.0.4/Chart.yaml similarity index 96% rename from incubator/wizarr/1.0.3/Chart.yaml rename to incubator/wizarr/1.0.4/Chart.yaml index cd5216f4bf6..c6c80b2b775 100644 --- a/incubator/wizarr/1.0.3/Chart.yaml +++ b/incubator/wizarr/1.0.4/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.6.4" +appVersion: "1.6.5" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -24,7 +24,7 @@ sources: - https://ghcr.io/wizarrrr/wizarr - https://github.com/Wizarrrr/wizarr type: application -version: 1.0.3 +version: 1.0.4 annotations: truecharts.org/catagories: | - HomeAutomation diff --git a/incubator/wizarr/1.0.3/README.md b/incubator/wizarr/1.0.4/README.md similarity index 100% rename from incubator/wizarr/1.0.3/README.md rename to incubator/wizarr/1.0.4/README.md diff --git a/incubator/wizarr/1.0.4/app-changelog.md b/incubator/wizarr/1.0.4/app-changelog.md new file mode 100644 index 00000000000..f862b607ae0 --- /dev/null +++ b/incubator/wizarr/1.0.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [wizarr-1.0.4](https://github.com/truecharts/charts/compare/wizarr-1.0.3...wizarr-1.0.4) (2023-02-23) + +### Chore + +- update container image tccr.io/truecharts/wizarr to v1.6.5 + + \ No newline at end of file diff --git a/incubator/wizarr/1.0.3/app-readme.md b/incubator/wizarr/1.0.4/app-readme.md similarity index 100% rename from incubator/wizarr/1.0.3/app-readme.md rename to incubator/wizarr/1.0.4/app-readme.md diff --git a/incubator/wizarr/1.0.3/charts/common-11.1.2.tgz b/incubator/wizarr/1.0.4/charts/common-11.1.2.tgz similarity index 100% rename from incubator/wizarr/1.0.3/charts/common-11.1.2.tgz rename to incubator/wizarr/1.0.4/charts/common-11.1.2.tgz diff --git a/incubator/wizarr/1.0.3/ix_values.yaml b/incubator/wizarr/1.0.4/ix_values.yaml similarity index 83% rename from incubator/wizarr/1.0.3/ix_values.yaml rename to incubator/wizarr/1.0.4/ix_values.yaml index 4f5fbf620b5..e5340716d49 100644 --- a/incubator/wizarr/1.0.3/ix_values.yaml +++ b/incubator/wizarr/1.0.4/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/wizarr pullPolicy: IfNotPresent - tag: 1.6.4@sha256:4e263cad876ae8e36fe5ae6933fb058f08a357d1449ba5f3dfca72118a78c7bc + tag: 1.6.5@sha256:a3e49f7ada50f5b231720a82e1c7ed48bf5cfa8a73d641fd42be4c1a593c2098 env: APP_URL: "http://localhost:{{ .Values.service.main.ports.main.port }}" diff --git a/incubator/wizarr/1.0.3/questions.yaml b/incubator/wizarr/1.0.4/questions.yaml similarity index 100% rename from incubator/wizarr/1.0.3/questions.yaml rename to incubator/wizarr/1.0.4/questions.yaml diff --git a/incubator/wizarr/1.0.3/templates/common.yaml b/incubator/wizarr/1.0.4/templates/common.yaml similarity index 100% rename from incubator/wizarr/1.0.3/templates/common.yaml rename to incubator/wizarr/1.0.4/templates/common.yaml diff --git a/incubator/wizarr/1.0.3/values.yaml b/incubator/wizarr/1.0.4/values.yaml similarity index 100% rename from incubator/wizarr/1.0.3/values.yaml rename to incubator/wizarr/1.0.4/values.yaml