mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
Compare commits
6 commits
563057e5f2
...
e7681eed27
Author | SHA1 | Date | |
---|---|---|---|
|
e7681eed27 | ||
6edbe44e97 | |||
|
d09b7336f1 | ||
|
64e9e845b3 | ||
c22d43c7d6 | |||
300c9767fa |
6 changed files with 12 additions and 5 deletions
|
@ -5,4 +5,4 @@ apps:
|
||||||
- name: falco
|
- name: falco
|
||||||
repoURL: https://falcosecurity.github.io/charts
|
repoURL: https://falcosecurity.github.io/charts
|
||||||
chart: falco
|
chart: falco
|
||||||
targetRevision: 3.8.7
|
targetRevision: 4.16.0
|
||||||
|
|
|
@ -8,7 +8,7 @@ apps:
|
||||||
# targetRevision: 3.1.0
|
# targetRevision: 3.1.0
|
||||||
repoURL: https://github.com/nold360/localai-charts.git
|
repoURL: https://github.com/nold360/localai-charts.git
|
||||||
path: charts/local-ai
|
path: charts/local-ai
|
||||||
targetRevision: feat/envsecret
|
targetRevision: main
|
||||||
secrets:
|
secrets:
|
||||||
- name: localai
|
- name: localai
|
||||||
keys:
|
keys:
|
||||||
|
|
|
@ -4,7 +4,7 @@ deployment:
|
||||||
image:
|
image:
|
||||||
repository: quay.io/go-skynet/local-ai
|
repository: quay.io/go-skynet/local-ai
|
||||||
#tag: latest-aio-gpu-nvidia-cuda-12
|
#tag: latest-aio-gpu-nvidia-cuda-12
|
||||||
tag: v2.24.0-cublas-cuda12-ffmpeg
|
tag: v2.24.1-cublas-cuda12-ffmpeg
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
runtimeClassName: nvidia
|
runtimeClassName: nvidia
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ image:
|
||||||
# -- image repository
|
# -- image repository
|
||||||
repository: ghcr.io/onedr0p/prowlarr-develop
|
repository: ghcr.io/onedr0p/prowlarr-develop
|
||||||
# @default -- chart.appVersion
|
# @default -- chart.appVersion
|
||||||
tag: "1.27"
|
tag: "1.28"
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ grafana:
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: grafana/grafana
|
repository: grafana/grafana
|
||||||
tag: 11.3.2
|
tag: 11.4.0
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -6,6 +6,13 @@
|
||||||
"commitMessageSuffix": "",
|
"commitMessageSuffix": "",
|
||||||
"commitBody": "",
|
"commitBody": "",
|
||||||
"prHourlyLimit": 20,
|
"prHourlyLimit": 20,
|
||||||
|
"hostRules": [
|
||||||
|
{
|
||||||
|
"matchHost": "api.github.com",
|
||||||
|
"concurrentRequestLimit": 1,
|
||||||
|
"maxRequestsPerSecond": 8
|
||||||
|
}
|
||||||
|
],
|
||||||
"suppressNotifications": [
|
"suppressNotifications": [
|
||||||
"prIgnoreNotification"
|
"prIgnoreNotification"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue