add versions of the docker images

This commit is contained in:
2024-06-26 15:29:25 +10:00
parent 64c7d13104
commit c5ecd5986d
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ spec:
app.kubernetes.io/instance: kavita
spec:
containers:
- image: jvmilazz0/kavita:latest
- image: jvmilazz0/kavita:0.8.1
imagePullPolicy: IfNotPresent
name: kavita
ports:

View File

@@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: prometheus
image: prom/prometheus
image: prom/prometheus:v2.53.0
args:
- "--storage.tsdb.retention.time=12h"
- "--config.file=/etc/prometheus/prometheus.yaml"