12 Commits

Author SHA1 Message Date
c470901b1a Merge pull request 'Update Helm release cert-manager to v1.19.2' (#621) from renovate/cert-manager-1.x into master
Reviewed-on: #621
2025-12-30 12:49:01 +00:00
6c23bba17f Merge pull request 'Update Helm release reloader to v0.0.129' (#620) from renovate/reloader-0.x into master
Reviewed-on: #620
2025-12-30 12:39:38 +00:00
4fdded9f56 Update Helm release cert-manager to v1.19.2 2025-12-30 11:54:34 +00:00
50da8e6f3a Update Helm release reloader to v0.0.129 2025-12-30 11:54:24 +00:00
b443028b74 Merge branch 'master' of https://git.cluster.fun/averagemarcus/cluster.fun 2025-12-30 11:50:41 +00:00
09c80dda70 Added ArgoCD to renovate
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-12-30 11:50:37 +00:00
9e591315c1 Merge pull request 'Update ghcr.io/mealie-recipes/mealie Docker tag to v3.9.1' (#619) from renovate/ghcr.io-mealie-recipes-mealie-3.x into master
Reviewed-on: #619
2025-12-30 05:56:13 +00:00
cfc50fcbf4 Update ghcr.io/mealie-recipes/mealie Docker tag to v3.9.1 2025-12-30 03:10:41 +00:00
3c18b88393 Added blog post link
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-12-29 20:35:48 +00:00
813ec159a9 Added reloader annotations
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-12-29 18:54:26 +00:00
38e6083fec Merge branch 'master' of https://git.cluster.fun/averagemarcus/cluster.fun 2025-12-29 18:49:58 +00:00
5ec45e625e Added cdl-talk-2026 links
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-12-29 18:49:01 +00:00
6 changed files with 12 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

@@ -37,6 +37,9 @@ data:
containerdays25-feedback: https://yay-or-nay.cluster.fun/feedback/F8P351QK
cdl-2026: https://speaking.marcusnoble.co.uk/lMcEwR/pod-deep-dive-the-interesting-bits
cdl-2026-feedback: https://yay-or-nay.cluster.fun/feedback/EMLARINI
cdl-talk-2026: https://speaking.marcusnoble.co.uk/0rRvmv/debugging-your-conference-talk-practical-tips-to-resonate-with-your-audience
cdl-talk-2026-feedback: https://yay-or-nay.cluster.fun/feedback/22TO05MQ
technical-talking-blog-post: https://marcusnoble.co.uk/2025-04-30-my-tips-on-giving-technical-talks/
---
apiVersion: v1
kind: Service
@@ -61,6 +64,8 @@ metadata:
namespace: link
labels:
app: link
annotations:
secret.reloader.stakater.com/reload: "urls-map"
spec:
replicas: 1
selector:

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

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

View File

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