mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 04:21:22 +00:00
Compare commits
13 commits
538209df91
...
8fa463995d
Author | SHA1 | Date | |
---|---|---|---|
|
8fa463995d | ||
|
4159e77dd3 | ||
|
541ddc947d | ||
|
85c5166c97 | ||
6403e61731 | |||
|
e5c8115944 | ||
|
c9f691d816 | ||
|
6ebde6f3c3 | ||
|
b8b223e729 | ||
|
ffd13068e3 | ||
|
4ea423f24a | ||
3f0810184b | |||
|
e6f5655a27 |
12 changed files with 28 additions and 24 deletions
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: adguard/adguardhome
|
||||
tag: v0.107.54
|
||||
tag: v0.107.55
|
||||
|
||||
env:
|
||||
TZ: Europe/Amsterdam
|
||||
|
|
|
@ -4,7 +4,7 @@ controllers:
|
|||
main:
|
||||
image:
|
||||
repository: flowiseai/flowise
|
||||
tag: 2.2.1
|
||||
tag: 2.2.2
|
||||
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.24.1-cublas-cuda12-ffmpeg
|
||||
tag: v2.24.2-cublas-cuda12-ffmpeg
|
||||
pullPolicy: Always
|
||||
runtimeClassName: nvidia
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ installCRDs: true
|
|||
global:
|
||||
image:
|
||||
repository: quay.io/argoproj/argocd
|
||||
tag: v2.13.1
|
||||
tag: v2.13.2
|
||||
# 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.13.2
|
||||
command:
|
||||
- cp
|
||||
- -n
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: ghcr.io/onedr0p/radarr
|
||||
tag: 5.15.1.9463
|
||||
tag: 5.16.3.9541
|
||||
|
||||
env:
|
||||
UMASK: "002"
|
||||
|
|
|
@ -21,6 +21,12 @@ apps:
|
|||
jsonPointers:
|
||||
- /spec/replicas
|
||||
|
||||
- name: qdrant
|
||||
namespace: bi
|
||||
repoUR: https://qdrant.github.io/qdrant-helm
|
||||
chart: qdrant
|
||||
targetRevision: 1.12.5
|
||||
|
||||
# - name: mongo-express
|
||||
# repoURL: https://cowboysysop.github.io/charts/
|
||||
# chart: mongo-express
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
image:
|
||||
repository: docker.io/qdrant/qdrant
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "v1.12.4"
|
||||
tag: "v1.12.5"
|
||||
useUnprivilegedImage: true
|
||||
|
||||
env:
|
||||
|
@ -9,28 +8,27 @@ env:
|
|||
value: "true"
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
ingressClassName: ""
|
||||
additionalLabels: {}
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: alb
|
||||
enabled: true
|
||||
ingressClassName: "ingress-internal"
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: vault-issuer
|
||||
hosts:
|
||||
- host: example-domain.com
|
||||
- host: qdrant.dc
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
servicePort: 6333
|
||||
tls: []
|
||||
# - hosts:
|
||||
# - example-domain.com
|
||||
# secretName: tls-secret-name
|
||||
tls:
|
||||
- hosts:
|
||||
- qdrant.dc
|
||||
secretName: tls-qdrant
|
||||
|
||||
updateVolumeFsOwnership: false
|
||||
|
||||
persistence:
|
||||
accessModes: ["ReadWriteOnce"]
|
||||
size: 10Gi
|
||||
storageClassName: ssd
|
||||
# storageClassName:
|
||||
|
||||
# modification example for configuration to overwrite defaults
|
||||
config:
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
image:
|
||||
repository: ghcr.io/onedr0p/qbittorrent
|
||||
tag: 5.0.2
|
||||
tag: 5.0.3
|
||||
|
||||
ingress:
|
||||
main:
|
||||
|
|
|
@ -2,7 +2,7 @@ loki:
|
|||
enabled: true
|
||||
image:
|
||||
repository: grafana/loki
|
||||
tag: 3.3.1
|
||||
tag: 3.3.2
|
||||
|
||||
promtail:
|
||||
enabled: true
|
||||
|
|
|
@ -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.1
|
||||
tag: 1.28.4
|
||||
# -- The image pull policy, default: `IfNotPresent`
|
||||
pullPolicy: IfNotPresent
|
||||
# -- The extra volume mounts for the sidecar
|
||||
|
|
|
@ -14,7 +14,7 @@ apps:
|
|||
- name: nextcloud
|
||||
repoURL: https://nextcloud.github.io/helm
|
||||
chart: nextcloud
|
||||
targetRevision: 6.2.4
|
||||
targetRevision: 6.5.0
|
||||
secrets:
|
||||
- name: nextcloud-user
|
||||
keys:
|
||||
|
|
|
@ -11,7 +11,7 @@ server:
|
|||
enabled: true
|
||||
image:
|
||||
repository: "hashicorp/vault"
|
||||
tag: "1.18.2"
|
||||
tag: "1.18.3"
|
||||
auditStorage:
|
||||
accessMode: ReadWriteOnce
|
||||
annotations: {}
|
||||
|
|
Loading…
Reference in a new issue