我正在研究 tekton 管道。我想从源代码中检索特定字段,例如在 helm manifests 中配置的图像版本和图像存储库,并将其传递给 tekton 任务。
Chart.yaml 应用版本:1.1.37
values.yaml 源代码图片:images/gsample
tekton-task.yaml
params:
- name: IMAGE_REPO
description: The image registry
- name: IMAGE_TAG
description: The image registry
关于如何从 values.yaml 中检索图像 repo 的值和从 chart.yaml 中检索图像标签并将其传递给 tekton 管道的任何想法?