2026-09-13 15:05:26 +09:00
|
|
|
# Tekton Pipelines v0.68.0
|
|
|
|
|
#
|
|
|
|
|
# Install method: vendored release.yaml in k8s/infra/tekton/
|
|
|
|
|
# downloaded from https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.68.0/release.yaml
|
|
|
|
|
#
|
|
|
|
|
# To upgrade:
|
|
|
|
|
# 1. Download new release.yaml from https://github.com/tektoncd/pipeline/releases
|
|
|
|
|
# 2. Replace k8s/infra/tekton/release.yaml
|
|
|
|
|
# 3. Commit and push — ArgoCD syncs automatically
|
2026-09-13 05:48:06 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: tekton-pipelines
|
|
|
|
|
namespace: argocd
|
|
|
|
|
labels:
|
|
|
|
|
app.kubernetes.io/name: tekton-pipelines
|
|
|
|
|
app.kubernetes.io/part-of: homelab-infra
|
|
|
|
|
wave: "06"
|
|
|
|
|
spec:
|
|
|
|
|
project: homelab
|
2026-09-13 15:05:26 +09:00
|
|
|
|
2026-09-13 05:48:06 +00:00
|
|
|
source:
|
2026-09-13 15:05:26 +09:00
|
|
|
repoURL: https://forgejo.riotpiao.com/riotpiao-poimen/homelab.git
|
2026-09-13 05:48:06 +00:00
|
|
|
targetRevision: main
|
2026-09-13 15:05:26 +09:00
|
|
|
path: k8s/infra/tekton
|
|
|
|
|
|
2026-09-13 05:48:06 +00:00
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: tekton-pipelines
|
2026-09-13 15:05:26 +09:00
|
|
|
|
2026-09-13 05:48:06 +00:00
|
|
|
syncPolicy:
|
|
|
|
|
automated:
|
|
|
|
|
prune: true
|
|
|
|
|
selfHeal: true
|
|
|
|
|
syncOptions:
|
|
|
|
|
- CreateNamespace=true
|
2026-09-13 15:05:26 +09:00
|
|
|
- ServerSideApply=true
|
2026-09-13 05:48:06 +00:00
|
|
|
retry:
|
|
|
|
|
limit: 5
|
|
|
|
|
backoff:
|
|
|
|
|
duration: 5s
|
|
|
|
|
factor: 2
|
|
|
|
|
maxDuration: 3m
|
2026-09-13 15:05:26 +09:00
|
|
|
|
2026-09-13 05:48:06 +00:00
|
|
|
ignoreDifferences:
|
|
|
|
|
- group: admissionregistration.k8s.io
|
|
|
|
|
kind: ValidatingWebhookConfiguration
|
|
|
|
|
jsonPointers:
|
|
|
|
|
- /webhooks/0/clientConfig/caBundle
|
2026-09-13 15:05:26 +09:00
|
|
|
- /webhooks
|
2026-09-13 05:48:06 +00:00
|
|
|
- group: admissionregistration.k8s.io
|
|
|
|
|
kind: MutatingWebhookConfiguration
|
|
|
|
|
jsonPointers:
|
|
|
|
|
- /webhooks/0/clientConfig/caBundle
|
2026-09-13 15:05:26 +09:00
|
|
|
- /webhooks
|