Commit graph

14 commits

Author SHA1 Message Date
Paul Harkink
f917de92e3 docs: remove 03b and 04 webhook bonus from main track 2026-03-03 22:51:22 +01:00
Paul Harkink
ba7db02190 docs: refine workshop guidance for auth, networking, and tekton 2026-03-03 22:42:04 +01:00
Paul Harkink
ba3e2b48ab docs: add bonus 03b Cloudflare tunnel assignment 2026-03-01 19:22:23 +01:00
Paul Harkink
11dc68ee17 docs(assignments): add beginner-context callouts and skip-friendly leeswijzer 2026-03-01 19:14:56 +01:00
Paul Harkink
2ef3bae7cd docs(ex04): align validate explanation with client-side check 2026-03-01 18:53:21 +01:00
Paul Harkink
f7a54b622d docs(ex04): clarify PodSecurity patch meaning and rationale 2026-03-01 18:43:04 +01:00
Paul Harkink
3f96b2fd66 docs(ex04): add optional git webhook trigger flow 2026-03-01 00:40:59 +01:00
Paul Harkink
0212f4bd67 docs: clarify command context and workshop flow 2026-03-01 00:32:30 +01:00
Paul Harkink
a2c15d6464 docs(ex04): add Tekton Dashboard UI + ingress walkthrough 2026-02-28 23:59:46 +01:00
Paul Harkink
83d227a721 docs(ex04): document tekton kustomize drift fix 2026-02-28 23:28:44 +01:00
Paul Harkink
fc0eb1b0c4 docs: improve markdown formatting and readability 2026-02-28 22:42:09 +01:00
Paul Harkink
cb912cfed6 Split host/vm scripts and fix Argo tunnel workflow 2026-02-28 20:04:01 +01:00
Paul Harkink
8d05689a7a Restructure main and translate workshop docs to Dutch 2026-02-28 17:06:24 +01:00
Paul Harkink
fb2edcac9e feat(ex04): Tekton pipeline — GitOps image-tag bump loop
- apps/ci/tekton.yaml: installs Tekton v0.65.1 via kustomize remote ref
- apps/ci/pipeline.yaml: deploys pipeline resources via ArgoCD
- manifests/ci/tekton/kustomization.yaml: points to upstream release
- manifests/ci/pipeline/serviceaccount.yaml: pipeline-runner SA
- manifests/ci/pipeline/pipeline.yaml: 4-task Pipeline (clone, validate, bump, push)
- manifests/ci/pipeline/pipelinerun.yaml: bumps podinfo 6.6.2 → 6.7.0
- scripts/set-git-credentials.sh: creates git-credentials Secret (not in git)
- docs/04-tekton-pipeline.md: Exercise 04 participant guide
2026-02-28 15:32:39 +01:00