From 86af760484291b80ea6c52fc86c7c343c342a461 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 27 Oct 2023 08:46:28 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/searxng/4.0.58/app-changelog.md | 9 --------- .../searxng/{4.0.58 => 4.0.59}/CHANGELOG.md | 18 +++++++++--------- stable/searxng/{4.0.58 => 4.0.59}/Chart.yaml | 2 +- stable/searxng/{4.0.58 => 4.0.59}/README.md | 0 stable/searxng/4.0.59/app-changelog.md | 9 +++++++++ .../searxng/{4.0.58 => 4.0.59}/app-readme.md | 0 .../charts/common-14.0.9.tgz | Bin .../searxng/{4.0.58 => 4.0.59}/ix_values.yaml | 2 +- .../searxng/{4.0.58 => 4.0.59}/questions.yaml | 0 .../{4.0.58 => 4.0.59}/templates/NOTES.txt | 0 .../{4.0.58 => 4.0.59}/templates/common.yaml | 0 stable/searxng/{4.0.58 => 4.0.59}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/searxng/4.0.58/app-changelog.md rename stable/searxng/{4.0.58 => 4.0.59}/CHANGELOG.md (93%) rename stable/searxng/{4.0.58 => 4.0.59}/Chart.yaml (98%) rename stable/searxng/{4.0.58 => 4.0.59}/README.md (100%) create mode 100644 stable/searxng/4.0.59/app-changelog.md rename stable/searxng/{4.0.58 => 4.0.59}/app-readme.md (100%) rename stable/searxng/{4.0.58 => 4.0.59}/charts/common-14.0.9.tgz (100%) rename stable/searxng/{4.0.58 => 4.0.59}/ix_values.yaml (92%) rename stable/searxng/{4.0.58 => 4.0.59}/questions.yaml (100%) rename stable/searxng/{4.0.58 => 4.0.59}/templates/NOTES.txt (100%) rename stable/searxng/{4.0.58 => 4.0.59}/templates/common.yaml (100%) rename stable/searxng/{4.0.58 => 4.0.59}/values.yaml (100%) diff --git a/stable/searxng/4.0.58/app-changelog.md b/stable/searxng/4.0.58/app-changelog.md deleted file mode 100644 index 35c9da28308..00000000000 --- a/stable/searxng/4.0.58/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [searxng-4.0.58](https://github.com/truecharts/charts/compare/searxng-4.0.57...searxng-4.0.58) (2023-10-22) - -### Chore - -- update container image tccr.io/truecharts/searxng to latest ([#13882](https://github.com/truecharts/charts/issues/13882)) - - \ No newline at end of file diff --git a/stable/searxng/4.0.58/CHANGELOG.md b/stable/searxng/4.0.59/CHANGELOG.md similarity index 93% rename from stable/searxng/4.0.58/CHANGELOG.md rename to stable/searxng/4.0.59/CHANGELOG.md index 2c899c12121..6ac0c9daaca 100644 --- a/stable/searxng/4.0.58/CHANGELOG.md +++ b/stable/searxng/4.0.59/CHANGELOG.md @@ -4,6 +4,15 @@ +## [searxng-4.0.59](https://github.com/truecharts/charts/compare/searxng-4.0.58...searxng-4.0.59) (2023-10-27) + +### Chore + +- update container image tccr.io/truecharts/searxng to latest ([#14018](https://github.com/truecharts/charts/issues/14018)) + + + + ## [searxng-4.0.58](https://github.com/truecharts/charts/compare/searxng-4.0.57...searxng-4.0.58) (2023-10-22) ### Chore @@ -88,12 +97,3 @@ ## [searxng-4.0.49](https://github.com/truecharts/charts/compare/searxng-4.0.48...searxng-4.0.49) (2023-10-06) -### Chore - -- update container image tccr.io/truecharts/searxng to latest ([#13305](https://github.com/truecharts/charts/issues/13305)) - - - - -## [searxng-4.0.48](https://github.com/truecharts/charts/compare/searxng-4.0.47...searxng-4.0.48) (2023-10-05) - diff --git a/stable/searxng/4.0.58/Chart.yaml b/stable/searxng/4.0.59/Chart.yaml similarity index 98% rename from stable/searxng/4.0.58/Chart.yaml rename to stable/searxng/4.0.59/Chart.yaml index 47641929962..a7208d38406 100644 --- a/stable/searxng/4.0.58/Chart.yaml +++ b/stable/searxng/4.0.59/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.58 +version: 4.0.59 annotations: truecharts.org/catagories: | - Productivity diff --git a/stable/searxng/4.0.58/README.md b/stable/searxng/4.0.59/README.md similarity index 100% rename from stable/searxng/4.0.58/README.md rename to stable/searxng/4.0.59/README.md diff --git a/stable/searxng/4.0.59/app-changelog.md b/stable/searxng/4.0.59/app-changelog.md new file mode 100644 index 00000000000..62907a12ec3 --- /dev/null +++ b/stable/searxng/4.0.59/app-changelog.md @@ -0,0 +1,9 @@ + + +## [searxng-4.0.59](https://github.com/truecharts/charts/compare/searxng-4.0.58...searxng-4.0.59) (2023-10-27) + +### Chore + +- update container image tccr.io/truecharts/searxng to latest ([#14018](https://github.com/truecharts/charts/issues/14018)) + + \ No newline at end of file diff --git a/stable/searxng/4.0.58/app-readme.md b/stable/searxng/4.0.59/app-readme.md similarity index 100% rename from stable/searxng/4.0.58/app-readme.md rename to stable/searxng/4.0.59/app-readme.md diff --git a/stable/searxng/4.0.58/charts/common-14.0.9.tgz b/stable/searxng/4.0.59/charts/common-14.0.9.tgz similarity index 100% rename from stable/searxng/4.0.58/charts/common-14.0.9.tgz rename to stable/searxng/4.0.59/charts/common-14.0.9.tgz diff --git a/stable/searxng/4.0.58/ix_values.yaml b/stable/searxng/4.0.59/ix_values.yaml similarity index 92% rename from stable/searxng/4.0.58/ix_values.yaml rename to stable/searxng/4.0.59/ix_values.yaml index a24b5f5ee5c..6980ab7009c 100644 --- a/stable/searxng/4.0.58/ix_values.yaml +++ b/stable/searxng/4.0.59/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/searxng - tag: latest@sha256:fdedc9f0121bb934c69fa1879a5c128c91564f95dada1959d92ba28d57ae7882 + tag: latest@sha256:2e354bf7b3ff6ed432e08a1b6ef65cbd882a5a2f851eba73cf4d9d70295e70bb workload: main: diff --git a/stable/searxng/4.0.58/questions.yaml b/stable/searxng/4.0.59/questions.yaml similarity index 100% rename from stable/searxng/4.0.58/questions.yaml rename to stable/searxng/4.0.59/questions.yaml diff --git a/stable/searxng/4.0.58/templates/NOTES.txt b/stable/searxng/4.0.59/templates/NOTES.txt similarity index 100% rename from stable/searxng/4.0.58/templates/NOTES.txt rename to stable/searxng/4.0.59/templates/NOTES.txt diff --git a/stable/searxng/4.0.58/templates/common.yaml b/stable/searxng/4.0.59/templates/common.yaml similarity index 100% rename from stable/searxng/4.0.58/templates/common.yaml rename to stable/searxng/4.0.59/templates/common.yaml diff --git a/stable/searxng/4.0.58/values.yaml b/stable/searxng/4.0.59/values.yaml similarity index 100% rename from stable/searxng/4.0.58/values.yaml rename to stable/searxng/4.0.59/values.yaml