Skip to content

Commit

Permalink
Merge pull request #450 from redhat-cop/renovate/registry.redhat.io-u…
Browse files Browse the repository at this point in the history
…bi8-ubi-latest

chore(deps): update registry.redhat.io/ubi8/ubi:latest docker digest to 627867e
  • Loading branch information
garethahealy authored Apr 2, 2024
2 parents 05d4dac + 42fe02c commit 7a28fa8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.9
version: 0.0.10
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:449da7f8f2ef6285a8445a1e31af57a97b9dae5dcf009b1629c59742c89c68c3
image: registry.redhat.io/ubi8/ubi:latest@sha256:627867e53ad6846afba2dfbf5cef1d54c868a9025633ef0afd546278d4654eac
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:449da7f8f2ef6285a8445a1e31af57a97b9dae5dcf009b1629c59742c89c68c3
image: registry.redhat.io/ubi8/ubi:latest@sha256:627867e53ad6846afba2dfbf5cef1d54c868a9025633ef0afd546278d4654eac
env:
- name: GITHUBTOKEN
valueFrom:
Expand Down

0 comments on commit 7a28fa8

Please sign in to comment.