From eae59eb0508df29be0d0bd7dcdabfc962e368c69 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 16 Sep 2023 13:42:43 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/autoscan/5.0.13/app-changelog.md | 9 --------- .../autoscan/{5.0.13 => 5.0.14}/CHANGELOG.md | 18 +++++++++--------- stable/autoscan/{5.0.13 => 5.0.14}/Chart.yaml | 2 +- stable/autoscan/{5.0.13 => 5.0.14}/README.md | 0 stable/autoscan/5.0.14/app-changelog.md | 9 +++++++++ .../autoscan/{5.0.13 => 5.0.14}/app-readme.md | 0 .../charts/common-14.0.1.tgz | Bin .../{5.0.13 => 5.0.14}/ix_values.yaml | 2 +- .../{5.0.13 => 5.0.14}/questions.yaml | 0 .../{5.0.13 => 5.0.14}/templates/NOTES.txt | 0 .../{5.0.13 => 5.0.14}/templates/common.yaml | 0 .../autoscan/{5.0.13 => 5.0.14}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/autoscan/5.0.13/app-changelog.md rename stable/autoscan/{5.0.13 => 5.0.14}/CHANGELOG.md (93%) rename stable/autoscan/{5.0.13 => 5.0.14}/Chart.yaml (98%) rename stable/autoscan/{5.0.13 => 5.0.14}/README.md (100%) create mode 100644 stable/autoscan/5.0.14/app-changelog.md rename stable/autoscan/{5.0.13 => 5.0.14}/app-readme.md (100%) rename stable/autoscan/{5.0.13 => 5.0.14}/charts/common-14.0.1.tgz (100%) rename stable/autoscan/{5.0.13 => 5.0.14}/ix_values.yaml (89%) rename stable/autoscan/{5.0.13 => 5.0.14}/questions.yaml (100%) rename stable/autoscan/{5.0.13 => 5.0.14}/templates/NOTES.txt (100%) rename stable/autoscan/{5.0.13 => 5.0.14}/templates/common.yaml (100%) rename stable/autoscan/{5.0.13 => 5.0.14}/values.yaml (100%) diff --git a/stable/autoscan/5.0.13/app-changelog.md b/stable/autoscan/5.0.13/app-changelog.md deleted file mode 100644 index 2bbac685122..00000000000 --- a/stable/autoscan/5.0.13/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [autoscan-5.0.13](https://github.com/truecharts/charts/compare/autoscan-5.0.12...autoscan-5.0.13) (2023-09-08) - -### Chore - -- update container image tccr.io/truecharts/autoscan to latest ([#12383](https://github.com/truecharts/charts/issues/12383)) - - \ No newline at end of file diff --git a/stable/autoscan/5.0.13/CHANGELOG.md b/stable/autoscan/5.0.14/CHANGELOG.md similarity index 93% rename from stable/autoscan/5.0.13/CHANGELOG.md rename to stable/autoscan/5.0.14/CHANGELOG.md index 1975b44dc40..a95b4954198 100644 --- a/stable/autoscan/5.0.13/CHANGELOG.md +++ b/stable/autoscan/5.0.14/CHANGELOG.md @@ -4,6 +4,15 @@ +## [autoscan-5.0.14](https://github.com/truecharts/charts/compare/autoscan-5.0.13...autoscan-5.0.14) (2023-09-16) + +### Chore + +- update container image tccr.io/truecharts/autoscan to latest ([#12655](https://github.com/truecharts/charts/issues/12655)) + + + + ## [autoscan-5.0.13](https://github.com/truecharts/charts/compare/autoscan-5.0.12...autoscan-5.0.13) (2023-09-08) ### Chore @@ -88,12 +97,3 @@ ## [autoscan-5.0.4](https://github.com/truecharts/charts/compare/autoscan-5.0.3...autoscan-5.0.4) (2023-08-28) ### Chore - -- update container image tccr.io/truecharts/autoscan to latest ([#11951](https://github.com/truecharts/charts/issues/11951)) - - - - -## [autoscan-5.0.3](https://github.com/truecharts/charts/compare/autoscan-5.0.2...autoscan-5.0.3) (2023-08-27) - -### Chore diff --git a/stable/autoscan/5.0.13/Chart.yaml b/stable/autoscan/5.0.14/Chart.yaml similarity index 98% rename from stable/autoscan/5.0.13/Chart.yaml rename to stable/autoscan/5.0.14/Chart.yaml index 31c5559d118..7e0293eb090 100644 --- a/stable/autoscan/5.0.13/Chart.yaml +++ b/stable/autoscan/5.0.14/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: autoscan -version: 5.0.13 +version: 5.0.14 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.13/README.md b/stable/autoscan/5.0.14/README.md similarity index 100% rename from stable/autoscan/5.0.13/README.md rename to stable/autoscan/5.0.14/README.md diff --git a/stable/autoscan/5.0.14/app-changelog.md b/stable/autoscan/5.0.14/app-changelog.md new file mode 100644 index 00000000000..d9505888fd8 --- /dev/null +++ b/stable/autoscan/5.0.14/app-changelog.md @@ -0,0 +1,9 @@ + + +## [autoscan-5.0.14](https://github.com/truecharts/charts/compare/autoscan-5.0.13...autoscan-5.0.14) (2023-09-16) + +### Chore + +- update container image tccr.io/truecharts/autoscan to latest ([#12655](https://github.com/truecharts/charts/issues/12655)) + + \ No newline at end of file diff --git a/stable/autoscan/5.0.13/app-readme.md b/stable/autoscan/5.0.14/app-readme.md similarity index 100% rename from stable/autoscan/5.0.13/app-readme.md rename to stable/autoscan/5.0.14/app-readme.md diff --git a/stable/autoscan/5.0.13/charts/common-14.0.1.tgz b/stable/autoscan/5.0.14/charts/common-14.0.1.tgz similarity index 100% rename from stable/autoscan/5.0.13/charts/common-14.0.1.tgz rename to stable/autoscan/5.0.14/charts/common-14.0.1.tgz diff --git a/stable/autoscan/5.0.13/ix_values.yaml b/stable/autoscan/5.0.14/ix_values.yaml similarity index 89% rename from stable/autoscan/5.0.13/ix_values.yaml rename to stable/autoscan/5.0.14/ix_values.yaml index b0c8fffb40f..07b5c4966fc 100644 --- a/stable/autoscan/5.0.13/ix_values.yaml +++ b/stable/autoscan/5.0.14/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/autoscan - tag: latest@sha256:a665bbdb9d6beb8fc0effcd508c83df3084818710b5396b4028eb709813c5f70 + tag: latest@sha256:283c9e8292da0318de998ae6a8a9aef03677109af7fa9038a9bf07bfdd98698f securityContext: container: diff --git a/stable/autoscan/5.0.13/questions.yaml b/stable/autoscan/5.0.14/questions.yaml similarity index 100% rename from stable/autoscan/5.0.13/questions.yaml rename to stable/autoscan/5.0.14/questions.yaml diff --git a/stable/autoscan/5.0.13/templates/NOTES.txt b/stable/autoscan/5.0.14/templates/NOTES.txt similarity index 100% rename from stable/autoscan/5.0.13/templates/NOTES.txt rename to stable/autoscan/5.0.14/templates/NOTES.txt diff --git a/stable/autoscan/5.0.13/templates/common.yaml b/stable/autoscan/5.0.14/templates/common.yaml similarity index 100% rename from stable/autoscan/5.0.13/templates/common.yaml rename to stable/autoscan/5.0.14/templates/common.yaml diff --git a/stable/autoscan/5.0.13/values.yaml b/stable/autoscan/5.0.14/values.yaml similarity index 100% rename from stable/autoscan/5.0.13/values.yaml rename to stable/autoscan/5.0.14/values.yaml