mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
12 lines
258 B
YAML
12 lines
258 B
YAML
# /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' |