mirror of
https://github.com/nold360/hive-apps
synced 2025-02-05 06:52:49 +00:00
Compare commits
7 commits
84949329a6
...
4b1f490889
Author | SHA1 | Date | |
---|---|---|---|
|
4b1f490889 | ||
765154121b | |||
|
96c5e9e394 | ||
|
8edc80040f | ||
|
afd7dbac88 | ||
|
8f8f2d7361 | ||
|
e33d2353a1 |
5 changed files with 11 additions and 5 deletions
|
@ -5,4 +5,4 @@ apps:
|
|||
- name: falco
|
||||
repoURL: https://falcosecurity.github.io/charts
|
||||
chart: falco
|
||||
targetRevision: 3.8.7
|
||||
targetRevision: 4.9.0
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -33,7 +33,7 @@ certificate:
|
|||
secretName: redis-operator-tls
|
||||
|
||||
certmanager:
|
||||
enabled: true
|
||||
enabled: false
|
||||
|
||||
monitoring:
|
||||
# Enable Prometheus PodMonitor to monitor the operator.
|
||||
|
|
Loading…
Add table
Reference in a new issue