Compare commits

...

11 commits

Author SHA1 Message Date
renovate[bot]
de9ec70d3c
Merge 2485e1d072 into d6829b8759 2024-11-22 09:43:07 +00:00
renovate[bot]
2485e1d072
chore(deps): update helm chart falco to v4 2024-11-22 09:43:05 +00:00
renovate[bot]
d6829b8759
chore(deps): update docker image quay.io/argoproj/argocd to v2.13.1 (#2537)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-21 14:17:56 +00:00
nold
bd25b46fb3
Update renovate.json 2024-11-21 10:52:57 +01:00
renovate[bot]
70e83a217e chore(deps): update helm chart cilium to v1.16.4 2024-11-21 10:48:12 +01:00
renovate[bot]
2882083266
chore(deps): update docker image grafana/loki to v3.3.0 (#2536)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-20 23:53:32 +00:00
renovate[bot]
2f18d3d248
chore(deps): update docker image ghcr.io/onedr0p/radarr to v5.15.1.9463 (#2535)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-20 23:52:33 +00:00
renovate[bot]
2044194f04
chore(deps): update docker image grafana/grafana to v11.3.1 (#2533)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-20 19:45:38 +00:00
renovate[bot]
6b86211f13
chore(deps): update docker image ghcr.io/onedr0p/qbittorrent to v5.0.2 (#2532)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-20 19:45:10 +00:00
renovate[bot]
8c0382bb1d
chore(deps): update docker image flowiseai/flowise to v2.1.5 (#2531)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-20 19:44:25 +00:00
renovate[bot]
7a83744a82
chore(deps): update docker image docker.io/qdrant/qdrant to v1.12.4 (#2530)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-20 19:43:45 +00:00
10 changed files with 11 additions and 10 deletions

View file

@ -5,4 +5,4 @@ apps:
- name: falco
repoURL: https://falcosecurity.github.io/charts
chart: falco
targetRevision: 3.8.7
targetRevision: 4.15.0

View file

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

View file

@ -1,7 +1,7 @@
image:
repository: docker.io/qdrant/qdrant
pullPolicy: IfNotPresent
tag: "v1.12.3"
tag: "v1.12.4"
useUnprivilegedImage: true
env:

View file

@ -8,7 +8,7 @@ installCRDs: true
global:
image:
repository: quay.io/argoproj/argocd
tag: v2.13.0
tag: v2.13.1
# imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 999
@ -176,7 +176,7 @@ repoServer:
initContainers:
- name: copy-cmp-server
image: quay.io/argoproj/argocd:v2.13.0
image: quay.io/argoproj/argocd:v2.13.1
command:
- cp
- -n

View file

@ -1,6 +1,6 @@
image:
repository: ghcr.io/onedr0p/radarr
tag: 5.14.0.9383
tag: 5.15.1.9463
env:
UMASK: "002"

View file

@ -49,7 +49,7 @@ apps:
existingNamespace: kube-system
repoURL: https://helm.cilium.io
chart: cilium
targetRevision: 1.16.3
targetRevision: 1.16.4
- name: external-dns
repoURL: https://kubernetes-sigs.github.io/external-dns

View file

@ -1,7 +1,7 @@
---
image:
repository: ghcr.io/onedr0p/qbittorrent
tag: 5.0.1
tag: 5.0.2
ingress:
main:

View file

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

View file

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

View file

@ -5,6 +5,7 @@
"dependencyDashboardTitle": "Renovate Dashboard",
"commitMessageSuffix": "",
"commitBody": "",
"prHourlyLimit": 20,
"suppressNotifications": [
"prIgnoreNotification"
],