14 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
014573284f Merge pull request 'Update rancher/mirrored-library-traefik Docker tag to v2.11.33' (#618) from renovate/rancher-mirrored-library-traefik-2.x into master
Reviewed-on: #618
2025-12-23 10:47:18 +00:00
cb9c4aca50 Update rancher/mirrored-library-traefik Docker tag to v2.11.33 2025-12-23 03:22:12 +00:00
7 changed files with 13 additions and 5 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: 1.11.0 targetRevision: v1.19.2
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.89 targetRevision: v0.0.129
chart: reloader chart: reloader
syncPolicy: syncPolicy:
automated: {} automated: {}

View File

@@ -37,6 +37,9 @@ data:
containerdays25-feedback: https://yay-or-nay.cluster.fun/feedback/F8P351QK 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: https://speaking.marcusnoble.co.uk/lMcEwR/pod-deep-dive-the-interesting-bits
cdl-2026-feedback: https://yay-or-nay.cluster.fun/feedback/EMLARINI 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 apiVersion: v1
kind: Service kind: Service
@@ -61,6 +64,8 @@ metadata:
namespace: link namespace: link
labels: labels:
app: link app: link
annotations:
secret.reloader.stakater.com/reload: "urls-map"
spec: spec:
replicas: 1 replicas: 1
selector: selector:

View File

@@ -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:

View File

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

View File

@@ -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.32 image: rancher/mirrored-library-traefik:2.11.33
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
failureThreshold: 3 failureThreshold: 3

View File

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