mirror of
https://github.com/nold360/hive-apps
synced 2025-02-05 15:02:48 +00:00
Compare commits
1 commit
4b1f490889
...
84949329a6
Author | SHA1 | Date | |
---|---|---|---|
|
84949329a6 |
5 changed files with 5 additions and 11 deletions
|
@ -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: 4.9.0
|
targetRevision: 4.8.3
|
||||||
|
|
|
@ -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.21.0-cublas-cuda12-ffmpeg
|
tag: v2.20.1-cublas-cuda12-ffmpeg
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
runtimeClassName: nvidia
|
runtimeClassName: nvidia
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ apps:
|
||||||
existingNamespace: kube-system
|
existingNamespace: kube-system
|
||||||
repoURL: https://helm.cilium.io
|
repoURL: https://helm.cilium.io
|
||||||
chart: cilium
|
chart: cilium
|
||||||
targetRevision: 1.15.8
|
targetRevision: 1.15.7
|
||||||
|
|
||||||
- name: external-dns
|
- name: external-dns
|
||||||
repoURL: https://kubernetes-sigs.github.io/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.
|
# Set the verbosity of cert-manager. Range of 0 - 6 with 6 being the most verbose.
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
|
|
||||||
leaderElection:
|
installCRDs: true
|
||||||
namespace: "cert-manager"
|
|
||||||
|
|
||||||
crds:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
@ -33,7 +33,7 @@ certificate:
|
||||||
secretName: redis-operator-tls
|
secretName: redis-operator-tls
|
||||||
|
|
||||||
certmanager:
|
certmanager:
|
||||||
enabled: false
|
enabled: true
|
||||||
|
|
||||||
monitoring:
|
monitoring:
|
||||||
# Enable Prometheus PodMonitor to monitor the operator.
|
# Enable Prometheus PodMonitor to monitor the operator.
|
||||||
|
|
Loading…
Add table
Reference in a new issue