Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
4416db1460
commit
ca646c381f
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [searxng-2.0.20](https://github.com/truecharts/charts/compare/searxng-2.0.19...searxng-2.0.20) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [searxng-2.0.21](https://github.com/truecharts/charts/compare/searxng-2.0.20...searxng-2.0.21) (2023-02-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/searxng to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [searxng-2.0.20](https://github.com/truecharts/charts/compare/searxng-2.0.19...searxng-2.0.20) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [searxng-2.0.11](https://github.com/truecharts/charts/compare/searxng-2.0.10...searxng-2.0.11) (2022-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
|
||||
|
||||
|
||||
|
||||
|
||||
## [searxng-2.0.10](https://github.com/truecharts/charts/compare/searxng-2.0.9...searxng-2.0.10) (2022-12-25)
|
||||
|
||||
### Chore
|
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://hub.docker.com/r/searxng/searxng
|
||||
- https://github.com/searxng/searxng
|
||||
type: application
|
||||
version: 2.0.20
|
||||
version: 2.0.21
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- Productivity
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [searxng-2.0.21](https://github.com/truecharts/charts/compare/searxng-2.0.20...searxng-2.0.21) (2023-02-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/searxng to latest
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/searxng
|
||||
tag: latest@sha256:bb67510f3d042a9d0083169e7e900558a73ea0555bf399e6f0551ac8c18163c6
|
||||
tag: latest@sha256:1a312a8c4f11a203edd2b5f41eb13d0faeda00aa3c40e2e833be47b6ea9659ea
|
||||
|
||||
env:
|
||||
BASE_URL: ""
|
Loading…
Reference in New Issue