fluxcd : adding repo example with some apps
This commit is contained in:
15
fluxcd/repo/templates/app/automations/policy-php-api.yaml
Normal file
15
fluxcd/repo/templates/app/automations/policy-php-api.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: image.toolkit.fluxcd.io/v1beta1
|
||||
kind: ImagePolicy
|
||||
metadata:
|
||||
name: ${project_name}
|
||||
labels:
|
||||
team: ${team}
|
||||
spec:
|
||||
imageRepositoryRef:
|
||||
name: ${project_name}
|
||||
filterTags:
|
||||
pattern: '${policy_pattern}'
|
||||
extract: '§rv'
|
||||
policy:
|
||||
semver:
|
||||
range: '^1.x.x-0'
|
||||
Reference in New Issue
Block a user