added regex filters for version check
This commit is contained in:
@@ -43,6 +43,8 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/instance: code-server
|
app.kubernetes.io/instance: code-server
|
||||||
app.kubernetes.io/name: code-server
|
app.kubernetes.io/name: code-server
|
||||||
|
annotations:
|
||||||
|
match-regex.version-checker.io/code-server: '^[0-9]+\.[0-9]+\.[0-9]+$'
|
||||||
spec:
|
spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
|
|||||||
@@ -451,6 +451,8 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: grafana
|
app: grafana
|
||||||
|
annotations:
|
||||||
|
match-regex.version-checker.io/grafana: '^[0-9]+\.[0-9]+\.[0-9]+$'
|
||||||
spec:
|
spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 472
|
fsGroup: 472
|
||||||
|
|||||||
Reference in New Issue
Block a user