Compare commits

..

6 commits

Author SHA1 Message Date
renovate[bot]
203c0fbb59
chore(deps): update docker image docker.io/bitnami/postgresql to v16.2.0 2024-12-09 09:18:49 +00:00
6edbe44e97 fix(renovate): ratelimiting 2024-12-09 10:17:40 +01:00
renovate[bot]
d09b7336f1
chore(deps): update docker image grafana/grafana to v11.4.0 (#2561)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 09:09:38 +00:00
renovate[bot]
64e9e845b3
chore(deps): update docker image ghcr.io/onedr0p/prowlarr-develop to v1.28 (#2560)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 09:08:57 +00:00
c22d43c7d6 update: localai 2024-12-09 10:01:00 +01:00
300c9767fa fix(localai): chart to main 2024-12-07 12:08:19 +01:00
5 changed files with 11 additions and 4 deletions

View file

@ -8,7 +8,7 @@ apps:
# targetRevision: 3.1.0
repoURL: https://github.com/nold360/localai-charts.git
path: charts/local-ai
targetRevision: feat/envsecret
targetRevision: main
secrets:
- name: localai
keys:

View file

@ -4,7 +4,7 @@ deployment:
image:
repository: quay.io/go-skynet/local-ai
#tag: latest-aio-gpu-nvidia-cuda-12
tag: v2.24.0-cublas-cuda12-ffmpeg
tag: v2.24.1-cublas-cuda12-ffmpeg
pullPolicy: Always
runtimeClassName: nvidia

View file

@ -9,7 +9,7 @@ image:
# -- image repository
repository: ghcr.io/onedr0p/prowlarr-develop
# @default -- chart.appVersion
tag: "1.27"
tag: "1.28"
# -- image pull policy
pullPolicy: IfNotPresent

View file

@ -11,7 +11,7 @@ grafana:
image:
repository: grafana/grafana
tag: 11.3.2
tag: 11.4.0
persistence:
enabled: true

View file

@ -6,6 +6,13 @@
"commitMessageSuffix": "",
"commitBody": "",
"prHourlyLimit": 20,
"hostRules": [
{
"matchHost": "api.github.com",
"concurrentRequestLimit": 1,
"maxRequestsPerSecond": 8
}
],
"suppressNotifications": [
"prIgnoreNotification"
],