diff --git a/charts/tekton-demo/Chart.yaml b/charts/tekton-demo/Chart.yaml index 62e8781c..ffdd0492 100644 --- a/charts/tekton-demo/Chart.yaml +++ b/charts/tekton-demo/Chart.yaml @@ -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: diff --git a/charts/tekton-demo/templates/tasks/task-promote.yaml b/charts/tekton-demo/templates/tasks/task-promote.yaml index 5be02304..e87589a0 100644 --- a/charts/tekton-demo/templates/tasks/task-promote.yaml +++ b/charts/tekton-demo/templates/tasks/task-promote.yaml @@ -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:edc34f89cf9c818c2fb28b8ea1780f384db563ce4293dc0ab8e73ec01791e5af + image: registry.redhat.io/ubi8/ubi:latest@sha256:44d75007b39e0e1bbf1bcfd0721245add54c54c3f83903f8926fb4bef6827aa2 env: - name: GITHUBTOKEN valueFrom: diff --git a/charts/tekton-demo/templates/tasks/task-test-integration.yaml b/charts/tekton-demo/templates/tasks/task-test-integration.yaml index 5d52f0a0..e27fb8a5 100644 --- a/charts/tekton-demo/templates/tasks/task-test-integration.yaml +++ b/charts/tekton-demo/templates/tasks/task-test-integration.yaml @@ -35,7 +35,7 @@ spec: # todo: condition to only run in dev env - name: test-report - image: registry.redhat.io/ubi8/ubi:latest@sha256:edc34f89cf9c818c2fb28b8ea1780f384db563ce4293dc0ab8e73ec01791e5af + image: registry.redhat.io/ubi8/ubi:latest@sha256:44d75007b39e0e1bbf1bcfd0721245add54c54c3f83903f8926fb4bef6827aa2 env: - name: GITHUBTOKEN valueFrom: