Move image policies to apps

This commit is contained in:
2025-01-02 17:43:29 +01:00
parent 7368bf3ba9
commit 53bb4cb41b
8 changed files with 45 additions and 39 deletions

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