mirror of
https://github.com/nold360/hive-apps
synced 2024-12-23 06:01:18 +00:00
Compare commits
2 commits
19ba39dc10
...
17d7e91df2
Author | SHA1 | Date | |
---|---|---|---|
|
17d7e91df2 | ||
|
c13b35df81 |
38 changed files with 147 additions and 222 deletions
|
@ -3563,7 +3563,7 @@ spec:
|
|||
fieldPath: metadata.namespace
|
||||
- name: TUF_ROOT
|
||||
value: /tmp/.sigstore
|
||||
image: ghcr.io/fluxcd/source-controller:v1.4.1
|
||||
image: ghcr.io/fluxcd/source-controller:v1.3.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
@ -5299,7 +5299,7 @@ spec:
|
|||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
image: ghcr.io/fluxcd/kustomize-controller:v1.4.0
|
||||
image: ghcr.io/fluxcd/kustomize-controller:v1.3.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
@ -7975,7 +7975,7 @@ spec:
|
|||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
image: ghcr.io/fluxcd/notification-controller:v1.4.0
|
||||
image: ghcr.io/fluxcd/notification-controller:v1.3.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: adguard/adguardhome
|
||||
tag: v0.107.54
|
||||
tag: v0.107.53
|
||||
|
||||
env:
|
||||
TZ: Europe/Amsterdam
|
||||
|
|
|
@ -4,7 +4,7 @@ controllers:
|
|||
main:
|
||||
image:
|
||||
repository: flowiseai/flowise
|
||||
tag: 2.2.0
|
||||
tag: 1.8.4
|
||||
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.23.0-cublas-cuda12-ffmpeg
|
||||
tag: v2.22.0-cublas-cuda12-ffmpeg
|
||||
pullPolicy: Always
|
||||
runtimeClassName: nvidia
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: docker.io/qdrant/qdrant
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "v1.12.4"
|
||||
tag: "v1.10.1"
|
||||
useUnprivilegedImage: true
|
||||
|
||||
env:
|
||||
|
|
|
@ -8,7 +8,7 @@ installCRDs: true
|
|||
global:
|
||||
image:
|
||||
repository: quay.io/argoproj/argocd
|
||||
tag: v2.13.1
|
||||
tag: v2.11.5
|
||||
# imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
runAsUser: 999
|
||||
|
@ -176,7 +176,7 @@ repoServer:
|
|||
|
||||
initContainers:
|
||||
- name: copy-cmp-server
|
||||
image: quay.io/argoproj/argocd:v2.13.1
|
||||
image: quay.io/argoproj/argocd:v2.11.5
|
||||
command:
|
||||
- cp
|
||||
- -n
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/ombi
|
||||
tag: 4.44.1
|
||||
tag: 4.43.5
|
||||
|
||||
ingress:
|
||||
main:
|
||||
|
|
|
@ -9,7 +9,7 @@ image:
|
|||
# -- image repository
|
||||
repository: ghcr.io/onedr0p/prowlarr-develop
|
||||
# @default -- chart.appVersion
|
||||
tag: "1.27"
|
||||
tag: "1.21"
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: ghcr.io/onedr0p/radarr
|
||||
tag: 5.15.1.9463
|
||||
tag: 5.8.3.8933
|
||||
|
||||
env:
|
||||
UMASK: "002"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: ghcr.io/onedr0p/sonarr
|
||||
tag: 4.0.11.2680
|
||||
tag: 4.0.9.2244
|
||||
|
||||
securityContext:
|
||||
privileged: true
|
||||
|
|
|
@ -42,19 +42,19 @@ apps:
|
|||
namespace: ingress-internal
|
||||
repoURL: https://kubernetes.github.io/ingress-nginx
|
||||
chart: ingress-nginx
|
||||
targetRevision: 4.11.3
|
||||
targetRevision: 4.11.1
|
||||
syncWave: '0'
|
||||
|
||||
- name: cilium
|
||||
existingNamespace: kube-system
|
||||
repoURL: https://helm.cilium.io
|
||||
chart: cilium
|
||||
targetRevision: 1.16.4
|
||||
targetRevision: 1.15.9
|
||||
|
||||
- name: external-dns
|
||||
repoURL: https://kubernetes-sigs.github.io/external-dns
|
||||
chart: external-dns
|
||||
targetRevision: 1.15.0
|
||||
targetRevision: 1.14.5
|
||||
secrets:
|
||||
- name: cloudflare-api
|
||||
keys:
|
||||
|
@ -63,7 +63,7 @@ apps:
|
|||
- name: external-dns-adguard
|
||||
repoURL: https://kubernetes-sigs.github.io/external-dns
|
||||
chart: external-dns
|
||||
targetRevision: 1.15.0
|
||||
targetRevision: 1.14.5
|
||||
secrets:
|
||||
- name: adguard-config
|
||||
keys:
|
||||
|
@ -75,7 +75,7 @@ apps:
|
|||
namespace: cert-manager
|
||||
repoURL: https://charts.jetstack.io
|
||||
chart: cert-manager
|
||||
targetRevision: v1.16.2
|
||||
targetRevision: v1.15.3
|
||||
secrets:
|
||||
- name: cert-manager-vault-approle
|
||||
keys:
|
||||
|
|
|
@ -64,7 +64,7 @@ ipv4:
|
|||
ipv6:
|
||||
enabled: false
|
||||
|
||||
kubeProxyReplacement: true
|
||||
kubeProxyReplacement: strict
|
||||
l2NeighDiscovery:
|
||||
enabled: false
|
||||
refreshPeriod: "30s"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
image:
|
||||
repository: registry.k8s.io/external-dns/external-dns
|
||||
tag: "v0.15.0"
|
||||
tag: "v0.14.2"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
shareProcessNamespace: false
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
image:
|
||||
repository: registry.k8s.io/external-dns/external-dns
|
||||
tag: "v0.15.0"
|
||||
tag: "v0.14.2"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
shareProcessNamespace: false
|
||||
|
|
|
@ -6,7 +6,7 @@ apps:
|
|||
- name: crossplane
|
||||
repoURL: https://charts.crossplane.io/stable
|
||||
chart: crossplane
|
||||
targetRevision: 1.18.0
|
||||
targetRevision: 1.16.0
|
||||
secrets:
|
||||
- name: terraform
|
||||
keys:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
image:
|
||||
repository: ghcr.io/onedr0p/qbittorrent
|
||||
tag: 5.0.2
|
||||
tag: 4.6.7
|
||||
|
||||
ingress:
|
||||
main:
|
||||
|
|
|
@ -13,7 +13,7 @@ strategy:
|
|||
image:
|
||||
registry: codeberg.org
|
||||
repository: forgejo/forgejo
|
||||
tag: "9.0"
|
||||
tag: "7.0"
|
||||
rootless: true
|
||||
|
||||
podSecurityContext:
|
||||
|
|
|
@ -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: 60.5.0
|
||||
secrets:
|
||||
- name: grafana
|
||||
keys:
|
||||
|
|
|
@ -11,7 +11,7 @@ grafana:
|
|||
|
||||
image:
|
||||
repository: grafana/grafana
|
||||
tag: 11.3.1
|
||||
tag: 11.1.3
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
|
|
|
@ -2,7 +2,7 @@ loki:
|
|||
enabled: true
|
||||
image:
|
||||
repository: grafana/loki
|
||||
tag: 3.3.0
|
||||
tag: 3.1.0
|
||||
|
||||
promtail:
|
||||
enabled: true
|
||||
|
|
|
@ -24,7 +24,7 @@ server:
|
|||
enabled: true
|
||||
image:
|
||||
repository: quay.io/prometheus/prometheus
|
||||
tag: v2.55.1
|
||||
tag: v2.53.1
|
||||
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
|
|
@ -4,7 +4,7 @@ controllers:
|
|||
main:
|
||||
image:
|
||||
repository: homeassistant/home-assistant
|
||||
tag: "2024.11"
|
||||
tag: "2024.10"
|
||||
|
||||
env:
|
||||
TZ: Europe/Berlin
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: influxdb
|
||||
tag: 2.7.10-alpine
|
||||
tag: 2.7.8-alpine
|
||||
pullPolicy: IfNotPresent
|
||||
## If specified, use these secrets to access the images
|
||||
# pullSecrets:
|
||||
|
|
|
@ -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.27.5
|
||||
# -- The image pull policy, default: `IfNotPresent`
|
||||
pullPolicy: IfNotPresent
|
||||
# -- The extra volume mounts for the sidecar
|
||||
|
|
|
@ -4,7 +4,7 @@ apps:
|
|||
- name: homer
|
||||
repoURL: https://djjudas21.github.io/charts
|
||||
chart: homer
|
||||
targetRevision: 8.2.2
|
||||
targetRevision: 8.1.12
|
||||
include:
|
||||
- ingress-internal
|
||||
- noRoot
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: b4bz/homer
|
||||
tag: v24.11.5
|
||||
tag: v24.05.1
|
||||
|
||||
initContainers:
|
||||
clone-assets:
|
||||
|
|
|
@ -13,5 +13,5 @@ apps:
|
|||
- name: ingress-external
|
||||
repoURL: https://kubernetes.github.io/ingress-nginx
|
||||
chart: ingress-nginx
|
||||
targetRevision: 4.11.3
|
||||
targetRevision: 4.11.1
|
||||
syncWave: '0'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: koenkk/zigbee2mqtt
|
||||
tag: 1.41.0
|
||||
tag: 1.39.0
|
||||
|
||||
service:
|
||||
main:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: ghcr.io/navidrome/navidrome
|
||||
tag: 0.53.3
|
||||
tag: 0.52.5
|
||||
|
||||
env:
|
||||
TZ: "Europe/Amsterdam"
|
||||
|
@ -71,4 +71,4 @@ resources:
|
|||
cpu: 10m
|
||||
memory: 50Mi
|
||||
limits:
|
||||
memory: 2Gi
|
||||
memory: 750Mi
|
||||
|
|
|
@ -14,7 +14,7 @@ apps:
|
|||
- name: nextcloud
|
||||
repoURL: https://nextcloud.github.io/helm
|
||||
chart: nextcloud
|
||||
targetRevision: 6.2.4
|
||||
targetRevision: 5.2.0
|
||||
secrets:
|
||||
- name: nextcloud-user
|
||||
keys:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
image:
|
||||
tag: 30-fpm
|
||||
tag: 29-fpm
|
||||
pullPolicy: Always
|
||||
|
||||
nextcloud:
|
||||
|
|
|
@ -15,7 +15,7 @@ ingress:
|
|||
- paperless.dc
|
||||
image:
|
||||
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||
tag: 2.13.5
|
||||
tag: 2.11.6
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# -- See the following files for additional environment variables:
|
||||
|
|
|
@ -11,7 +11,7 @@ apps:
|
|||
namespace: s3
|
||||
repoURL: https://charts.min.io
|
||||
chart: minio
|
||||
targetRevision: 5.3.0
|
||||
targetRevision: 5.2.0
|
||||
secrets:
|
||||
- name: minio-root
|
||||
keys:
|
||||
|
@ -22,7 +22,7 @@ apps:
|
|||
namespace: cnpg-system
|
||||
repoURL: https://cloudnative-pg.github.io/charts
|
||||
chart: cloudnative-pg
|
||||
targetRevision: 0.22.1
|
||||
targetRevision: 0.21.6
|
||||
|
||||
- name: redis-operator
|
||||
repoURL: https://ot-container-kit.github.io/helm-charts
|
||||
|
|
|
@ -5,7 +5,7 @@ apps:
|
|||
- name: vault
|
||||
repoURL: https://helm.releases.hashicorp.com
|
||||
chart: vault
|
||||
targetRevision: 0.29.1
|
||||
targetRevision: 0.28.1
|
||||
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.1
|
||||
targetRevision: 2.5.10
|
||||
syncWave: '-2'
|
||||
|
|
|
@ -11,7 +11,7 @@ server:
|
|||
enabled: true
|
||||
image:
|
||||
repository: "hashicorp/vault"
|
||||
tag: "1.18.2"
|
||||
tag: "1.17.2"
|
||||
auditStorage:
|
||||
accessMode: ReadWriteOnce
|
||||
annotations: {}
|
||||
|
|
|
@ -19,7 +19,6 @@ env:
|
|||
WOODPECKER_BACKEND_K8S_POD_ANNOTATIONS: ''
|
||||
WOODPECKER_CONNECT_RETRY_COUNT: '1'
|
||||
|
||||
mapAgentSecret: false
|
||||
# -- Add extra secret that is contains environment variables
|
||||
extraSecretNamesForEnvFrom:
|
||||
- woodpecker-secret
|
||||
|
|
|
@ -31,6 +31,10 @@ extraSecretNamesForEnvFrom:
|
|||
- woodpecker-secret
|
||||
- github-oauth
|
||||
|
||||
# -- Create a generic secret to store things in, e.g. env values
|
||||
secrets:
|
||||
- name: woodpecker-store
|
||||
|
||||
persistentVolume:
|
||||
enabled: true
|
||||
size: 10Gi
|
||||
|
|
156
renovate.json
156
renovate.json
|
@ -5,23 +5,14 @@
|
|||
"dependencyDashboardTitle": "Renovate Dashboard",
|
||||
"commitMessageSuffix": "",
|
||||
"commitBody": "",
|
||||
"prHourlyLimit": 20,
|
||||
"suppressNotifications": [
|
||||
"prIgnoreNotification"
|
||||
],
|
||||
"suppressNotifications": ["prIgnoreNotification"],
|
||||
"rebaseWhen": "conflicted",
|
||||
"assignees": [
|
||||
"@nold360"
|
||||
],
|
||||
"assignees": ["@nold360"],
|
||||
"helm-values": {
|
||||
"fileMatch": [
|
||||
"projects/.*/values/.+\\.ya?ml$"
|
||||
]
|
||||
"fileMatch": ["projects/.*/values/.+\\.ya?ml$"]
|
||||
},
|
||||
"kubernetes": {
|
||||
"fileMatch": [
|
||||
"\\.ya?ml$"
|
||||
],
|
||||
"fileMatch": ["\\.ya?ml$"],
|
||||
"ignorePaths": [
|
||||
"projects",
|
||||
"ansible",
|
||||
|
@ -29,12 +20,9 @@
|
|||
".github"
|
||||
]
|
||||
},
|
||||
"customManagers": [
|
||||
"regexManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"project.ya?ml$"
|
||||
],
|
||||
"fileMatch": ["project.ya?ml$"],
|
||||
"matchStrings": [
|
||||
"repoURL: (?<registryUrl>.*?)\n *chart: (?<depName>.*?)\n *targetRevision: (?<currentValue>.*)\n"
|
||||
],
|
||||
|
@ -43,137 +31,71 @@
|
|||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDatasources": [
|
||||
"helm"
|
||||
],
|
||||
"matchManagers": [
|
||||
"custom.regex"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"datasources": ["helm"],
|
||||
"managers": ["regex"],
|
||||
"packageNames": [
|
||||
"app-template",
|
||||
"common"
|
||||
],
|
||||
"registryUrls": [
|
||||
"https://bjw-s.github.io/helm-charts"
|
||||
]
|
||||
"registryUrls": ["https://bjw-s.github.io/helm-charts"]
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"helm"
|
||||
],
|
||||
"datasources": ["helm"],
|
||||
"commitMessageTopic": "Helm chart {{depName}}",
|
||||
"separateMinorPatch": true
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"datasources": ["docker"],
|
||||
"commitMessageTopic": "Docker image {{depName}}",
|
||||
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}",
|
||||
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{toVersion}}}{{else}}{{{newValue}}}{{/if}}",
|
||||
"enabled": true,
|
||||
"separateMinorPatch": true
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"major"
|
||||
],
|
||||
"labels": [
|
||||
"renovate/image-release",
|
||||
"dependency/major"
|
||||
]
|
||||
"datasources": ["docker"],
|
||||
"updateTypes": ["major"],
|
||||
"labels": ["renovate/image-release", "dependency/major"]
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor"
|
||||
],
|
||||
"labels": [
|
||||
"renovate/image-release",
|
||||
"dependency/minor"
|
||||
]
|
||||
"datasources": ["docker"],
|
||||
"updateTypes": ["minor"],
|
||||
"labels": ["renovate/image-release", "dependency/minor"]
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"patch"
|
||||
],
|
||||
"labels": [
|
||||
"renovate/image-release",
|
||||
"dependency/patch"
|
||||
]
|
||||
"datasources": ["docker"],
|
||||
"updateTypes": ["patch"],
|
||||
"labels": ["renovate/image-release", "dependency/patch"]
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"helm"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"major"
|
||||
],
|
||||
"labels": [
|
||||
"renovate/helm-release",
|
||||
"dependency/major"
|
||||
]
|
||||
"datasources": ["helm"],
|
||||
"updateTypes": ["major"],
|
||||
"labels": ["renovate/helm-release", "dependency/major"]
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"helm"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor"
|
||||
],
|
||||
"labels": [
|
||||
"renovate/helm-release",
|
||||
"dependency/minor"
|
||||
]
|
||||
"datasources": ["helm"],
|
||||
"updateTypes": ["minor"],
|
||||
"labels": ["renovate/helm-release", "dependency/minor"]
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"helm"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"patch"
|
||||
],
|
||||
"labels": [
|
||||
"renovate/helm-release",
|
||||
"dependency/patch"
|
||||
]
|
||||
"datasources": ["helm"],
|
||||
"updateTypes": ["patch"],
|
||||
"labels": ["renovate/helm-release", "dependency/patch"]
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"datasources": ["docker"],
|
||||
"automerge": true,
|
||||
"ignoreTests": true,
|
||||
"requiredStatusChecks": null,
|
||||
"schedule": "after 1am and before 5am",
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"!/.*cilium.*/",
|
||||
"!/.*hubble.*/",
|
||||
"!/.*cilium/operator/"
|
||||
]
|
||||
"updateTypes": ["minor", "patch"],
|
||||
"excludePackagePatterns": [ ".*cilium.*", ".*hubble.*", ".*cilium/operator"]
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"helm"
|
||||
],
|
||||
"datasources": ["helm"],
|
||||
"automerge": true,
|
||||
"ignoreTests": true,
|
||||
"requiredStatusChecks": null,
|
||||
"schedule": "after 1am and before 5am",
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"matchPackageNames": []
|
||||
"updateTypes": ["minor", "patch"],
|
||||
"excludePackageNames": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue