mirror of
https://github.com/nold360/hive-apps
synced 2025-02-05 15:02:48 +00:00
Compare commits
1 commit
1f7cbea510
...
92ddf1a63e
Author | SHA1 | Date | |
---|---|---|---|
|
92ddf1a63e |
5 changed files with 5 additions and 11 deletions
|
@ -4,7 +4,7 @@ controllers:
|
|||
main:
|
||||
image:
|
||||
repository: flowiseai/flowise
|
||||
tag: 2.1.2
|
||||
tag: 2.1.1
|
||||
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.21.0-cublas-cuda12-ffmpeg
|
||||
tag: v2.20.1-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.8
|
||||
targetRevision: 1.15.7
|
||||
|
||||
- name: external-dns
|
||||
repoURL: https://kubernetes-sigs.github.io/external-dns
|
||||
|
|
|
@ -23,13 +23,7 @@ global:
|
|||
# Set the verbosity of cert-manager. Range of 0 - 6 with 6 being the most verbose.
|
||||
logLevel: 2
|
||||
|
||||
leaderElection:
|
||||
namespace: "cert-manager"
|
||||
|
||||
crds:
|
||||
enabled: true
|
||||
|
||||
|
||||
installCRDs: true
|
||||
replicaCount: 1
|
||||
|
||||
strategy:
|
||||
|
|
|
@ -33,7 +33,7 @@ certificate:
|
|||
secretName: redis-operator-tls
|
||||
|
||||
certmanager:
|
||||
enabled: false
|
||||
enabled: true
|
||||
|
||||
monitoring:
|
||||
# Enable Prometheus PodMonitor to monitor the operator.
|
||||
|
|
Loading…
Add table
Reference in a new issue