8 Commits

5 changed files with 7 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ spec:
name: cluster-fun (v2)
source:
repoURL: 'https://charts.jetstack.io'
targetRevision: 1.11.0
targetRevision: v1.19.2
chart: cert-manager
helm:
version: v3

View File

@@ -12,7 +12,7 @@ spec:
name: cluster-fun (v2)
source:
repoURL: 'https://stakater.github.io/stakater-charts'
targetRevision: v0.0.89
targetRevision: v0.0.129
chart: reloader
syncPolicy:
automated: {}

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

@@ -45,7 +45,7 @@ spec:
- --entrypoints.websecure.http.tls=true
- --entrypoints.web.http.redirections.entrypoint.to=websecure
- --entrypoints.web.http.redirections.entrypoint.scheme=https
image: rancher/mirrored-library-traefik:3.6.4
image: rancher/mirrored-library-traefik:2.11.33
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3

View File

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