mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
Compare commits
No commits in common. "6edbe44e978e06c2b4aaa286a74fc547af288e2a" and "300c9767faf13e9d5ad1b86f40f84da58638db85" have entirely different histories.
6edbe44e97
...
300c9767fa
4 changed files with 3 additions and 10 deletions
|
@ -4,7 +4,7 @@ deployment:
|
|||
image:
|
||||
repository: quay.io/go-skynet/local-ai
|
||||
#tag: latest-aio-gpu-nvidia-cuda-12
|
||||
tag: v2.24.1-cublas-cuda12-ffmpeg
|
||||
tag: v2.24.0-cublas-cuda12-ffmpeg
|
||||
pullPolicy: Always
|
||||
runtimeClassName: nvidia
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ image:
|
|||
# -- image repository
|
||||
repository: ghcr.io/onedr0p/prowlarr-develop
|
||||
# @default -- chart.appVersion
|
||||
tag: "1.28"
|
||||
tag: "1.27"
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ grafana:
|
|||
|
||||
image:
|
||||
repository: grafana/grafana
|
||||
tag: 11.4.0
|
||||
tag: 11.3.2
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
|
|
|
@ -6,13 +6,6 @@
|
|||
"commitMessageSuffix": "",
|
||||
"commitBody": "",
|
||||
"prHourlyLimit": 20,
|
||||
"hostRules": [
|
||||
{
|
||||
"matchHost": "api.github.com",
|
||||
"concurrentRequestLimit": 1,
|
||||
"maxRequestsPerSecond": 8
|
||||
}
|
||||
],
|
||||
"suppressNotifications": [
|
||||
"prIgnoreNotification"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue