From 2e7f64acc32f79f263e6cf351395a306833cbaaa Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 25 Dec 2023 12:23:41 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/searxng/5.0.12/app-changelog.md | 9 --------- .../searxng/{5.0.12 => 5.0.13}/CHANGELOG.md | 18 +++++++++--------- stable/searxng/{5.0.12 => 5.0.13}/Chart.yaml | 2 +- stable/searxng/{5.0.12 => 5.0.13}/README.md | 0 stable/searxng/5.0.13/app-changelog.md | 9 +++++++++ .../searxng/{5.0.12 => 5.0.13}/app-readme.md | 0 .../charts/common-16.2.21.tgz | Bin .../searxng/{5.0.12 => 5.0.13}/ix_values.yaml | 2 +- .../searxng/{5.0.12 => 5.0.13}/questions.yaml | 0 .../{5.0.12 => 5.0.13}/templates/NOTES.txt | 0 .../{5.0.12 => 5.0.13}/templates/common.yaml | 0 stable/searxng/{5.0.12 => 5.0.13}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/searxng/5.0.12/app-changelog.md rename stable/searxng/{5.0.12 => 5.0.13}/CHANGELOG.md (89%) rename stable/searxng/{5.0.12 => 5.0.13}/Chart.yaml (98%) rename stable/searxng/{5.0.12 => 5.0.13}/README.md (100%) create mode 100644 stable/searxng/5.0.13/app-changelog.md rename stable/searxng/{5.0.12 => 5.0.13}/app-readme.md (100%) rename stable/searxng/{5.0.12 => 5.0.13}/charts/common-16.2.21.tgz (100%) rename stable/searxng/{5.0.12 => 5.0.13}/ix_values.yaml (92%) rename stable/searxng/{5.0.12 => 5.0.13}/questions.yaml (100%) rename stable/searxng/{5.0.12 => 5.0.13}/templates/NOTES.txt (100%) rename stable/searxng/{5.0.12 => 5.0.13}/templates/common.yaml (100%) rename stable/searxng/{5.0.12 => 5.0.13}/values.yaml (100%) diff --git a/stable/searxng/5.0.12/app-changelog.md b/stable/searxng/5.0.12/app-changelog.md deleted file mode 100644 index 9d72db146b..0000000000 --- a/stable/searxng/5.0.12/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [searxng-5.0.12](https://github.com/truecharts/charts/compare/searxng-5.0.11...searxng-5.0.12) (2023-12-25) - -### Chore - -- update container image searxng/searxng to latest[@6a2e5d4](https://github.com/6a2e5d4) by renovate ([#16449](https://github.com/truecharts/charts/issues/16449)) - - \ No newline at end of file diff --git a/stable/searxng/5.0.12/CHANGELOG.md b/stable/searxng/5.0.13/CHANGELOG.md similarity index 89% rename from stable/searxng/5.0.12/CHANGELOG.md rename to stable/searxng/5.0.13/CHANGELOG.md index f28a90bee7..8a6867ec44 100644 --- a/stable/searxng/5.0.12/CHANGELOG.md +++ b/stable/searxng/5.0.13/CHANGELOG.md @@ -4,6 +4,15 @@ +## [searxng-5.0.13](https://github.com/truecharts/charts/compare/searxng-5.0.12...searxng-5.0.13) (2023-12-25) + +### Chore + +- update container image searxng/searxng to latest[@9ddcc1c](https://github.com/9ddcc1c) by renovate ([#16525](https://github.com/truecharts/charts/issues/16525)) + + + + ## [searxng-5.0.12](https://github.com/truecharts/charts/compare/searxng-5.0.11...searxng-5.0.12) (2023-12-25) ### Chore @@ -88,12 +97,3 @@ ## [searxng-5.0.3](https://github.com/truecharts/charts/compare/searxng-5.0.2...searxng-5.0.3) (2023-12-21) ### Chore - -- bump everything to ensure patches are applied globally - - - - -## [searxng-5.0.2](https://github.com/truecharts/charts/compare/searxng-5.0.1...searxng-5.0.2) (2023-12-21) - -### Chore diff --git a/stable/searxng/5.0.12/Chart.yaml b/stable/searxng/5.0.13/Chart.yaml similarity index 98% rename from stable/searxng/5.0.12/Chart.yaml rename to stable/searxng/5.0.13/Chart.yaml index 787b3d867b..b67f3846ab 100644 --- a/stable/searxng/5.0.12/Chart.yaml +++ b/stable/searxng/5.0.13/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: searxng -version: 5.0.12 +version: 5.0.13 appVersion: latest description: Meta search engine which aggregates results from more than 70 search services. home: https://truecharts.org/charts/stable/searxng diff --git a/stable/searxng/5.0.12/README.md b/stable/searxng/5.0.13/README.md similarity index 100% rename from stable/searxng/5.0.12/README.md rename to stable/searxng/5.0.13/README.md diff --git a/stable/searxng/5.0.13/app-changelog.md b/stable/searxng/5.0.13/app-changelog.md new file mode 100644 index 0000000000..edb9a8a137 --- /dev/null +++ b/stable/searxng/5.0.13/app-changelog.md @@ -0,0 +1,9 @@ + + +## [searxng-5.0.13](https://github.com/truecharts/charts/compare/searxng-5.0.12...searxng-5.0.13) (2023-12-25) + +### Chore + +- update container image searxng/searxng to latest[@9ddcc1c](https://github.com/9ddcc1c) by renovate ([#16525](https://github.com/truecharts/charts/issues/16525)) + + \ No newline at end of file diff --git a/stable/searxng/5.0.12/app-readme.md b/stable/searxng/5.0.13/app-readme.md similarity index 100% rename from stable/searxng/5.0.12/app-readme.md rename to stable/searxng/5.0.13/app-readme.md diff --git a/stable/searxng/5.0.12/charts/common-16.2.21.tgz b/stable/searxng/5.0.13/charts/common-16.2.21.tgz similarity index 100% rename from stable/searxng/5.0.12/charts/common-16.2.21.tgz rename to stable/searxng/5.0.13/charts/common-16.2.21.tgz diff --git a/stable/searxng/5.0.12/ix_values.yaml b/stable/searxng/5.0.13/ix_values.yaml similarity index 92% rename from stable/searxng/5.0.12/ix_values.yaml rename to stable/searxng/5.0.13/ix_values.yaml index 05d8a31571..458612b54a 100644 --- a/stable/searxng/5.0.12/ix_values.yaml +++ b/stable/searxng/5.0.13/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: searxng/searxng - tag: latest@sha256:6a2e5d43328b50d6c16f7e588b8e0fb225547c69fa83bc23c5534ef692c30947 + tag: latest@sha256:9ddcc1cae36a5228658ac69cac2ca96571dbb661da7159255df9de94b282e889 workload: main: podSpec: diff --git a/stable/searxng/5.0.12/questions.yaml b/stable/searxng/5.0.13/questions.yaml similarity index 100% rename from stable/searxng/5.0.12/questions.yaml rename to stable/searxng/5.0.13/questions.yaml diff --git a/stable/searxng/5.0.12/templates/NOTES.txt b/stable/searxng/5.0.13/templates/NOTES.txt similarity index 100% rename from stable/searxng/5.0.12/templates/NOTES.txt rename to stable/searxng/5.0.13/templates/NOTES.txt diff --git a/stable/searxng/5.0.12/templates/common.yaml b/stable/searxng/5.0.13/templates/common.yaml similarity index 100% rename from stable/searxng/5.0.12/templates/common.yaml rename to stable/searxng/5.0.13/templates/common.yaml diff --git a/stable/searxng/5.0.12/values.yaml b/stable/searxng/5.0.13/values.yaml similarity index 100% rename from stable/searxng/5.0.12/values.yaml rename to stable/searxng/5.0.13/values.yaml