mirror of
https://github.com/nold360/hive-apps
synced 2025-02-12 19:21:12 +00:00
Compare commits
35 commits
5e96535c58
...
6adbaf5db6
Author | SHA1 | Date | |
---|---|---|---|
![]() |
6adbaf5db6 | ||
![]() |
65b7188c4c | ||
![]() |
70e83a217e | ||
![]() |
2882083266 | ||
![]() |
2f18d3d248 | ||
![]() |
2044194f04 | ||
![]() |
6b86211f13 | ||
![]() |
8c0382bb1d | ||
![]() |
7a83744a82 | ||
![]() |
533b7ea2e7 | ||
![]() |
77a927228e | ||
![]() |
9567afb03c | ||
![]() |
5b332a1b80 | ||
![]() |
6b107d3094 | ||
![]() |
7fa0586d8f | ||
![]() |
8b12081dbe | ||
![]() |
094f0419f4 | ||
![]() |
bcea56d79f | ||
![]() |
e1b08c8014 | ||
![]() |
d99c3063bb | ||
![]() |
539b72ce80 | ||
![]() |
8437cddac4 | ||
![]() |
9f84bca0d3 | ||
![]() |
15af136bf7 | ||
![]() |
42d10367de | ||
![]() |
c8736e911e | ||
![]() |
9bddc59c36 | ||
![]() |
3f68183d5a | ||
![]() |
8cdd6ea185 | ||
![]() |
3e4f381807 | ||
![]() |
fca31a3aa8 | ||
![]() |
e1f2ed9c0b | ||
![]() |
1ab5591ca5 | ||
![]() |
f40fd1365f | ||
![]() |
58f6ce91c1 |
23 changed files with 199 additions and 122 deletions
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: adguard/adguardhome
|
||||
tag: v0.107.53
|
||||
tag: v0.107.54
|
||||
|
||||
env:
|
||||
TZ: Europe/Amsterdam
|
||||
|
|
|
@ -4,7 +4,7 @@ controllers:
|
|||
main:
|
||||
image:
|
||||
repository: flowiseai/flowise
|
||||
tag: 2.1.3
|
||||
tag: 2.1.5
|
||||
command:
|
||||
- flowise
|
||||
- start
|
||||
|
|
|
@ -4,7 +4,7 @@ deployment:
|
|||
image:
|
||||
repository: quay.io/go-skynet/local-ai
|
||||
#tag: latest-aio-gpu-nvidia-cuda-12
|
||||
tag: v2.22.1-cublas-cuda12-ffmpeg
|
||||
tag: v2.23.0-cublas-cuda12-ffmpeg
|
||||
pullPolicy: Always
|
||||
runtimeClassName: nvidia
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: docker.io/qdrant/qdrant
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "v1.12.1"
|
||||
tag: "v1.12.4"
|
||||
useUnprivilegedImage: true
|
||||
|
||||
env:
|
||||
|
|
|
@ -8,7 +8,7 @@ installCRDs: true
|
|||
global:
|
||||
image:
|
||||
repository: quay.io/argoproj/argocd
|
||||
tag: v2.12.6
|
||||
tag: v2.13.0
|
||||
# imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
runAsUser: 999
|
||||
|
@ -176,7 +176,7 @@ repoServer:
|
|||
|
||||
initContainers:
|
||||
- name: copy-cmp-server
|
||||
image: quay.io/argoproj/argocd:v2.12.6
|
||||
image: quay.io/argoproj/argocd:v2.13.0
|
||||
command:
|
||||
- cp
|
||||
- -n
|
||||
|
|
|
@ -9,7 +9,7 @@ image:
|
|||
# -- image repository
|
||||
repository: ghcr.io/onedr0p/prowlarr-develop
|
||||
# @default -- chart.appVersion
|
||||
tag: "1.25"
|
||||
tag: "1.26"
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -6,7 +6,7 @@ apps:
|
|||
- name: crossplane
|
||||
repoURL: https://charts.crossplane.io/stable
|
||||
chart: crossplane
|
||||
targetRevision: 1.17.1
|
||||
targetRevision: 1.18.0
|
||||
secrets:
|
||||
- name: terraform
|
||||
keys:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
image:
|
||||
repository: ghcr.io/onedr0p/qbittorrent
|
||||
tag: 5.0.1
|
||||
tag: 5.0.2
|
||||
|
||||
ingress:
|
||||
main:
|
||||
|
|
|
@ -5,7 +5,7 @@ apps:
|
|||
- name: kube-prometheus-stack
|
||||
repoURL: https://prometheus-community.github.io/helm-charts
|
||||
chart: kube-prometheus-stack
|
||||
targetRevision: 65.4.0
|
||||
targetRevision: 66.1.1
|
||||
secrets:
|
||||
- name: grafana
|
||||
keys:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -24,7 +24,7 @@ server:
|
|||
enabled: true
|
||||
image:
|
||||
repository: quay.io/prometheus/prometheus
|
||||
tag: v2.55.0
|
||||
tag: v2.55.1
|
||||
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
|
|
@ -4,7 +4,7 @@ controllers:
|
|||
main:
|
||||
image:
|
||||
repository: homeassistant/home-assistant
|
||||
tag: "2024.10"
|
||||
tag: "2024.11"
|
||||
|
||||
env:
|
||||
TZ: Europe/Berlin
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: b4bz/homer
|
||||
tag: v24.10.2
|
||||
tag: v24.11.4
|
||||
|
||||
initContainers:
|
||||
clone-assets:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: koenkk/zigbee2mqtt
|
||||
tag: 1.40.2
|
||||
tag: 1.41.0
|
||||
|
||||
service:
|
||||
main:
|
||||
|
|
|
@ -14,7 +14,7 @@ apps:
|
|||
- name: nextcloud
|
||||
repoURL: https://nextcloud.github.io/helm
|
||||
chart: nextcloud
|
||||
targetRevision: 6.2.1
|
||||
targetRevision: 6.2.3
|
||||
secrets:
|
||||
- name: nextcloud-user
|
||||
keys:
|
||||
|
|
|
@ -15,7 +15,7 @@ ingress:
|
|||
- paperless.dc
|
||||
image:
|
||||
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||
tag: 2.13.1
|
||||
tag: 2.13.5
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# -- See the following files for additional environment variables:
|
||||
|
|
|
@ -5,7 +5,7 @@ apps:
|
|||
- name: vault
|
||||
repoURL: https://helm.releases.hashicorp.com
|
||||
chart: vault
|
||||
targetRevision: 0.28.1
|
||||
targetRevision: 0.29.0
|
||||
syncWave: '-3'
|
||||
ignoreDiff:
|
||||
- group: "*"
|
||||
|
@ -18,5 +18,5 @@ apps:
|
|||
namespace: vault-secrets-operator
|
||||
repoURL: https://ricoberger.github.io/helm-charts
|
||||
chart: vault-secrets-operator
|
||||
targetRevision: 2.6.0
|
||||
targetRevision: 2.6.1
|
||||
syncWave: '-2'
|
||||
|
|
|
@ -11,7 +11,7 @@ server:
|
|||
enabled: true
|
||||
image:
|
||||
repository: "hashicorp/vault"
|
||||
tag: "1.18.0"
|
||||
tag: "1.18.1"
|
||||
auditStorage:
|
||||
accessMode: ReadWriteOnce
|
||||
annotations: {}
|
||||
|
|
|
@ -5,7 +5,7 @@ apps:
|
|||
- name: argo-workflows
|
||||
repoURL: https://argoproj.github.io/argo-helm
|
||||
chart: argo-workflows
|
||||
targetRevision: 0.41.11
|
||||
targetRevision: 0.44.0
|
||||
# secrets:
|
||||
# - name: argocd-secret
|
||||
# keys:
|
||||
|
|
273
renovate.json
273
renovate.json
|
@ -1,101 +1,178 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"timezone": "Europe/Berlin",
|
||||
"dependencyDashboard": true,
|
||||
"dependencyDashboardTitle": "Renovate Dashboard",
|
||||
"commitMessageSuffix": "",
|
||||
"commitBody": "",
|
||||
"suppressNotifications": ["prIgnoreNotification"],
|
||||
"rebaseWhen": "conflicted",
|
||||
"assignees": ["@nold360"],
|
||||
"helm-values": {
|
||||
"fileMatch": ["projects/.*/values/.+\\.ya?ml$"]
|
||||
},
|
||||
"kubernetes": {
|
||||
"fileMatch": ["\\.ya?ml$"],
|
||||
"ignorePaths": [
|
||||
"projects",
|
||||
"ansible",
|
||||
"scripts",
|
||||
".github"
|
||||
"enabled": true,
|
||||
"timezone": "Europe/Berlin",
|
||||
"dependencyDashboard": true,
|
||||
"dependencyDashboardTitle": "Renovate Dashboard",
|
||||
"commitMessageSuffix": "",
|
||||
"commitBody": "",
|
||||
"suppressNotifications": [
|
||||
"prIgnoreNotification"
|
||||
],
|
||||
"rebaseWhen": "conflicted",
|
||||
"assignees": [
|
||||
"@nold360"
|
||||
],
|
||||
"helm-values": {
|
||||
"fileMatch": [
|
||||
"projects/.*/values/.+\\.ya?ml$"
|
||||
]
|
||||
},
|
||||
"kubernetes": {
|
||||
"fileMatch": [
|
||||
"\\.ya?ml$"
|
||||
],
|
||||
"ignorePaths": [
|
||||
"projects",
|
||||
"ansible",
|
||||
"scripts",
|
||||
".github"
|
||||
]
|
||||
},
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"project.ya?ml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"repoURL: (?<registryUrl>.*?)\n *chart: (?<depName>.*?)\n *targetRevision: (?<currentValue>.*)\n"
|
||||
],
|
||||
"datasourceTemplate": "helm"
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDatasources": [
|
||||
"helm"
|
||||
],
|
||||
"matchManagers": [
|
||||
"custom.regex"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"app-template",
|
||||
"common"
|
||||
],
|
||||
"registryUrls": [
|
||||
"https://bjw-s.github.io/helm-charts"
|
||||
]
|
||||
},
|
||||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": ["project.ya?ml$"],
|
||||
"matchStrings": [
|
||||
"repoURL: (?<registryUrl>.*?)\n *chart: (?<depName>.*?)\n *targetRevision: (?<currentValue>.*)\n"
|
||||
],
|
||||
"datasourceTemplate": "helm"
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"datasources": ["helm"],
|
||||
"managers": ["regex"],
|
||||
"packageNames": [
|
||||
"app-template",
|
||||
"common"
|
||||
],
|
||||
"registryUrls": ["https://bjw-s.github.io/helm-charts"]
|
||||
},
|
||||
{
|
||||
"datasources": ["helm"],
|
||||
"commitMessageTopic": "Helm chart {{depName}}",
|
||||
"separateMinorPatch": true
|
||||
},
|
||||
{
|
||||
"datasources": ["docker"],
|
||||
"commitMessageTopic": "Docker image {{depName}}",
|
||||
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{toVersion}}}{{else}}{{{newValue}}}{{/if}}",
|
||||
"enabled": true,
|
||||
"separateMinorPatch": true
|
||||
},
|
||||
{
|
||||
"datasources": ["docker"],
|
||||
"updateTypes": ["major"],
|
||||
"labels": ["renovate/image-release", "dependency/major"]
|
||||
},
|
||||
{
|
||||
"datasources": ["docker"],
|
||||
"updateTypes": ["minor"],
|
||||
"labels": ["renovate/image-release", "dependency/minor"]
|
||||
},
|
||||
{
|
||||
"datasources": ["docker"],
|
||||
"updateTypes": ["patch"],
|
||||
"labels": ["renovate/image-release", "dependency/patch"]
|
||||
},
|
||||
{
|
||||
"datasources": ["helm"],
|
||||
"updateTypes": ["major"],
|
||||
"labels": ["renovate/helm-release", "dependency/major"]
|
||||
},
|
||||
{
|
||||
"datasources": ["helm"],
|
||||
"updateTypes": ["minor"],
|
||||
"labels": ["renovate/helm-release", "dependency/minor"]
|
||||
},
|
||||
{
|
||||
"datasources": ["helm"],
|
||||
"updateTypes": ["patch"],
|
||||
"labels": ["renovate/helm-release", "dependency/patch"]
|
||||
},
|
||||
{
|
||||
"datasources": ["docker"],
|
||||
"automerge": true,
|
||||
"requiredStatusChecks": null,
|
||||
"schedule": "after 1am and before 5am",
|
||||
"updateTypes": ["minor", "patch"],
|
||||
"excludePackagePatterns": [ ".*cilium.*", ".*hubble.*", ".*cilium/operator"]
|
||||
},
|
||||
{
|
||||
"datasources": ["helm"],
|
||||
"automerge": true,
|
||||
"requiredStatusChecks": null,
|
||||
"schedule": "after 1am and before 5am",
|
||||
"updateTypes": ["minor", "patch"],
|
||||
"excludePackageNames": []
|
||||
}
|
||||
]
|
||||
}
|
||||
{
|
||||
"matchDatasources": [
|
||||
"helm"
|
||||
],
|
||||
"commitMessageTopic": "Helm chart {{depName}}",
|
||||
"separateMinorPatch": true
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"commitMessageTopic": "Docker image {{depName}}",
|
||||
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}",
|
||||
"enabled": true,
|
||||
"separateMinorPatch": true
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"major"
|
||||
],
|
||||
"labels": [
|
||||
"renovate/image-release",
|
||||
"dependency/major"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor"
|
||||
],
|
||||
"labels": [
|
||||
"renovate/image-release",
|
||||
"dependency/minor"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"patch"
|
||||
],
|
||||
"labels": [
|
||||
"renovate/image-release",
|
||||
"dependency/patch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"helm"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"major"
|
||||
],
|
||||
"labels": [
|
||||
"renovate/helm-release",
|
||||
"dependency/major"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"helm"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor"
|
||||
],
|
||||
"labels": [
|
||||
"renovate/helm-release",
|
||||
"dependency/minor"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"helm"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"patch"
|
||||
],
|
||||
"labels": [
|
||||
"renovate/helm-release",
|
||||
"dependency/patch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"automerge": true,
|
||||
"ignoreTests": true,
|
||||
"schedule": "after 1am and before 5am",
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"!/.*cilium.*/",
|
||||
"!/.*hubble.*/",
|
||||
"!/.*cilium/operator/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"helm"
|
||||
],
|
||||
"automerge": true,
|
||||
"ignoreTests": true,
|
||||
"schedule": "after 1am and before 5am",
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"matchPackageNames": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue