Skip to content

Commit cb2a15c

Browse files
authored
Merge pull request #10 from MrGuato/claude/fix-github-pages-blog-9fahy
Update hero image format from PNG to SVG
2 parents e0a801b + 022b0b9 commit cb2a15c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/posts/2026-03-14-deploying Vikunja in Kubernetes renamed to src/content/posts/2026-03-14-deploying-vikunja-in-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Deploying Vikunja on a Raspberry Pi k3s Cluster with FluxCD and Cloudflare Tunnels"
33
date: 2026-03-14
44
description: "GitOps on a Raspberry Pi k3s cluster with FluxCD, and my second app: Vikunja."
5-
hero: "posts/2026-03-14/03.14.26.hero.png"
5+
hero: "posts/2026-03-14/03.14.26.hero.svg"
66
---
77

88
I have been running a Raspberry Pi 4 as a single-node k3s cluster managed entirely with FluxCD and GitOps principles. The idea is simple: if it is not committed to Git, it does not exist on the cluster. No manual kubectl apply for workloads, no configuration drift, just Git as the source of truth.

0 commit comments

Comments
 (0)