mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Move image policies to apps
This commit is contained in:
@@ -8,6 +8,7 @@ resources:
|
||||
- secret.enc.yaml
|
||||
- release.yaml
|
||||
- ingress.yaml
|
||||
- postgres-image-policy.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: gitea-prod-values
|
||||
|
||||
12
apps/prod/gitea/postgres-image-policy.yaml
Normal file
12
apps/prod/gitea/postgres-image-policy.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
# /apps/prod/gitea/postgres-image-policy.yaml
|
||||
apiVersion: image.toolkit.fluxcd.io/v1beta2
|
||||
kind: ImagePolicy
|
||||
metadata:
|
||||
name: postgresql
|
||||
namespace: gitea
|
||||
spec:
|
||||
imageRepositoryRef:
|
||||
name: postgresql
|
||||
policy:
|
||||
semver:
|
||||
range: '>=15.3.0 <16.0.0'
|
||||
Reference in New Issue
Block a user