Skip to content

Commit

Permalink
renovate?
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus committed Jun 27, 2024
1 parent 598b833 commit 13bc0b5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@
"ghcr.io/linuxserver/socket-proxy"
],
"allowedVersions": "<2.0.0"
},
{
"matchDatasources": [
"docker"
],
"matchPackagePatterns": [
"searxng/searxng"
],
"versioning": "loose"
}
],
"customManagers": [
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/redlib/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
app:
image:
repository: quay.io/redlib/redlib
tag: latest
tag: latest@sha256:f7818d95905332d9e603082d305f819cf754ca3ce77b5508510144bce79b3b1b
env:
REDLIB_DEFAULT_SHOW_NSFW: on
REDLIB_DEFAULT_WIDE: on
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/searxng/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
app:
image:
repository: searxng/searxng
tag: 2024.5.16
tag: 2024.5.16-2f2d93b29
env:
BASE_URL: https://search.pub.${CLUSTER_DOMAIN}
envFrom:
Expand Down

0 comments on commit 13bc0b5

Please sign in to comment.