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"
|
||||
containers:
|
||||
- name: ollama
|
||||
image: ollama/ollama:latest
|
||||
image: ollama/ollama:0.5.13
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
nvidia.com/gpu: 1
|
||||
|
|
|
@ -20,7 +20,7 @@ spec:
|
|||
subPath: "data"
|
||||
storageClass: longhorn-private
|
||||
image:
|
||||
tag: 0.5.10
|
||||
tag: 0.5.20
|
||||
extraEnvVars:
|
||||
- name: ENABLE_OAUTH_SIGNUP
|
||||
value: "true"
|
||||
|
|
|
@ -12,7 +12,8 @@ spec:
|
|||
effect: "NoSchedule"
|
||||
containers:
|
||||
- name: tabby
|
||||
image: tabbyml/tabby:latest
|
||||
image: tabbyml/tabby:0.25.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: tabby
|
||||
containerPort: 8080
|
||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: dolibarr
|
||||
image: dolibarr/dolibarr:20
|
||||
image: dolibarr/dolibarr:20.0.3
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: dolibarr-config
|
||||
|
|
|
@ -10,4 +10,4 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: backup
|
||||
image: cimg/postgres:17.3
|
||||
image: cimg/postgres:17.4
|
||||
|
|
|
@ -18,7 +18,7 @@ spec:
|
|||
restartPolicy: Always
|
||||
containers:
|
||||
- name: postgres
|
||||
image: postgres:17
|
||||
image: postgres:17.4
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 5432
|
||||
|
|
|
@ -18,7 +18,7 @@ spec:
|
|||
restartPolicy: Always
|
||||
containers:
|
||||
- name: redis
|
||||
image: redis:latest
|
||||
image: redis:7.4.2-alpine3.21
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 6379
|
||||
|
|
|
@ -22,7 +22,7 @@ spec:
|
|||
- "true"
|
||||
containers:
|
||||
- name: umami
|
||||
image: ghcr.io/umami-software/umami:postgresql-latest
|
||||
image: ghcr.io/umami-software/umami:postgresql-v2.17.0
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: umami-config
|
||||
|
|
Loading…
Add table
Reference in a new issue