Version bumps and switch to actual tags not latest
This commit is contained in:
parent
11f65da54d
commit
cdb58bb742
8 changed files with 10 additions and 8 deletions
|
@ -13,7 +13,8 @@ spec:
|
||||||
effect: "NoSchedule"
|
effect: "NoSchedule"
|
||||||
containers:
|
containers:
|
||||||
- name: ollama
|
- name: ollama
|
||||||
image: ollama/ollama:latest
|
image: ollama/ollama:0.5.13
|
||||||
|
imagePullPolicy: IfNotPresent
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
nvidia.com/gpu: 1
|
nvidia.com/gpu: 1
|
||||||
|
|
|
@ -20,7 +20,7 @@ spec:
|
||||||
subPath: "data"
|
subPath: "data"
|
||||||
storageClass: longhorn-private
|
storageClass: longhorn-private
|
||||||
image:
|
image:
|
||||||
tag: 0.5.10
|
tag: 0.5.20
|
||||||
extraEnvVars:
|
extraEnvVars:
|
||||||
- name: ENABLE_OAUTH_SIGNUP
|
- name: ENABLE_OAUTH_SIGNUP
|
||||||
value: "true"
|
value: "true"
|
||||||
|
|
|
@ -12,7 +12,8 @@ spec:
|
||||||
effect: "NoSchedule"
|
effect: "NoSchedule"
|
||||||
containers:
|
containers:
|
||||||
- name: tabby
|
- name: tabby
|
||||||
image: tabbyml/tabby:latest
|
image: tabbyml/tabby:0.25.2
|
||||||
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: tabby
|
- name: tabby
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: dolibarr
|
- name: dolibarr
|
||||||
image: dolibarr/dolibarr:20
|
image: dolibarr/dolibarr:20.0.3
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: dolibarr-config
|
name: dolibarr-config
|
||||||
|
|
|
@ -10,4 +10,4 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: backup
|
- name: backup
|
||||||
image: cimg/postgres:17.3
|
image: cimg/postgres:17.4
|
||||||
|
|
|
@ -18,7 +18,7 @@ spec:
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
containers:
|
containers:
|
||||||
- name: postgres
|
- name: postgres
|
||||||
image: postgres:17
|
image: postgres:17.4
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 5432
|
containerPort: 5432
|
||||||
|
|
|
@ -18,7 +18,7 @@ spec:
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
containers:
|
containers:
|
||||||
- name: redis
|
- name: redis
|
||||||
image: redis:latest
|
image: redis:7.4.2-alpine3.21
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 6379
|
containerPort: 6379
|
||||||
|
|
|
@ -22,7 +22,7 @@ spec:
|
||||||
- "true"
|
- "true"
|
||||||
containers:
|
containers:
|
||||||
- name: umami
|
- name: umami
|
||||||
image: ghcr.io/umami-software/umami:postgresql-latest
|
image: ghcr.io/umami-software/umami:postgresql-v2.17.0
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: umami-config
|
name: umami-config
|
||||||
|
|
Loading…
Add table
Reference in a new issue