5 Commits

2 changed files with 4 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ spec:
priorityClassName: critical
containers:
- name: frontend
image: ghcr.io/mealie-recipes/mealie:v3.8.0
image: ghcr.io/mealie-recipes/mealie:v3.9.1
imagePullPolicy: Always
envFrom:
- secretRef:

View File

@@ -21,5 +21,8 @@
},
"kubernetes": {
"fileMatch": ["manifests/.+\\.yaml$"]
},
"argocd": {
"managerFilePatterns": ["/manifests/_apps/.+\\.yaml$/"]
}
}