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.redhat.io/ubi8/ubi:latest docker digest to 79d46e7 #607

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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.15
version: 0.0.16
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-promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ spec:
oc set triggers deployment/$appname -n {{ .Values.application.environments.production }}

- name: report
image: registry.redhat.io/ubi8/ubi:latest@sha256:d497966ce214138de5271eef321680639e18daf105ae94a6bff54247d8a191a3
image: registry.redhat.io/ubi8/ubi:latest@sha256:79d46e7029c2b13a713b2089650fd235aadb3e6e449c79f6741d6c9381ab41a1
env:
- name: GITHUBTOKEN
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:

# todo: condition to only run in dev env
- name: test-report
image: registry.redhat.io/ubi8/ubi:latest@sha256:d497966ce214138de5271eef321680639e18daf105ae94a6bff54247d8a191a3
image: registry.redhat.io/ubi8/ubi:latest@sha256:79d46e7029c2b13a713b2089650fd235aadb3e6e449c79f6741d6c9381ab41a1
env:
- name: GITHUBTOKEN
valueFrom:
Expand Down