mirror of
https://github.com/nold360/hive-apps
synced 2025-02-12 11:11:06 +00:00
Compare commits
9 commits
238c1f2842
...
79e325a267
Author | SHA1 | Date | |
---|---|---|---|
|
79e325a267 | ||
|
6b107d3094 | ||
|
7fa0586d8f | ||
|
8b12081dbe | ||
|
094f0419f4 | ||
|
bcea56d79f | ||
|
e1b08c8014 | ||
|
d99c3063bb | ||
|
539b72ce80 |
7 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@ deployment:
|
|||
image:
|
||||
repository: quay.io/go-skynet/local-ai
|
||||
#tag: latest-aio-gpu-nvidia-cuda-12
|
||||
tag: v2.22.1-cublas-cuda12-ffmpeg
|
||||
tag: v2.23.0-cublas-cuda12-ffmpeg
|
||||
pullPolicy: Always
|
||||
runtimeClassName: nvidia
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: docker.io/qdrant/qdrant
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "v1.12.2"
|
||||
tag: "v1.12.3"
|
||||
useUnprivilegedImage: true
|
||||
|
||||
env:
|
||||
|
|
|
@ -6,7 +6,7 @@ apps:
|
|||
- name: crossplane
|
||||
repoURL: https://charts.crossplane.io/stable
|
||||
chart: crossplane
|
||||
targetRevision: 1.17.3
|
||||
targetRevision: 1.18.0
|
||||
secrets:
|
||||
- name: terraform
|
||||
keys:
|
||||
|
|
|
@ -5,7 +5,7 @@ apps:
|
|||
- name: kube-prometheus-stack
|
||||
repoURL: https://prometheus-community.github.io/helm-charts
|
||||
chart: kube-prometheus-stack
|
||||
targetRevision: 65.8.1
|
||||
targetRevision: 66.1.0
|
||||
secrets:
|
||||
- name: grafana
|
||||
keys:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: b4bz/homer
|
||||
tag: v24.11.1
|
||||
tag: v24.11.3
|
||||
|
||||
initContainers:
|
||||
clone-assets:
|
||||
|
|
|
@ -14,7 +14,7 @@ apps:
|
|||
- name: nextcloud
|
||||
repoURL: https://nextcloud.github.io/helm
|
||||
chart: nextcloud
|
||||
targetRevision: 6.2.1
|
||||
targetRevision: 6.2.2
|
||||
secrets:
|
||||
- name: nextcloud-user
|
||||
keys:
|
||||
|
|
|
@ -5,7 +5,7 @@ apps:
|
|||
- name: vault
|
||||
repoURL: https://helm.releases.hashicorp.com
|
||||
chart: vault
|
||||
targetRevision: 0.28.1
|
||||
targetRevision: 0.29.0
|
||||
syncWave: '-3'
|
||||
ignoreDiff:
|
||||
- group: "*"
|
||||
|
@ -18,5 +18,5 @@ apps:
|
|||
namespace: vault-secrets-operator
|
||||
repoURL: https://ricoberger.github.io/helm-charts
|
||||
chart: vault-secrets-operator
|
||||
targetRevision: 2.6.0
|
||||
targetRevision: 2.6.1
|
||||
syncWave: '-2'
|
||||
|
|
Loading…
Add table
Reference in a new issue