Skip to content

Commit

Permalink
flux: pickup hourly image change
Browse files Browse the repository at this point in the history
  • Loading branch information
samcday committed Jun 25, 2024
1 parent b903292 commit c0b4b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/flux-system/image-policies/home-cluster-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: flux-system
spec:
filterTags:
pattern: '^(?P<timestamp>[0-9+]{8}(\.[0-9]+)?)$'
pattern: '^(?P<timestamp>[0-9+]{8-9}(\.[0-9]+)?)$'
extract: '$timestamp'
imageRepositoryRef:
name: home-cluster-node
Expand Down

0 comments on commit c0b4b0e

Please sign in to comment.