Compare commits
5 Commits
ed1c4dc6fa
...
renovate/r
| Author | SHA1 | Date | |
|---|---|---|---|
| 871b31be7d | |||
|
b443028b74
|
|||
|
09c80dda70
|
|||
| 9e591315c1 | |||
| cfc50fcbf4 |
@@ -31,7 +31,7 @@ spec:
|
|||||||
priorityClassName: critical
|
priorityClassName: critical
|
||||||
containers:
|
containers:
|
||||||
- name: frontend
|
- name: frontend
|
||||||
image: ghcr.io/mealie-recipes/mealie:v3.8.0
|
image: ghcr.io/mealie-recipes/mealie:v3.9.1
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ spec:
|
|||||||
- --entrypoints.websecure.http.tls=true
|
- --entrypoints.websecure.http.tls=true
|
||||||
- --entrypoints.web.http.redirections.entrypoint.to=websecure
|
- --entrypoints.web.http.redirections.entrypoint.to=websecure
|
||||||
- --entrypoints.web.http.redirections.entrypoint.scheme=https
|
- --entrypoints.web.http.redirections.entrypoint.scheme=https
|
||||||
image: rancher/mirrored-library-traefik:2.11.33
|
image: rancher/mirrored-library-traefik:3.6.4
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
|||||||
@@ -21,5 +21,8 @@
|
|||||||
},
|
},
|
||||||
"kubernetes": {
|
"kubernetes": {
|
||||||
"fileMatch": ["manifests/.+\\.yaml$"]
|
"fileMatch": ["manifests/.+\\.yaml$"]
|
||||||
|
},
|
||||||
|
"argocd": {
|
||||||
|
"managerFilePatterns": ["/manifests/_apps/.+\\.yaml$/"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user