Compare commits

...

7 commits

Author SHA1 Message Date
renovate[bot]
4b1f490889
chore(deps): update helm chart falco to v4 2024-10-01 11:23:01 +00:00
765154121b disable(redis-operator): certmanager 2024-09-29 19:03:51 +02:00
nold
96c5e9e394
fix(cert-manager): leader election stuck 2024-09-29 17:27:02 +02:00
nold
8edc80040f Revert "chore(deps): update helm chart cert-manager to v1.15.3"
This reverts commit afd7dbac88.
2024-09-29 17:11:28 +02:00
renovate[bot]
afd7dbac88 chore(deps): update helm chart cert-manager to v1.15.3 2024-09-25 18:52:03 +02:00
renovate[bot]
8f8f2d7361 chore(deps): update helm chart cilium to v1.15.8 2024-09-25 18:51:49 +02:00
nold
e33d2353a1
Update(localai): v2.21.0 2024-09-25 09:01:24 +02:00
5 changed files with 11 additions and 5 deletions

View file

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

View file

@ -4,7 +4,7 @@ deployment:
image:
repository: quay.io/go-skynet/local-ai
#tag: latest-aio-gpu-nvidia-cuda-12
tag: v2.20.1-cublas-cuda12-ffmpeg
tag: v2.21.0-cublas-cuda12-ffmpeg
pullPolicy: Always
runtimeClassName: nvidia

View file

@ -49,7 +49,7 @@ apps:
existingNamespace: kube-system
repoURL: https://helm.cilium.io
chart: cilium
targetRevision: 1.15.7
targetRevision: 1.15.8
- name: external-dns
repoURL: https://kubernetes-sigs.github.io/external-dns

View file

@ -23,7 +23,13 @@ global:
# Set the verbosity of cert-manager. Range of 0 - 6 with 6 being the most verbose.
logLevel: 2
installCRDs: true
leaderElection:
namespace: "cert-manager"
crds:
enabled: true
replicaCount: 1
strategy:

View file

@ -33,7 +33,7 @@ certificate:
secretName: redis-operator-tls
certmanager:
enabled: true
enabled: false
monitoring:
# Enable Prometheus PodMonitor to monitor the operator.