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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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