1 Commits

Author SHA1 Message Date
e9469bf350 Update grafana/promtail Docker tag to v3 2025-12-30 03:10:46 +00:00
5 changed files with 4 additions and 7 deletions

View File

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

View File

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

View File

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

View File

@@ -216,7 +216,7 @@ spec:
serviceAccountName: promtail serviceAccountName: promtail
containers: containers:
- name: promtail - name: promtail
image: "grafana/promtail:2.9.17" image: "grafana/promtail:3.6.3"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- "-config.file=/etc/promtail/promtail.yaml" - "-config.file=/etc/promtail/promtail.yaml"

View File

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