From 2b4001adc7a3fa2333a170a3f8211e8aaedfffd4 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 29 Jul 2023 17:35:40 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/searxng/3.0.2/app-changelog.md | 9 --------- stable/searxng/{3.0.2 => 3.0.3}/CHANGELOG.md | 9 +++++++++ stable/searxng/{3.0.2 => 3.0.3}/Chart.yaml | 6 +++--- stable/searxng/{3.0.2 => 3.0.3}/README.md | 0 stable/searxng/3.0.3/app-changelog.md | 9 +++++++++ stable/searxng/{3.0.2 => 3.0.3}/app-readme.md | 0 .../{3.0.2 => 3.0.3}/charts/common-13.2.1.tgz | Bin stable/searxng/{3.0.2 => 3.0.3}/ix_values.yaml | 2 +- stable/searxng/{3.0.2 => 3.0.3}/questions.yaml | 0 stable/searxng/{3.0.2 => 3.0.3}/templates/NOTES.txt | 0 .../searxng/{3.0.2 => 3.0.3}/templates/common.yaml | 0 stable/searxng/{3.0.2 => 3.0.3}/values.yaml | 0 12 files changed, 22 insertions(+), 13 deletions(-) delete mode 100644 stable/searxng/3.0.2/app-changelog.md rename stable/searxng/{3.0.2 => 3.0.3}/CHANGELOG.md (52%) rename stable/searxng/{3.0.2 => 3.0.3}/Chart.yaml (82%) rename stable/searxng/{3.0.2 => 3.0.3}/README.md (100%) create mode 100644 stable/searxng/3.0.3/app-changelog.md rename stable/searxng/{3.0.2 => 3.0.3}/app-readme.md (100%) rename stable/searxng/{3.0.2 => 3.0.3}/charts/common-13.2.1.tgz (100%) rename stable/searxng/{3.0.2 => 3.0.3}/ix_values.yaml (92%) rename stable/searxng/{3.0.2 => 3.0.3}/questions.yaml (100%) rename stable/searxng/{3.0.2 => 3.0.3}/templates/NOTES.txt (100%) rename stable/searxng/{3.0.2 => 3.0.3}/templates/common.yaml (100%) rename stable/searxng/{3.0.2 => 3.0.3}/values.yaml (100%) diff --git a/stable/searxng/3.0.2/app-changelog.md b/stable/searxng/3.0.2/app-changelog.md deleted file mode 100644 index 64aac9abc6b..00000000000 --- a/stable/searxng/3.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [searxng-3.0.2](https://github.com/truecharts/charts/compare/searxng-3.0.1...searxng-3.0.2) (2023-07-29) - -### Feat - -- Move to stable ([#10998](https://github.com/truecharts/charts/issues/10998)) - - \ No newline at end of file diff --git a/stable/searxng/3.0.2/CHANGELOG.md b/stable/searxng/3.0.3/CHANGELOG.md similarity index 52% rename from stable/searxng/3.0.2/CHANGELOG.md rename to stable/searxng/3.0.3/CHANGELOG.md index 00fe2df2c9d..96881ecee30 100644 --- a/stable/searxng/3.0.2/CHANGELOG.md +++ b/stable/searxng/3.0.3/CHANGELOG.md @@ -4,6 +4,15 @@ +## [searxng-3.0.3](https://github.com/truecharts/charts/compare/searxng-3.0.2...searxng-3.0.3) (2023-07-29) + +### Chore + +- update container image tccr.io/truecharts/searxng to latest ([#11006](https://github.com/truecharts/charts/issues/11006)) + + + + ## [searxng-3.0.2](https://github.com/truecharts/charts/compare/searxng-3.0.1...searxng-3.0.2) (2023-07-29) ### Feat diff --git a/stable/searxng/3.0.2/Chart.yaml b/stable/searxng/3.0.3/Chart.yaml similarity index 82% rename from stable/searxng/3.0.2/Chart.yaml rename to stable/searxng/3.0.3/Chart.yaml index 2097619384d..b20defa2b31 100644 --- a/stable/searxng/3.0.2/Chart.yaml +++ b/stable/searxng/3.0.3/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 13.2.1 deprecated: false description: Meta search engine which aggregates results from more than 70 search services. -home: https://truecharts.org/charts/incubator/searxng +home: https://truecharts.org/charts/stable/searxng icon: https://truecharts.org/img/hotlink-ok/chart-icons/searxng.png keywords: - searxng @@ -19,10 +19,10 @@ maintainers: url: https://truecharts.org name: searxng sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/searxng + - https://github.com/truecharts/charts/tree/master/charts/stable/searxng - https://github.com/searxng/searxng type: application -version: 3.0.2 +version: 3.0.3 annotations: truecharts.org/catagories: | - Productivity diff --git a/stable/searxng/3.0.2/README.md b/stable/searxng/3.0.3/README.md similarity index 100% rename from stable/searxng/3.0.2/README.md rename to stable/searxng/3.0.3/README.md diff --git a/stable/searxng/3.0.3/app-changelog.md b/stable/searxng/3.0.3/app-changelog.md new file mode 100644 index 00000000000..cff334f582d --- /dev/null +++ b/stable/searxng/3.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [searxng-3.0.3](https://github.com/truecharts/charts/compare/searxng-3.0.2...searxng-3.0.3) (2023-07-29) + +### Chore + +- update container image tccr.io/truecharts/searxng to latest ([#11006](https://github.com/truecharts/charts/issues/11006)) + + \ No newline at end of file diff --git a/stable/searxng/3.0.2/app-readme.md b/stable/searxng/3.0.3/app-readme.md similarity index 100% rename from stable/searxng/3.0.2/app-readme.md rename to stable/searxng/3.0.3/app-readme.md diff --git a/stable/searxng/3.0.2/charts/common-13.2.1.tgz b/stable/searxng/3.0.3/charts/common-13.2.1.tgz similarity index 100% rename from stable/searxng/3.0.2/charts/common-13.2.1.tgz rename to stable/searxng/3.0.3/charts/common-13.2.1.tgz diff --git a/stable/searxng/3.0.2/ix_values.yaml b/stable/searxng/3.0.3/ix_values.yaml similarity index 92% rename from stable/searxng/3.0.2/ix_values.yaml rename to stable/searxng/3.0.3/ix_values.yaml index 80d52f8d3cc..94bb2fc0d99 100644 --- a/stable/searxng/3.0.2/ix_values.yaml +++ b/stable/searxng/3.0.3/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/searxng - tag: latest@sha256:880321e4497925165beda91167e5f9bbc699ed0e272edf46fdcee4fdc94c5097 + tag: latest@sha256:39ccd5c9d6bfbb8f60e9f30ab21e9276d88593e12e98260522b05525d24f1e75 workload: main: diff --git a/stable/searxng/3.0.2/questions.yaml b/stable/searxng/3.0.3/questions.yaml similarity index 100% rename from stable/searxng/3.0.2/questions.yaml rename to stable/searxng/3.0.3/questions.yaml diff --git a/stable/searxng/3.0.2/templates/NOTES.txt b/stable/searxng/3.0.3/templates/NOTES.txt similarity index 100% rename from stable/searxng/3.0.2/templates/NOTES.txt rename to stable/searxng/3.0.3/templates/NOTES.txt diff --git a/stable/searxng/3.0.2/templates/common.yaml b/stable/searxng/3.0.3/templates/common.yaml similarity index 100% rename from stable/searxng/3.0.2/templates/common.yaml rename to stable/searxng/3.0.3/templates/common.yaml diff --git a/stable/searxng/3.0.2/values.yaml b/stable/searxng/3.0.3/values.yaml similarity index 100% rename from stable/searxng/3.0.2/values.yaml rename to stable/searxng/3.0.3/values.yaml