updated image tags and regex filters for version-checker

This commit is contained in:
2026-01-13 20:31:11 +01:00
parent b7597b6f9c
commit 9bc0e0a8fc
7 changed files with 18 additions and 13 deletions
+3 -2
View File
@@ -162,7 +162,8 @@ spec:
labels:
app.kubernetes.io/instance: calcom
app.kubernetes.io/name: calcom
app.kubernetes.io/version: "v6.0.8"
annotations:
match-regex.version-checker.io/calcom: '^v?\d+\.\d+\.\d+$'
spec:
initContainers:
# Wait for PostgreSQL
@@ -193,7 +194,7 @@ spec:
echo "Redis is ready!"
containers:
- name: calcom
image: calcom/cal.com:v6.0.8
image: docker.io/calcom/cal.com:v6.0.8
imagePullPolicy: IfNotPresent
command:
- /bin/sh