Skip to content

Commit

Permalink
Merge pull request #384 from redhat-cop/renovate/gcr.io-tekton-releas…
Browse files Browse the repository at this point in the history
…es-github.com-tektoncd-pipeline-cmd-git-init-0.x

chore(deps): update gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init docker tag to v0.45.0
  • Loading branch information
ckavili authored Dec 4, 2023
2 parents 444a71b + 3c1ce88 commit fa62b9f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions charts/tekton-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion charts/tekton-demo/templates/tasks/task-git-clone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa62b9f

Please sign in to comment.