From d0901c03642978604560e9e2d32e44224ccbaf12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 18:49:57 +0000 Subject: [PATCH 1/2] chore(deps): update gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init docker tag to v0.45.0 --- charts/tekton-demo/templates/tasks/task-git-clone.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tekton-demo/templates/tasks/task-git-clone.yaml b/charts/tekton-demo/templates/tasks/task-git-clone.yaml index 83d9f804..d2cbf9e3 100644 --- a/charts/tekton-demo/templates/tasks/task-git-clone.yaml +++ b/charts/tekton-demo/templates/tasks/task-git-clone.yaml @@ -108,7 +108,7 @@ spec: steps: - name: clone - image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.17.1 + image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.45.0@sha256:8ab0f58d8381b0b71f5b2bae1f63522989d739e3154d8cab1bacfa0ef5317214 script: | #!/bin/sh set -eu -o pipefail From 3c1ce8860c6bd0c6efd7560ff86d5975e920d96c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 18:50:26 +0000 Subject: [PATCH 2/2] chore: bumped charts/tekton-demo/Chart.yaml version --- charts/tekton-demo/Chart.yaml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/charts/tekton-demo/Chart.yaml b/charts/tekton-demo/Chart.yaml index 047080a9..4fdcdbc3 100644 --- a/charts/tekton-demo/Chart.yaml +++ b/charts/tekton-demo/Chart.yaml @@ -1,14 +1,17 @@ apiVersion: v2 name: tekton-demo -description: This is an example of a pipeline developed in Tekton, the peaceful cat. It contains the main steps of a continuous software delivery process. It enforces a strict semantic version validation strategy, managing tag increments for you. Develop, Features, releases, patches and hotfixes flows are supported. -version: 0.0.2 -appVersion: "latest" +description: This is an example of a pipeline developed in Tekton, the peaceful cat. + It contains the main steps of a continuous software delivery process. It enforces + a strict semantic version validation strategy, managing tag increments for you. + Develop, Features, releases, patches and hotfixes flows are supported. +version: 0.0.3 +appVersion: latest home: https://github.com/redhat-cop/helm-charts keywords: - - tekton - - pipeline - - nodejs - - github +- tekton +- pipeline +- nodejs +- github icon: https://cd.foundation/wp-content/uploads/sites/78/2020/04/tekton-icon-color-1-300x300.png maintainers: - - name: mvmaestri +- name: mvmaestri