Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/tekton-demo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: This is an example of a pipeline developed in Tekton, the peaceful
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.18
version: 0.0.19
appVersion: latest
home: https://github.com/redhat-cop/helm-charts
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/tekton-demo/templates/tasks/task-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
type: string
steps:
- name: update-github
image: registry.access.redhat.com/ubi8/ubi:latest@sha256:5707834a29441848fc20b9a2a17651e198e80aea54dc5df5be6edb471db76046
image: registry.access.redhat.com/ubi8/ubi:latest@sha256:10db73dc171cbb937023e2913745abd15c7b3d5c0f3877ddb104b45cd7eeb6b6
env:
- name: GITHUBTOKEN
valueFrom:
Expand Down
Loading