mirror of
https://github.com/nold360/hive-apps
synced 2025-02-05 15:02:48 +00:00
Compare commits
33 commits
075bf0def1
...
0e00e45041
Author | SHA1 | Date | |
---|---|---|---|
|
0e00e45041 | ||
|
1270a0168f | ||
|
b1b2df2510 | ||
|
2286bfe6aa | ||
|
b06d3e70fa | ||
|
25bca03bf3 | ||
|
7626705189 | ||
|
ac7f8bcabf | ||
|
166f56a91c | ||
|
9569c27642 | ||
|
962967f996 | ||
|
dcd850e37c | ||
|
aaec25feeb | ||
|
ffa725f1e7 | ||
|
7d531d02db | ||
|
832a9c8f88 | ||
|
9b5441edf8 | ||
|
c83bec1280 | ||
|
ed42684cfb | ||
|
b4a63fb4a5 | ||
|
a9bb82eff4 | ||
|
30ff7e9ae4 | ||
|
12a308018f | ||
|
e0c946ca3f | ||
|
42f27ac346 | ||
|
d12424071a | ||
|
a1ec471f57 | ||
|
9eabcd5520 | ||
|
56852f4b83 | ||
|
13464ed796 | ||
|
841aaea305 | ||
232f4349d6 | |||
d341e65bcd |
24 changed files with 30 additions and 30 deletions
|
@ -3563,7 +3563,7 @@ spec:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
- name: TUF_ROOT
|
- name: TUF_ROOT
|
||||||
value: /tmp/.sigstore
|
value: /tmp/.sigstore
|
||||||
image: ghcr.io/fluxcd/source-controller:v1.3.0
|
image: ghcr.io/fluxcd/source-controller:v1.4.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
@ -5299,7 +5299,7 @@ spec:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
image: ghcr.io/fluxcd/kustomize-controller:v1.3.0
|
image: ghcr.io/fluxcd/kustomize-controller:v1.4.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
@ -7975,7 +7975,7 @@ spec:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
image: ghcr.io/fluxcd/notification-controller:v1.3.0
|
image: ghcr.io/fluxcd/notification-controller:v1.4.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -4,7 +4,7 @@ deployment:
|
||||||
image:
|
image:
|
||||||
repository: quay.io/go-skynet/local-ai
|
repository: quay.io/go-skynet/local-ai
|
||||||
#tag: latest-aio-gpu-nvidia-cuda-12
|
#tag: latest-aio-gpu-nvidia-cuda-12
|
||||||
tag: v2.21.0-cublas-cuda12-ffmpeg
|
tag: v2.22.0-cublas-cuda12-ffmpeg
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
runtimeClassName: nvidia
|
runtimeClassName: nvidia
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: docker.io/qdrant/qdrant
|
repository: docker.io/qdrant/qdrant
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "v1.10.1"
|
tag: "v1.12.1"
|
||||||
useUnprivilegedImage: true
|
useUnprivilegedImage: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -5,7 +5,7 @@ apps:
|
||||||
- name: argocd
|
- name: argocd
|
||||||
repoURL: https://argoproj.github.io/argo-helm
|
repoURL: https://argoproj.github.io/argo-helm
|
||||||
chart: argo-cd
|
chart: argo-cd
|
||||||
targetRevision: 5.55.0
|
targetRevision: 7.6.12
|
||||||
syncWave: '0'
|
syncWave: '0'
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
|
|
|
@ -8,7 +8,7 @@ installCRDs: true
|
||||||
global:
|
global:
|
||||||
image:
|
image:
|
||||||
repository: quay.io/argoproj/argocd
|
repository: quay.io/argoproj/argocd
|
||||||
tag: v2.11.5
|
tag: v2.12.6
|
||||||
# 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.11.5
|
image: quay.io/argoproj/argocd:v2.12.6
|
||||||
command:
|
command:
|
||||||
- cp
|
- cp
|
||||||
- -n
|
- -n
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/onedr0p/bazarr
|
repository: ghcr.io/onedr0p/bazarr
|
||||||
tag: 1.4.3
|
tag: 1.4.5
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/ombi
|
repository: ghcr.io/linuxserver/ombi
|
||||||
tag: 4.43.5
|
tag: 4.44.1
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
|
|
|
@ -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.21"
|
tag: "1.25"
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/onedr0p/radarr
|
repository: ghcr.io/onedr0p/radarr
|
||||||
tag: 5.8.3.8933
|
tag: 5.12.2.9335
|
||||||
|
|
||||||
env:
|
env:
|
||||||
UMASK: "002"
|
UMASK: "002"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/onedr0p/sonarr
|
repository: ghcr.io/onedr0p/sonarr
|
||||||
tag: 4.0.8.1874
|
tag: 4.0.9.2244
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: registry.k8s.io/external-dns/external-dns
|
repository: registry.k8s.io/external-dns/external-dns
|
||||||
tag: "v0.14.2"
|
tag: "v0.15.0"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
shareProcessNamespace: false
|
shareProcessNamespace: false
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: registry.k8s.io/external-dns/external-dns
|
repository: registry.k8s.io/external-dns/external-dns
|
||||||
tag: "v0.14.2"
|
tag: "v0.15.0"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
shareProcessNamespace: false
|
shareProcessNamespace: false
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/onedr0p/qbittorrent
|
repository: ghcr.io/onedr0p/qbittorrent
|
||||||
tag: 4.6.5
|
tag: 4.6.7
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
|
|
|
@ -11,7 +11,7 @@ grafana:
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: grafana/grafana
|
repository: grafana/grafana
|
||||||
tag: 11.1.3
|
tag: 11.2.2
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -2,7 +2,7 @@ loki:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: grafana/loki
|
repository: grafana/loki
|
||||||
tag: 3.1.0
|
tag: 3.2.1
|
||||||
|
|
||||||
promtail:
|
promtail:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -24,7 +24,7 @@ server:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: quay.io/prometheus/prometheus
|
repository: quay.io/prometheus/prometheus
|
||||||
tag: v2.53.1
|
tag: v2.54.1
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: influxdb
|
repository: influxdb
|
||||||
tag: 2.7.8-alpine
|
tag: 2.7.10-alpine
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
## If specified, use these secrets to access the images
|
## If specified, use these secrets to access the images
|
||||||
# pullSecrets:
|
# pullSecrets:
|
||||||
|
|
|
@ -172,7 +172,7 @@ sidecar:
|
||||||
# -- The image repository to pull from
|
# -- The image repository to pull from
|
||||||
repository: kiwigrid/k8s-sidecar
|
repository: kiwigrid/k8s-sidecar
|
||||||
# -- The image tag to pull, default: `1.23.1`
|
# -- The image tag to pull, default: `1.23.1`
|
||||||
tag: 1.27.5
|
tag: 1.28.0
|
||||||
# -- The image pull policy, default: `IfNotPresent`
|
# -- The image pull policy, default: `IfNotPresent`
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- The extra volume mounts for the sidecar
|
# -- The extra volume mounts for the sidecar
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: b4bz/homer
|
repository: b4bz/homer
|
||||||
tag: v24.05.1
|
tag: v24.10.1
|
||||||
|
|
||||||
initContainers:
|
initContainers:
|
||||||
clone-assets:
|
clone-assets:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: koenkk/zigbee2mqtt
|
repository: koenkk/zigbee2mqtt
|
||||||
tag: 1.39.0
|
tag: 1.40.2
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/navidrome/navidrome
|
repository: ghcr.io/navidrome/navidrome
|
||||||
tag: 0.52.5
|
tag: 0.53.3
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: "Europe/Amsterdam"
|
TZ: "Europe/Amsterdam"
|
||||||
|
|
|
@ -3,7 +3,7 @@ image:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
nextcloud:
|
nextcloud:
|
||||||
host: share.gnu.one
|
host: share.nold.in
|
||||||
extraEnv:
|
extraEnv:
|
||||||
- name: HTTP_PROXY
|
- name: HTTP_PROXY
|
||||||
value: http://proxy-squid.proxy.svc.cluster.local:3128
|
value: http://proxy-squid.proxy.svc.cluster.local:3128
|
||||||
|
@ -76,8 +76,8 @@ ingress:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
traefik.ingress.kubernetes.io/router.tls: 'true'
|
traefik.ingress.kubernetes.io/router.tls: 'true'
|
||||||
kubernetes.io/ingress.class: ingress-external
|
kubernetes.io/ingress.class: ingress-external
|
||||||
external-dns.alpha.kubernetes.io/hostname: share.gnu.one
|
external-dns.alpha.kubernetes.io/hostname: share.nold.in
|
||||||
external-dns.alpha.kubernetes.io/target: gnu.one
|
external-dns.alpha.kubernetes.io/target: nold.in
|
||||||
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false"
|
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false"
|
||||||
|
|
||||||
nginx.ingress.kubernetes.io/server-snippet: |-
|
nginx.ingress.kubernetes.io/server-snippet: |-
|
||||||
|
@ -108,7 +108,7 @@ ingress:
|
||||||
tls:
|
tls:
|
||||||
- secretName: nextcloud-tls
|
- secretName: nextcloud-tls
|
||||||
hosts:
|
hosts:
|
||||||
- share.gnu.one
|
- share.nold.in
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -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.11.1
|
tag: 2.12.1
|
||||||
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.17.2"
|
tag: "1.18.0"
|
||||||
auditStorage:
|
auditStorage:
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue