Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update registry.access.redhat.com/ubi8/ubi:latest docker digest to d497966 #540

Merged
Merged
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.14
version: 0.0.15
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:83068ea81dd02717b8e39b55cdeb2c1b2c9a3db260f01381b991755d44b15073
image: registry.access.redhat.com/ubi8/ubi:latest@sha256:d497966ce214138de5271eef321680639e18daf105ae94a6bff54247d8a191a3
env:
- name: GITHUBTOKEN
valueFrom:
Expand Down