From ed9883f91ae95669ffda5c59988d44b23502e368 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 5 Oct 2023 11:54:40 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/searxng/4.0.47/app-changelog.md | 9 --------- .../searxng/{4.0.47 => 4.0.48}/CHANGELOG.md | 18 +++++++++--------- stable/searxng/{4.0.47 => 4.0.48}/Chart.yaml | 2 +- stable/searxng/{4.0.47 => 4.0.48}/README.md | 0 stable/searxng/4.0.48/app-changelog.md | 9 +++++++++ .../searxng/{4.0.47 => 4.0.48}/app-readme.md | 0 .../charts/common-14.0.1.tgz | Bin .../searxng/{4.0.47 => 4.0.48}/ix_values.yaml | 2 +- .../searxng/{4.0.47 => 4.0.48}/questions.yaml | 0 .../{4.0.47 => 4.0.48}/templates/NOTES.txt | 0 .../{4.0.47 => 4.0.48}/templates/common.yaml | 0 stable/searxng/{4.0.47 => 4.0.48}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/searxng/4.0.47/app-changelog.md rename stable/searxng/{4.0.47 => 4.0.48}/CHANGELOG.md (93%) rename stable/searxng/{4.0.47 => 4.0.48}/Chart.yaml (98%) rename stable/searxng/{4.0.47 => 4.0.48}/README.md (100%) create mode 100644 stable/searxng/4.0.48/app-changelog.md rename stable/searxng/{4.0.47 => 4.0.48}/app-readme.md (100%) rename stable/searxng/{4.0.47 => 4.0.48}/charts/common-14.0.1.tgz (100%) rename stable/searxng/{4.0.47 => 4.0.48}/ix_values.yaml (92%) rename stable/searxng/{4.0.47 => 4.0.48}/questions.yaml (100%) rename stable/searxng/{4.0.47 => 4.0.48}/templates/NOTES.txt (100%) rename stable/searxng/{4.0.47 => 4.0.48}/templates/common.yaml (100%) rename stable/searxng/{4.0.47 => 4.0.48}/values.yaml (100%) diff --git a/stable/searxng/4.0.47/app-changelog.md b/stable/searxng/4.0.47/app-changelog.md deleted file mode 100644 index 9fed7605621..00000000000 --- a/stable/searxng/4.0.47/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [searxng-4.0.47](https://github.com/truecharts/charts/compare/searxng-4.0.46...searxng-4.0.47) (2023-10-01) - -### Chore - -- update container image tccr.io/truecharts/searxng to latest ([#13145](https://github.com/truecharts/charts/issues/13145)) - - \ No newline at end of file diff --git a/stable/searxng/4.0.47/CHANGELOG.md b/stable/searxng/4.0.48/CHANGELOG.md similarity index 93% rename from stable/searxng/4.0.47/CHANGELOG.md rename to stable/searxng/4.0.48/CHANGELOG.md index 8c73682233b..b313331a0f7 100644 --- a/stable/searxng/4.0.47/CHANGELOG.md +++ b/stable/searxng/4.0.48/CHANGELOG.md @@ -4,6 +4,15 @@ +## [searxng-4.0.48](https://github.com/truecharts/charts/compare/searxng-4.0.47...searxng-4.0.48) (2023-10-05) + +### Chore + +- update container image tccr.io/truecharts/searxng to latest ([#13274](https://github.com/truecharts/charts/issues/13274)) + + + + ## [searxng-4.0.47](https://github.com/truecharts/charts/compare/searxng-4.0.46...searxng-4.0.47) (2023-10-01) ### Chore @@ -88,12 +97,3 @@ ## [searxng-4.0.38](https://github.com/truecharts/charts/compare/searxng-4.0.37...searxng-4.0.38) (2023-09-24) ### Chore - -- update container image tccr.io/truecharts/searxng to latest ([#12907](https://github.com/truecharts/charts/issues/12907)) - - - - -## [searxng-4.0.37](https://github.com/truecharts/charts/compare/searxng-4.0.36...searxng-4.0.37) (2023-09-23) - -### Chore diff --git a/stable/searxng/4.0.47/Chart.yaml b/stable/searxng/4.0.48/Chart.yaml similarity index 98% rename from stable/searxng/4.0.47/Chart.yaml rename to stable/searxng/4.0.48/Chart.yaml index 031baa1a326..b6a57b1bf69 100644 --- a/stable/searxng/4.0.47/Chart.yaml +++ b/stable/searxng/4.0.48/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/searxng - https://github.com/searxng/searxng type: application -version: 4.0.47 +version: 4.0.48 annotations: truecharts.org/catagories: | - Productivity diff --git a/stable/searxng/4.0.47/README.md b/stable/searxng/4.0.48/README.md similarity index 100% rename from stable/searxng/4.0.47/README.md rename to stable/searxng/4.0.48/README.md diff --git a/stable/searxng/4.0.48/app-changelog.md b/stable/searxng/4.0.48/app-changelog.md new file mode 100644 index 00000000000..d86c5aa8123 --- /dev/null +++ b/stable/searxng/4.0.48/app-changelog.md @@ -0,0 +1,9 @@ + + +## [searxng-4.0.48](https://github.com/truecharts/charts/compare/searxng-4.0.47...searxng-4.0.48) (2023-10-05) + +### Chore + +- update container image tccr.io/truecharts/searxng to latest ([#13274](https://github.com/truecharts/charts/issues/13274)) + + \ No newline at end of file diff --git a/stable/searxng/4.0.47/app-readme.md b/stable/searxng/4.0.48/app-readme.md similarity index 100% rename from stable/searxng/4.0.47/app-readme.md rename to stable/searxng/4.0.48/app-readme.md diff --git a/stable/searxng/4.0.47/charts/common-14.0.1.tgz b/stable/searxng/4.0.48/charts/common-14.0.1.tgz similarity index 100% rename from stable/searxng/4.0.47/charts/common-14.0.1.tgz rename to stable/searxng/4.0.48/charts/common-14.0.1.tgz diff --git a/stable/searxng/4.0.47/ix_values.yaml b/stable/searxng/4.0.48/ix_values.yaml similarity index 92% rename from stable/searxng/4.0.47/ix_values.yaml rename to stable/searxng/4.0.48/ix_values.yaml index 16b0b6342c7..dfa6a5f3dde 100644 --- a/stable/searxng/4.0.47/ix_values.yaml +++ b/stable/searxng/4.0.48/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/searxng - tag: latest@sha256:571f45975072671ce72f3d95a35400504e4ab9f457bd2863d8fe600ce08ca88f + tag: latest@sha256:5e22347a6abce62d41374468d097a739fd52db1fdbaf3920b62e27b92b8c3563 workload: main: diff --git a/stable/searxng/4.0.47/questions.yaml b/stable/searxng/4.0.48/questions.yaml similarity index 100% rename from stable/searxng/4.0.47/questions.yaml rename to stable/searxng/4.0.48/questions.yaml diff --git a/stable/searxng/4.0.47/templates/NOTES.txt b/stable/searxng/4.0.48/templates/NOTES.txt similarity index 100% rename from stable/searxng/4.0.47/templates/NOTES.txt rename to stable/searxng/4.0.48/templates/NOTES.txt diff --git a/stable/searxng/4.0.47/templates/common.yaml b/stable/searxng/4.0.48/templates/common.yaml similarity index 100% rename from stable/searxng/4.0.47/templates/common.yaml rename to stable/searxng/4.0.48/templates/common.yaml diff --git a/stable/searxng/4.0.47/values.yaml b/stable/searxng/4.0.48/values.yaml similarity index 100% rename from stable/searxng/4.0.47/values.yaml rename to stable/searxng/4.0.48/values.yaml