updated image tags and regex filters for version-checker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user