fix(flux): remove filterTags from ImagePolicies
All checks were successful
sync-to-forgejo / sync (push) Successful in 17s
All checks were successful
sync-to-forgejo / sync (push) Successful in 17s
- Remove filterTags pattern that wasn't matching actual registry tags - ImagePolicies now resolve correctly to available tags - Tags found: ghcr-migration, manual-build, high-performance-latest
This commit is contained in:
parent
581c6c78e1
commit
a5ecc12648
2 changed files with 2 additions and 48 deletions
|
|
@ -22,8 +22,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-admin-solid
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -49,8 +47,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-frontend-solid
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -76,8 +72,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-ai-assistant
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -105,7 +99,7 @@ spec:
|
|||
messageTemplate: |
|
||||
chore(gitops): update nxtgauge app images
|
||||
|
||||
Images updated: {{range .Updated.Images}}{{println .}}{{end}}
|
||||
Images updated: {{range .Changed.Images}}{{println .}}{{end}}
|
||||
push:
|
||||
branch: main
|
||||
update:
|
||||
|
|
|
|||
|
|
@ -22,8 +22,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-rust-gateway
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -49,8 +47,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-rust-users
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -76,8 +72,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-rust-companies
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -103,8 +97,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-rust-jobs
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -130,8 +122,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-rust-leads
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -157,8 +147,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-rust-job-seekers
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -184,8 +172,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-rust-customers
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -211,8 +197,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-rust-payments
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -238,8 +222,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-rust-employees
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -265,8 +247,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-rust-photographers
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -292,8 +272,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-rust-makeup-artists
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -319,8 +297,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-rust-tutors
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -346,8 +322,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-rust-developers
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -373,8 +347,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-rust-video-editors
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -400,8 +372,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-rust-graphic-designers
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -427,8 +397,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-rust-social-media-managers
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -454,8 +422,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-rust-fitness-trainers
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -481,8 +447,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-rust-catering-services
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -508,8 +472,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-rust-ugc-content-creators
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -535,8 +497,6 @@ metadata:
|
|||
spec:
|
||||
imageRepositoryRef:
|
||||
name: nxtgauge-rust-cron
|
||||
filterTags:
|
||||
pattern: '^[a-f0-9]{40}$'
|
||||
policy:
|
||||
alphabetical:
|
||||
order: asc
|
||||
|
|
@ -564,7 +524,7 @@ spec:
|
|||
messageTemplate: |
|
||||
chore(gitops): update backend-rust images
|
||||
|
||||
Images updated: {{range .Updated.Images}}{{println .}}{{end}}
|
||||
Images updated: {{range .Changed.Images}}{{println .}}{{end}}
|
||||
push:
|
||||
branch: main
|
||||
update:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue