Compare commits

...

4 commits

Author SHA1 Message Date
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
5 changed files with 20 additions and 16 deletions

View file

@ -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

View file

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

View file

@ -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

View file

@ -1,6 +1,5 @@
image:
repository: docker.io/qdrant/qdrant
pullPolicy: IfNotPresent
tag: "v1.12.5"
useUnprivilegedImage: true
@ -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:

View file

@ -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