From fced44df3e366fe8bfa558cb2a084b069d29b9a1 Mon Sep 17 00:00:00 2001 From: idp-bot Date: Mon, 10 Aug 2026 03:13:28 +0000 Subject: [PATCH] auto update doc build config for doc pipeline --- .tekton/doc-build.yaml | 4 ++-- .tekton/doc-pr-build.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.tekton/doc-build.yaml b/.tekton/doc-build.yaml index e5327fb..4b788ad 100644 --- a/.tekton/doc-build.yaml +++ b/.tekton/doc-build.yaml @@ -23,7 +23,7 @@ spec: - name: doc-base value: network-observability-operator - # These values are injected automatically by Pipelines as Code. + # 下面这些变量都是 pac 触发时自动注入的 - name: git-url value: "{{ repo_url }}" - name: git-revision @@ -160,4 +160,4 @@ spec: memory: 4Gi limits: cpu: 4 - memory: 8Gi + memory: 8Gi \ No newline at end of file diff --git a/.tekton/doc-pr-build.yaml b/.tekton/doc-pr-build.yaml index 398c713..448e714 100644 --- a/.tekton/doc-pr-build.yaml +++ b/.tekton/doc-pr-build.yaml @@ -21,7 +21,7 @@ spec: - name: doc-base value: network-observability-operator - # These values are injected automatically by Pipelines as Code. + # 下面这些变量都是 pac 触发时自动注入的 - name: git-url value: "{{ repo_url }}" - name: git-revision @@ -94,4 +94,4 @@ spec: memory: 4Gi limits: cpu: 4 - memory: 8Gi + memory: 8Gi \ No newline at end of file