mirror of
https://github.com/nold360/hive-apps
synced 2025-02-12 11:11:06 +00:00
Compare commits
15 commits
6a9ed10905
...
beaffc2f74
Author | SHA1 | Date | |
---|---|---|---|
![]() |
beaffc2f74 | ||
![]() |
8437cddac4 | ||
![]() |
9f84bca0d3 | ||
![]() |
15af136bf7 | ||
![]() |
42d10367de | ||
![]() |
c8736e911e | ||
![]() |
9bddc59c36 | ||
![]() |
3f68183d5a | ||
![]() |
8cdd6ea185 | ||
![]() |
3e4f381807 | ||
![]() |
fca31a3aa8 | ||
![]() |
e1f2ed9c0b | ||
![]() |
1ab5591ca5 | ||
![]() |
f40fd1365f | ||
![]() |
58f6ce91c1 |
14 changed files with 189 additions and 112 deletions
|
@ -5,7 +5,7 @@ apps:
|
||||||
- name: authentik
|
- name: authentik
|
||||||
repoURL: https://charts.goauthentik.io/
|
repoURL: https://charts.goauthentik.io/
|
||||||
chart: authentik
|
chart: authentik
|
||||||
targetRevision: 2023.10.7
|
targetRevision: 2024.10.1
|
||||||
secrets:
|
secrets:
|
||||||
- name: authentik
|
- name: authentik
|
||||||
keys:
|
keys:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: adguard/adguardhome
|
repository: adguard/adguardhome
|
||||||
tag: v0.107.53
|
tag: v0.107.54
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: Europe/Amsterdam
|
TZ: Europe/Amsterdam
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: docker.io/qdrant/qdrant
|
repository: docker.io/qdrant/qdrant
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "v1.12.1"
|
tag: "v1.12.2"
|
||||||
useUnprivilegedImage: true
|
useUnprivilegedImage: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -8,7 +8,7 @@ installCRDs: true
|
||||||
global:
|
global:
|
||||||
image:
|
image:
|
||||||
repository: quay.io/argoproj/argocd
|
repository: quay.io/argoproj/argocd
|
||||||
tag: v2.12.6
|
tag: v2.13.0
|
||||||
# imagePullPolicy: IfNotPresent
|
# imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 999
|
runAsUser: 999
|
||||||
|
@ -176,7 +176,7 @@ repoServer:
|
||||||
|
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: copy-cmp-server
|
- name: copy-cmp-server
|
||||||
image: quay.io/argoproj/argocd:v2.12.6
|
image: quay.io/argoproj/argocd:v2.13.0
|
||||||
command:
|
command:
|
||||||
- cp
|
- cp
|
||||||
- -n
|
- -n
|
||||||
|
|
|
@ -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.25"
|
tag: "1.26"
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ apps:
|
||||||
- name: crossplane
|
- name: crossplane
|
||||||
repoURL: https://charts.crossplane.io/stable
|
repoURL: https://charts.crossplane.io/stable
|
||||||
chart: crossplane
|
chart: crossplane
|
||||||
targetRevision: 1.17.1
|
targetRevision: 1.17.3
|
||||||
secrets:
|
secrets:
|
||||||
- name: terraform
|
- name: terraform
|
||||||
keys:
|
keys:
|
||||||
|
|
|
@ -5,7 +5,7 @@ apps:
|
||||||
- name: kube-prometheus-stack
|
- name: kube-prometheus-stack
|
||||||
repoURL: https://prometheus-community.github.io/helm-charts
|
repoURL: https://prometheus-community.github.io/helm-charts
|
||||||
chart: kube-prometheus-stack
|
chart: kube-prometheus-stack
|
||||||
targetRevision: 65.4.0
|
targetRevision: 65.8.1
|
||||||
secrets:
|
secrets:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
keys:
|
keys:
|
||||||
|
|
|
@ -24,7 +24,7 @@ server:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: quay.io/prometheus/prometheus
|
repository: quay.io/prometheus/prometheus
|
||||||
tag: v2.55.0
|
tag: v2.55.1
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
|
@ -4,7 +4,7 @@ controllers:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: homeassistant/home-assistant
|
repository: homeassistant/home-assistant
|
||||||
tag: "2024.10"
|
tag: "2024.11"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: Europe/Berlin
|
TZ: Europe/Berlin
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: b4bz/homer
|
repository: b4bz/homer
|
||||||
tag: v24.10.2
|
tag: v24.11.1
|
||||||
|
|
||||||
initContainers:
|
initContainers:
|
||||||
clone-assets:
|
clone-assets:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: koenkk/zigbee2mqtt
|
repository: koenkk/zigbee2mqtt
|
||||||
tag: 1.40.2
|
tag: 1.41.0
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
|
|
@ -15,7 +15,7 @@ ingress:
|
||||||
- paperless.dc
|
- paperless.dc
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/paperless-ngx/paperless-ngx
|
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||||
tag: 2.13.1
|
tag: 2.13.5
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
# -- See the following files for additional environment variables:
|
# -- See the following files for additional environment variables:
|
||||||
|
|
|
@ -11,7 +11,7 @@ server:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: "hashicorp/vault"
|
repository: "hashicorp/vault"
|
||||||
tag: "1.18.0"
|
tag: "1.18.1"
|
||||||
auditStorage:
|
auditStorage:
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|
157
renovate.json
157
renovate.json
|
@ -5,14 +5,22 @@
|
||||||
"dependencyDashboardTitle": "Renovate Dashboard",
|
"dependencyDashboardTitle": "Renovate Dashboard",
|
||||||
"commitMessageSuffix": "",
|
"commitMessageSuffix": "",
|
||||||
"commitBody": "",
|
"commitBody": "",
|
||||||
"suppressNotifications": ["prIgnoreNotification"],
|
"suppressNotifications": [
|
||||||
|
"prIgnoreNotification"
|
||||||
|
],
|
||||||
"rebaseWhen": "conflicted",
|
"rebaseWhen": "conflicted",
|
||||||
"assignees": ["@nold360"],
|
"assignees": [
|
||||||
|
"@nold360"
|
||||||
|
],
|
||||||
"helm-values": {
|
"helm-values": {
|
||||||
"fileMatch": ["projects/.*/values/.+\\.ya?ml$"]
|
"fileMatch": [
|
||||||
|
"projects/.*/values/.+\\.ya?ml$"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"kubernetes": {
|
"kubernetes": {
|
||||||
"fileMatch": ["\\.ya?ml$"],
|
"fileMatch": [
|
||||||
|
"\\.ya?ml$"
|
||||||
|
],
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
"projects",
|
"projects",
|
||||||
"ansible",
|
"ansible",
|
||||||
|
@ -20,9 +28,12 @@
|
||||||
".github"
|
".github"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"regexManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": ["project.ya?ml$"],
|
"customType": "regex",
|
||||||
|
"fileMatch": [
|
||||||
|
"project.ya?ml$"
|
||||||
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"repoURL: (?<registryUrl>.*?)\n *chart: (?<depName>.*?)\n *targetRevision: (?<currentValue>.*)\n"
|
"repoURL: (?<registryUrl>.*?)\n *chart: (?<depName>.*?)\n *targetRevision: (?<currentValue>.*)\n"
|
||||||
],
|
],
|
||||||
|
@ -31,71 +42,137 @@
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"datasources": ["helm"],
|
"matchDatasources": [
|
||||||
"managers": ["regex"],
|
"helm"
|
||||||
"packageNames": [
|
],
|
||||||
|
"matchManagers": [
|
||||||
|
"custom.regex"
|
||||||
|
],
|
||||||
|
"matchPackageNames": [
|
||||||
"app-template",
|
"app-template",
|
||||||
"common"
|
"common"
|
||||||
],
|
],
|
||||||
"registryUrls": ["https://bjw-s.github.io/helm-charts"]
|
"registryUrls": [
|
||||||
|
"https://bjw-s.github.io/helm-charts"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["helm"],
|
"matchDatasources": [
|
||||||
|
"helm"
|
||||||
|
],
|
||||||
"commitMessageTopic": "Helm chart {{depName}}",
|
"commitMessageTopic": "Helm chart {{depName}}",
|
||||||
"separateMinorPatch": true
|
"separateMinorPatch": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["docker"],
|
"matchDatasources": [
|
||||||
|
"docker"
|
||||||
|
],
|
||||||
"commitMessageTopic": "Docker image {{depName}}",
|
"commitMessageTopic": "Docker image {{depName}}",
|
||||||
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{toVersion}}}{{else}}{{{newValue}}}{{/if}}",
|
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"separateMinorPatch": true
|
"separateMinorPatch": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["docker"],
|
"matchDatasources": [
|
||||||
"updateTypes": ["major"],
|
"docker"
|
||||||
"labels": ["renovate/image-release", "dependency/major"]
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"major"
|
||||||
|
],
|
||||||
|
"labels": [
|
||||||
|
"renovate/image-release",
|
||||||
|
"dependency/major"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["docker"],
|
"matchDatasources": [
|
||||||
"updateTypes": ["minor"],
|
"docker"
|
||||||
"labels": ["renovate/image-release", "dependency/minor"]
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor"
|
||||||
|
],
|
||||||
|
"labels": [
|
||||||
|
"renovate/image-release",
|
||||||
|
"dependency/minor"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["docker"],
|
"matchDatasources": [
|
||||||
"updateTypes": ["patch"],
|
"docker"
|
||||||
"labels": ["renovate/image-release", "dependency/patch"]
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"patch"
|
||||||
|
],
|
||||||
|
"labels": [
|
||||||
|
"renovate/image-release",
|
||||||
|
"dependency/patch"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["helm"],
|
"matchDatasources": [
|
||||||
"updateTypes": ["major"],
|
"helm"
|
||||||
"labels": ["renovate/helm-release", "dependency/major"]
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"major"
|
||||||
|
],
|
||||||
|
"labels": [
|
||||||
|
"renovate/helm-release",
|
||||||
|
"dependency/major"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["helm"],
|
"matchDatasources": [
|
||||||
"updateTypes": ["minor"],
|
"helm"
|
||||||
"labels": ["renovate/helm-release", "dependency/minor"]
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor"
|
||||||
|
],
|
||||||
|
"labels": [
|
||||||
|
"renovate/helm-release",
|
||||||
|
"dependency/minor"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["helm"],
|
"matchDatasources": [
|
||||||
"updateTypes": ["patch"],
|
"helm"
|
||||||
"labels": ["renovate/helm-release", "dependency/patch"]
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"patch"
|
||||||
|
],
|
||||||
|
"labels": [
|
||||||
|
"renovate/helm-release",
|
||||||
|
"dependency/patch"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["docker"],
|
"matchDatasources": [
|
||||||
|
"docker"
|
||||||
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"requiredStatusChecks": null,
|
"ignoreTests": true,
|
||||||
"schedule": "after 1am and before 5am",
|
"schedule": "after 1am and before 5am",
|
||||||
"updateTypes": ["minor", "patch"],
|
"matchUpdateTypes": [
|
||||||
"excludePackagePatterns": [ ".*cilium.*", ".*hubble.*", ".*cilium/operator"]
|
"minor",
|
||||||
|
"patch"
|
||||||
|
],
|
||||||
|
"matchPackageNames": [
|
||||||
|
"!/.*cilium.*/",
|
||||||
|
"!/.*hubble.*/",
|
||||||
|
"!/.*cilium/operator/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["helm"],
|
"matchDatasources": [
|
||||||
|
"helm"
|
||||||
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"requiredStatusChecks": null,
|
"ignoreTests": true,
|
||||||
"schedule": "after 1am and before 5am",
|
"schedule": "after 1am and before 5am",
|
||||||
"updateTypes": ["minor", "patch"],
|
"matchUpdateTypes": [
|
||||||
"excludePackageNames": []
|
"minor",
|
||||||
|
"patch"
|
||||||
|
],
|
||||||
|
"matchPackageNames": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue