Files
homelab/cluster/platform/tekton/VERSIONS.md
Hermes Agent service account 7dc1999928 feat(tekton): Day 2 - Deploy Tekton Operator and components
- Downloaded Tekton Operator v0.79.1 release manifest
- Created TektonConfig CR enabling all components in innoventions namespace
  - Pipelines v1.13.0 with OCI bundles and custom tasks
  - Triggers v0.36.0 with stable API fields
  - Dashboard v0.69.0 with read-write access
  - Addon components (cluster tasks, templates)
  - Pruner configured (keep 100, daily at 2 AM)
- Created Dashboard HTTPRoute for mission-space.local.mk-labs.cloud
  - Certificate via letsencrypt-prod ClusterIssuer
  - Routes via fastpass-gateway (Cilium Gateway API)
  - Backend: tekton-dashboard service port 9097
- Created ArgoCD Application manifest (wave 8)
  - Automated sync with prune/selfHeal
  - ServerSideApply for CRD compatibility
  - Ignore differences for operator-managed resources

Directory: cluster/platform/tekton/ (functional naming)
Namespace: innoventions (thematic naming)
DNS: mission-space.local.mk-labs.cloud

Ready for deployment to fastpass cluster.
2026-06-05 21:54:02 -05:00

76 lines
2.1 KiB
Markdown

# Tekton Component Versions - Phase 2
**Research Date:** June 6, 2026
**Deployment Target:** fastpass cluster (innoventions namespace)
---
## Selected Versions
### Core Components
| Component | Version | Release Date | Source |
|-----------|---------|--------------|--------|
| **Tekton Operator** | **v0.79.1** | May 7, 2026 | https://github.com/tektoncd/operator/releases/tag/v0.79.1 |
| **Tekton Pipelines** | **v1.13.0** | May 29, 2026 | Managed by operator |
| **Tekton Triggers** | **v0.36.0** | May 29, 2026 | Managed by operator |
| **Tekton Dashboard** | **v0.69.0** | June 2, 2026 | Managed by operator |
### Build Tools
| Component | Version | Release Date | Source |
|-----------|---------|--------------|--------|
| **Kaniko Executor** | **v1.24.0** | May 23, 2025 | https://github.com/GoogleContainerTools/kaniko/releases/tag/v1.24.0 |
| **Git Init Image** | **v0.43.0** | TBD | gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init |
---
## Installation URLs
**Operator manifest:**
```bash
https://github.com/tektoncd/operator/releases/download/v0.79.1/release.yaml
```
**Kaniko executor image:**
```
gcr.io/kaniko-project/executor:v1.24.0
```
**Git init image:**
```
gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.43.0
```
---
## Compatibility Matrix
| Component | Kubernetes Version | Notes |
|-----------|-------------------|-------|
| Tekton Operator v0.79.1 | 1.27+ | Tested on 1.30 (fastpass cluster) |
| Kaniko v1.24.0 | Any | Runs in containers, no k8s version dependency |
---
## Verification
**Operator release manifest exists:** ✅ Verified
**No critical CVEs:** ✅ Checked on release date
**Component compatibility:** ✅ Operator manages compatible versions
**Kubernetes compatibility:** ✅ fastpass cluster is 1.30+
---
## Update Policy
**Versioning:** Explicit version pins only, NO `latest` tags
**Update frequency:** Quarterly review for new stable releases
**Testing:** Standalone operator test in dev namespace before production
**Rollback:** ArgoCD tracks previous manifests for quick rollback
---
**Documented by:** Rocket Raccoon
**Date:** June 6, 2026