Compare commits

...

13 commits

Author SHA1 Message Date
renovate[bot]
8fa463995d
chore(deps): update helm chart falco to v4 2024-12-21 00:51:15 +00:00
renovate[bot]
4159e77dd3
chore(deps): update docker image ghcr.io/onedr0p/radarr to v5.16.3.9541 (#2573)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-21 00:49:53 +00:00
renovate[bot]
541ddc947d
chore(deps): update docker image quay.io/kiwigrid/k8s-sidecar to v1.28.4 (#2570)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 23:38:45 +00:00
renovate[bot]
85c5166c97
chore(deps): update docker image quay.io/argoproj/argocd to v2.13.2 (#2569)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 23:38:19 +00:00
6403e61731 add: bi/qdrant 2024-12-20 20:46:14 +01:00
renovate[bot]
e5c8115944
chore(deps): update docker image hashicorp/vault to v1.18.3 (#2568)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 19:38:33 +00:00
renovate[bot]
c9f691d816
chore(deps): update docker image grafana/loki to v3.3.2 (#2567)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 19:38:06 +00:00
renovate[bot]
6ebde6f3c3
chore(deps): update docker image ghcr.io/onedr0p/qbittorrent to v5.0.3 (#2566)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 19:21:41 +00:00
renovate[bot]
b8b223e729
chore(deps): update docker image flowiseai/flowise to v2.2.2 (#2565)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 19:21:15 +00:00
renovate[bot]
ffd13068e3
chore(deps): update docker image docker.io/qdrant/qdrant to v1.12.5 (#2564)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 19:20:30 +00:00
renovate[bot]
4ea423f24a
chore(deps): update docker image adguard/adguardhome to v0.107.55 (#2563)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 19:20:01 +00:00
3f0810184b update: localai 2024-12-20 20:19:44 +01:00
renovate[bot]
e6f5655a27 chore(deps): update helm chart nextcloud to v6.5.0 2024-12-18 08:15:31 +01:00
13 changed files with 29 additions and 25 deletions

View file

@ -5,4 +5,4 @@ apps:
- name: falco - name: falco
repoURL: https://falcosecurity.github.io/charts repoURL: https://falcosecurity.github.io/charts
chart: falco chart: falco
targetRevision: 3.8.7 targetRevision: 4.17.0

View file

@ -1,6 +1,6 @@
image: image:
repository: adguard/adguardhome repository: adguard/adguardhome
tag: v0.107.54 tag: v0.107.55
env: env:
TZ: Europe/Amsterdam TZ: Europe/Amsterdam

View file

@ -4,7 +4,7 @@ controllers:
main: main:
image: image:
repository: flowiseai/flowise repository: flowiseai/flowise
tag: 2.2.1 tag: 2.2.2
command: command:
- flowise - flowise
- start - start

View file

@ -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.24.1-cublas-cuda12-ffmpeg tag: v2.24.2-cublas-cuda12-ffmpeg
pullPolicy: Always pullPolicy: Always
runtimeClassName: nvidia runtimeClassName: nvidia

View file

@ -8,7 +8,7 @@ installCRDs: true
global: global:
image: image:
repository: quay.io/argoproj/argocd repository: quay.io/argoproj/argocd
tag: v2.13.1 tag: v2.13.2
# 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.13.1 image: quay.io/argoproj/argocd:v2.13.2
command: command:
- cp - cp
- -n - -n

View file

@ -1,6 +1,6 @@
image: image:
repository: ghcr.io/onedr0p/radarr repository: ghcr.io/onedr0p/radarr
tag: 5.15.1.9463 tag: 5.16.3.9541
env: env:
UMASK: "002" UMASK: "002"

View file

@ -21,6 +21,12 @@ apps:
jsonPointers: jsonPointers:
- /spec/replicas - /spec/replicas
- name: qdrant
namespace: bi
repoUR: https://qdrant.github.io/qdrant-helm
chart: qdrant
targetRevision: 1.12.5
# - name: mongo-express # - name: mongo-express
# repoURL: https://cowboysysop.github.io/charts/ # repoURL: https://cowboysysop.github.io/charts/
# chart: mongo-express # chart: mongo-express

View file

@ -1,7 +1,6 @@
image: image:
repository: docker.io/qdrant/qdrant repository: docker.io/qdrant/qdrant
pullPolicy: IfNotPresent tag: "v1.12.5"
tag: "v1.12.4"
useUnprivilegedImage: true useUnprivilegedImage: true
env: env:
@ -9,28 +8,27 @@ env:
value: "true" value: "true"
ingress: ingress:
enabled: false enabled: true
ingressClassName: "" ingressClassName: "ingress-internal"
additionalLabels: {} annotations:
annotations: {} cert-manager.io/cluster-issuer: vault-issuer
# kubernetes.io/ingress.class: alb
hosts: hosts:
- host: example-domain.com - host: qdrant.dc
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix
servicePort: 6333 servicePort: 6333
tls: [] tls:
# - hosts: - hosts:
# - example-domain.com - qdrant.dc
# secretName: tls-secret-name secretName: tls-qdrant
updateVolumeFsOwnership: false updateVolumeFsOwnership: false
persistence: persistence:
accessModes: ["ReadWriteOnce"] accessModes: ["ReadWriteOnce"]
size: 10Gi size: 10Gi
storageClassName: ssd # storageClassName:
# modification example for configuration to overwrite defaults # modification example for configuration to overwrite defaults
config: config:

View file

@ -1,7 +1,7 @@
--- ---
image: image:
repository: ghcr.io/onedr0p/qbittorrent repository: ghcr.io/onedr0p/qbittorrent
tag: 5.0.2 tag: 5.0.3
ingress: ingress:
main: main:

View file

@ -2,7 +2,7 @@ loki:
enabled: true enabled: true
image: image:
repository: grafana/loki repository: grafana/loki
tag: 3.3.1 tag: 3.3.2
promtail: promtail:
enabled: true enabled: true

View file

@ -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.28.1 tag: 1.28.4
# -- 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

View file

@ -14,7 +14,7 @@ apps:
- name: nextcloud - name: nextcloud
repoURL: https://nextcloud.github.io/helm repoURL: https://nextcloud.github.io/helm
chart: nextcloud chart: nextcloud
targetRevision: 6.2.4 targetRevision: 6.5.0
secrets: secrets:
- name: nextcloud-user - name: nextcloud-user
keys: keys:

View file

@ -11,7 +11,7 @@ server:
enabled: true enabled: true
image: image:
repository: "hashicorp/vault" repository: "hashicorp/vault"
tag: "1.18.2" tag: "1.18.3"
auditStorage: auditStorage:
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
annotations: {} annotations: {}