From ebfd590625db4a79afbd957b533d7f63367fcc46 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 2 Sep 2023 22:40:21 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/autoscan/5.0.6/app-changelog.md | 9 --------- stable/autoscan/{5.0.6 => 5.0.7}/CHANGELOG.md | 18 +++++++++--------- stable/autoscan/{5.0.6 => 5.0.7}/Chart.yaml | 2 +- stable/autoscan/{5.0.6 => 5.0.7}/README.md | 0 stable/autoscan/5.0.7/app-changelog.md | 9 +++++++++ .../autoscan/{5.0.6 => 5.0.7}/app-readme.md | 0 .../{5.0.6 => 5.0.7}/charts/common-14.0.1.tgz | Bin .../autoscan/{5.0.6 => 5.0.7}/ix_values.yaml | 2 +- .../autoscan/{5.0.6 => 5.0.7}/questions.yaml | 0 .../{5.0.6 => 5.0.7}/templates/NOTES.txt | 0 .../{5.0.6 => 5.0.7}/templates/common.yaml | 0 stable/autoscan/{5.0.6 => 5.0.7}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/autoscan/5.0.6/app-changelog.md rename stable/autoscan/{5.0.6 => 5.0.7}/CHANGELOG.md (93%) rename stable/autoscan/{5.0.6 => 5.0.7}/Chart.yaml (98%) rename stable/autoscan/{5.0.6 => 5.0.7}/README.md (100%) create mode 100644 stable/autoscan/5.0.7/app-changelog.md rename stable/autoscan/{5.0.6 => 5.0.7}/app-readme.md (100%) rename stable/autoscan/{5.0.6 => 5.0.7}/charts/common-14.0.1.tgz (100%) rename stable/autoscan/{5.0.6 => 5.0.7}/ix_values.yaml (89%) rename stable/autoscan/{5.0.6 => 5.0.7}/questions.yaml (100%) rename stable/autoscan/{5.0.6 => 5.0.7}/templates/NOTES.txt (100%) rename stable/autoscan/{5.0.6 => 5.0.7}/templates/common.yaml (100%) rename stable/autoscan/{5.0.6 => 5.0.7}/values.yaml (100%) diff --git a/stable/autoscan/5.0.6/app-changelog.md b/stable/autoscan/5.0.6/app-changelog.md deleted file mode 100644 index 151f54411a..0000000000 --- a/stable/autoscan/5.0.6/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [autoscan-5.0.6](https://github.com/truecharts/charts/compare/autoscan-5.0.5...autoscan-5.0.6) (2023-09-02) - -### Chore - -- update container image tccr.io/truecharts/autoscan to latest ([#12162](https://github.com/truecharts/charts/issues/12162)) - - \ No newline at end of file diff --git a/stable/autoscan/5.0.6/CHANGELOG.md b/stable/autoscan/5.0.7/CHANGELOG.md similarity index 93% rename from stable/autoscan/5.0.6/CHANGELOG.md rename to stable/autoscan/5.0.7/CHANGELOG.md index 6c6161b82d..5b742839f5 100644 --- a/stable/autoscan/5.0.6/CHANGELOG.md +++ b/stable/autoscan/5.0.7/CHANGELOG.md @@ -4,6 +4,15 @@ +## [autoscan-5.0.7](https://github.com/truecharts/charts/compare/autoscan-5.0.6...autoscan-5.0.7) (2023-09-02) + +### Chore + +- update container image tccr.io/truecharts/autoscan to latest ([#12163](https://github.com/truecharts/charts/issues/12163)) + + + + ## [autoscan-5.0.6](https://github.com/truecharts/charts/compare/autoscan-5.0.5...autoscan-5.0.6) (2023-09-02) ### Chore @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/autoscan to latest ([#9745](https://github.com/truecharts/charts/issues/9745)) - - - -## [autoscan-4.0.26](https://github.com/truecharts/charts/compare/autoscan-4.0.25...autoscan-4.0.26) (2023-06-16) - -### Chore - -- update container image tccr.io/truecharts/autoscan to latest ([#9691](https://github.com/truecharts/charts/issues/9691)) - diff --git a/stable/autoscan/5.0.6/Chart.yaml b/stable/autoscan/5.0.7/Chart.yaml similarity index 98% rename from stable/autoscan/5.0.6/Chart.yaml rename to stable/autoscan/5.0.7/Chart.yaml index 17e8fe2d98..e2d57a7459 100644 --- a/stable/autoscan/5.0.6/Chart.yaml +++ b/stable/autoscan/5.0.7/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: autoscan -version: 5.0.6 +version: 5.0.7 appVersion: "latest" description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system. type: application diff --git a/stable/autoscan/5.0.6/README.md b/stable/autoscan/5.0.7/README.md similarity index 100% rename from stable/autoscan/5.0.6/README.md rename to stable/autoscan/5.0.7/README.md diff --git a/stable/autoscan/5.0.7/app-changelog.md b/stable/autoscan/5.0.7/app-changelog.md new file mode 100644 index 0000000000..7acd5c7f03 --- /dev/null +++ b/stable/autoscan/5.0.7/app-changelog.md @@ -0,0 +1,9 @@ + + +## [autoscan-5.0.7](https://github.com/truecharts/charts/compare/autoscan-5.0.6...autoscan-5.0.7) (2023-09-02) + +### Chore + +- update container image tccr.io/truecharts/autoscan to latest ([#12163](https://github.com/truecharts/charts/issues/12163)) + + \ No newline at end of file diff --git a/stable/autoscan/5.0.6/app-readme.md b/stable/autoscan/5.0.7/app-readme.md similarity index 100% rename from stable/autoscan/5.0.6/app-readme.md rename to stable/autoscan/5.0.7/app-readme.md diff --git a/stable/autoscan/5.0.6/charts/common-14.0.1.tgz b/stable/autoscan/5.0.7/charts/common-14.0.1.tgz similarity index 100% rename from stable/autoscan/5.0.6/charts/common-14.0.1.tgz rename to stable/autoscan/5.0.7/charts/common-14.0.1.tgz diff --git a/stable/autoscan/5.0.6/ix_values.yaml b/stable/autoscan/5.0.7/ix_values.yaml similarity index 89% rename from stable/autoscan/5.0.6/ix_values.yaml rename to stable/autoscan/5.0.7/ix_values.yaml index 9282c8d65e..4053067012 100644 --- a/stable/autoscan/5.0.6/ix_values.yaml +++ b/stable/autoscan/5.0.7/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/autoscan - tag: latest@sha256:6ff02df2293d77e612a6e2130660aa80f01dce353abb87aff6579e43e6a50337 + tag: latest@sha256:183d6dfe786bde562de5b75477ce3ed8492e265814357c1caa95a5c0e990218d securityContext: container: diff --git a/stable/autoscan/5.0.6/questions.yaml b/stable/autoscan/5.0.7/questions.yaml similarity index 100% rename from stable/autoscan/5.0.6/questions.yaml rename to stable/autoscan/5.0.7/questions.yaml diff --git a/stable/autoscan/5.0.6/templates/NOTES.txt b/stable/autoscan/5.0.7/templates/NOTES.txt similarity index 100% rename from stable/autoscan/5.0.6/templates/NOTES.txt rename to stable/autoscan/5.0.7/templates/NOTES.txt diff --git a/stable/autoscan/5.0.6/templates/common.yaml b/stable/autoscan/5.0.7/templates/common.yaml similarity index 100% rename from stable/autoscan/5.0.6/templates/common.yaml rename to stable/autoscan/5.0.7/templates/common.yaml diff --git a/stable/autoscan/5.0.6/values.yaml b/stable/autoscan/5.0.7/values.yaml similarity index 100% rename from stable/autoscan/5.0.6/values.yaml rename to stable/autoscan/5.0.7/values.yaml