Compare commits

...

18 commits

Author SHA1 Message Date
renovate[bot]
4f17bdde2b
Merge 7d4a71fa37 into 6ae42bbf98 2024-12-16 21:26:21 +00:00
renovate[bot]
7d4a71fa37
chore(deps): update helm chart crowdsec to v0.16.0 2024-12-16 21:26:19 +00:00
6ae42bbf98 fix: bibot openapi fake key 2024-12-11 17:47:30 +01: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
renovate[bot]
9642d51847
chore(deps): update docker image quay.io/go-skynet/local-ai to v2.24.0 (#2559)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-06 00:59:58 +00:00
renovate[bot]
d07ae110e7
chore(deps): update docker image koenkk/zigbee2mqtt to v1.42.0 (#2558)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 21:13:27 +00:00
renovate[bot]
306c04d560
chore(deps): update docker image homeassistant/home-assistant to v2024.12 (#2557)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 21:12:49 +00:00
renovate[bot]
be336beec3
chore(deps): update docker image b4bz/homer to v24.12.1 (#2556)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 19:23:14 +00:00
renovate[bot]
5e25d78336
chore(deps): update docker image quay.io/kiwigrid/k8s-sidecar to v1.28.1 (#2554)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 19:22:12 +00:00
renovate[bot]
08d753e608
chore(deps): update docker image influxdb to v2.7.11 (#2553)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 17:40:19 +00:00
renovate[bot]
834c1be3c8
chore(deps): update docker image grafana/loki to v3.3.1 (#2552)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 17:39:51 +00:00
renovate[bot]
a8caacf607
chore(deps): update docker image grafana/grafana to v11.3.2 (#2551)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 17:39:05 +00:00
renovate[bot]
e5099aeae0
chore(deps): update docker image flowiseai/flowise to v2.2.1 (#2550)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 17:38:23 +00:00
renovate[bot]
7aba22bcf6 chore(deps): update helm chart kube-prometheus-stack to v66.3.1 2024-12-05 18:38:22 +01:00
16 changed files with 22 additions and 97 deletions

View file

@ -5,4 +5,4 @@ apps:
- name: crowdsec
repoURL: https://crowdsecurity.github.io/helm-charts
chart: crowdsec
targetRevision: 0.11.0
targetRevision: 0.16.0

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

@ -1,84 +0,0 @@
controllers:
# main agent
main:
containers:
main:
image:
repository: reg.dc/bi
tag: latest
pullPolicy: Always
env:
BIBOT_CONFIG: /config/bibot.yml
BIBOT_KAFKA__BROKER: kafka://bi-cluster-kafka-bootstrap:9092
PHOENIX_COLLECTOR_ENDPOINT: http://phoenix.phoenix.svc.cluster.local:6006
PHOENIX_PROJECT_NAME: bi
command: ["python3"]
args: ["/app/bi/agents/main/app.py", "worker", "-l", "info"]
controller:
containers:
main:
image:
repository: reg.dc/bi
tag: latest
pullPolicy: Always
env:
BIBOT_CONFIG: /config/bibot.yml
BIBOT_KAFKA__BROKER: kafka://bi-cluster-kafka-bootstrap:9092
command: ["python3"]
args: ["/app/bi/controller.py", "worker", "-l", "info"]
discord:
containers:
main:
image:
repository: reg.dc/bi
tag: latest
pullPolicy: Always
command: ["python3"]
args: ["/app/bi/connectors/discord/app.py", "worker", "-l", "info"]
env:
BIBOT_KAFKA__BROKER: bi-cluster-kafka-bootstrap:9092
OPENAI_API_KEY: fake
BIBOT_DISCORD__TOKEN:
valueFrom:
secretKeyRef:
name: bibot
key: discord-token
## Prod:
BIBOT_DISCORD__CHANNELS: "1216440541064200192"
# Dev:
# BIBOT_DISCORD_CHANNELS: "1217418069693960223"
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
persistence:
secret:
name: bibot
enabled: true
type: secret
config:
name: bibot-config
enabled: true
type: configMap
data:
size: 10Gi
type: persistentVolumeClaim
accessMode: ReadWriteOnce
# service:
# main:
# controller: main
# ports:
# http:
# port: 8000
# type: ClusterIP

View file

@ -4,7 +4,7 @@ controllers:
main:
image:
repository: flowiseai/flowise
tag: 2.2.0
tag: 2.2.1
command:
- flowise
- start

View file

@ -4,7 +4,7 @@ deployment:
image:
repository: quay.io/go-skynet/local-ai
#tag: latest-aio-gpu-nvidia-cuda-12
tag: v2.23.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

@ -23,6 +23,7 @@ controllers:
key: password
PHOENIX_COLLECTOR_ENDPOINT: http://phoenix.phoenix.svc.cluster.local:6006
PHOENIX_PROJECT_NAME: bi
OPENAI_API_KEY: fake
command: ["python3"]
args: ["/app/bi/agents/main/app.py", "worker", "-l", "info"]
@ -122,6 +123,7 @@ controllers:
key: OPENWEATHERMAP_API_KEY
PHOENIX_COLLECTOR_ENDPOINT: http://phoenix.phoenix.svc.cluster.local:6006
PHOENIX_PROJECT_NAME: bi
OPENAI_API_KEY: fake
command: ["python3"]
args: ["/app/bi/agents/researcher/app.py", "worker", "-l", "info"]

View file

@ -5,7 +5,7 @@ apps:
- name: kube-prometheus-stack
repoURL: https://prometheus-community.github.io/helm-charts
chart: kube-prometheus-stack
targetRevision: 66.2.2
targetRevision: 66.3.1
secrets:
- name: grafana
keys:

View file

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

View file

@ -2,7 +2,7 @@ loki:
enabled: true
image:
repository: grafana/loki
tag: 3.3.0
tag: 3.3.1
promtail:
enabled: true

View file

@ -4,7 +4,7 @@ controllers:
main:
image:
repository: homeassistant/home-assistant
tag: "2024.11"
tag: "2024.12"
env:
TZ: Europe/Berlin

View file

@ -1,6 +1,6 @@
image:
repository: influxdb
tag: 2.7.10-alpine
tag: 2.7.11-alpine
pullPolicy: IfNotPresent
## If specified, use these secrets to access the images
# pullSecrets:

View file

@ -172,7 +172,7 @@ sidecar:
# -- The image repository to pull from
repository: kiwigrid/k8s-sidecar
# -- The image tag to pull, default: `1.23.1`
tag: 1.28.0
tag: 1.28.1
# -- The image pull policy, default: `IfNotPresent`
pullPolicy: IfNotPresent
# -- The extra volume mounts for the sidecar

View file

@ -1,6 +1,6 @@
image:
repository: b4bz/homer
tag: v24.11.5
tag: v24.12.1
initContainers:
clone-assets:

View file

@ -1,6 +1,6 @@
image:
repository: koenkk/zigbee2mqtt
tag: 1.41.0
tag: 1.42.0
service:
main:

View file

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