mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-24 09:34:22 +00:00
Remove image policies
This commit is contained in:
@@ -8,7 +8,6 @@ resources:
|
||||
- secret.enc.yaml
|
||||
- release.yaml
|
||||
- ingress.yaml
|
||||
- postgres-image-policy.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: gitea-prod-values
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
# /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