mirror of
https://github.com/nold360/hive-apps
synced 2025-02-12 19:21:12 +00:00
Compare commits
14 commits
f30930326d
...
4c7845abaa
Author | SHA1 | Date | |
---|---|---|---|
|
4c7845abaa | ||
|
b571511307 | ||
|
d6829b8759 | ||
|
bd25b46fb3 | ||
|
70e83a217e | ||
|
2882083266 | ||
|
2f18d3d248 | ||
|
2044194f04 | ||
|
6b86211f13 | ||
|
8c0382bb1d | ||
|
7a83744a82 | ||
|
533b7ea2e7 | ||
|
77a927228e | ||
|
9567afb03c |
12 changed files with 13 additions and 12 deletions
|
@ -5,7 +5,7 @@ apps:
|
|||
- name: authentik
|
||||
repoURL: https://charts.goauthentik.io/
|
||||
chart: authentik
|
||||
targetRevision: 2023.10.7
|
||||
targetRevision: 2024.10.4
|
||||
secrets:
|
||||
- name: authentik
|
||||
keys:
|
||||
|
|
|
@ -4,7 +4,7 @@ controllers:
|
|||
main:
|
||||
image:
|
||||
repository: flowiseai/flowise
|
||||
tag: 2.1.3
|
||||
tag: 2.1.5
|
||||
command:
|
||||
- flowise
|
||||
- start
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: docker.io/qdrant/qdrant
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "v1.12.3"
|
||||
tag: "v1.12.4"
|
||||
useUnprivilegedImage: true
|
||||
|
||||
env:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: ghcr.io/onedr0p/radarr
|
||||
tag: 5.14.0.9383
|
||||
tag: 5.15.1.9463
|
||||
|
||||
env:
|
||||
UMASK: "002"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
image:
|
||||
repository: ghcr.io/onedr0p/qbittorrent
|
||||
tag: 5.0.1
|
||||
tag: 5.0.2
|
||||
|
||||
ingress:
|
||||
main:
|
||||
|
|
|
@ -11,7 +11,7 @@ grafana:
|
|||
|
||||
image:
|
||||
repository: grafana/grafana
|
||||
tag: 11.3.0
|
||||
tag: 11.3.1
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
|
|
|
@ -2,7 +2,7 @@ loki:
|
|||
enabled: true
|
||||
image:
|
||||
repository: grafana/loki
|
||||
tag: 3.2.1
|
||||
tag: 3.3.0
|
||||
|
||||
promtail:
|
||||
enabled: true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: b4bz/homer
|
||||
tag: v24.11.3
|
||||
tag: v24.11.4
|
||||
|
||||
initContainers:
|
||||
clone-assets:
|
||||
|
|
|
@ -14,7 +14,7 @@ apps:
|
|||
- name: nextcloud
|
||||
repoURL: https://nextcloud.github.io/helm
|
||||
chart: nextcloud
|
||||
targetRevision: 6.2.2
|
||||
targetRevision: 6.2.3
|
||||
secrets:
|
||||
- name: nextcloud-user
|
||||
keys:
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"dependencyDashboardTitle": "Renovate Dashboard",
|
||||
"commitMessageSuffix": "",
|
||||
"commitBody": "",
|
||||
"prHourlyLimit": 20,
|
||||
"suppressNotifications": [
|
||||
"prIgnoreNotification"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue