mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 00:54:26 +00:00
Move image policies to apps
This commit is contained in:
12
apps/prod/lemma/image-policy.yaml
Normal file
12
apps/prod/lemma/image-policy.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
# /apps/prod/lemma/image-policy.yaml
|
||||
apiVersion: image.toolkit.fluxcd.io/v1beta2
|
||||
kind: ImagePolicy
|
||||
metadata:
|
||||
name: lemma
|
||||
namespace: lemma
|
||||
spec:
|
||||
imageRepositoryRef:
|
||||
name: lemma
|
||||
policy:
|
||||
semver:
|
||||
range: '>=0.4.1 <1.0.0'
|
||||
Reference in New Issue
Block a user