fluxcd : adding repo example with some apps

This commit is contained in:
2025-05-28 16:00:46 +02:00
parent 00a5e56c27
commit e5738c5c3f
111 changed files with 18051 additions and 0 deletions

View 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'