Version bumps and switch to actual tags not latest

This commit is contained in:
JLP 2025-03-11 20:39:33 -04:00
parent 11f65da54d
commit cdb58bb742
No known key found for this signature in database
GPG key ID: 414E00D1FF7519DC
8 changed files with 10 additions and 8 deletions

View file

@ -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

View file

@ -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"

View file

@ -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

View file

@ -7,7 +7,7 @@ spec:
spec:
containers:
- name: dolibarr
image: dolibarr/dolibarr:20
image: dolibarr/dolibarr:20.0.3
envFrom:
- configMapRef:
name: dolibarr-config

View file

@ -10,4 +10,4 @@ spec:
spec:
containers:
- name: backup
image: cimg/postgres:17.3
image: cimg/postgres:17.4

View file

@ -18,7 +18,7 @@ spec:
restartPolicy: Always
containers:
- name: postgres
image: postgres:17
image: postgres:17.4
ports:
- name: http
containerPort: 5432

View file

@ -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

View file

@ -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