diff --git a/charts/tekton-demo/Chart.yaml b/charts/tekton-demo/Chart.yaml index 374d45cb..b549d64e 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.18 +version: 0.0.19 appVersion: latest home: https://github.com/redhat-cop/helm-charts keywords: diff --git a/charts/tekton-demo/templates/tasks/task-github.yaml b/charts/tekton-demo/templates/tasks/task-github.yaml index 86a9b5e9..1359780a 100644 --- a/charts/tekton-demo/templates/tasks/task-github.yaml +++ b/charts/tekton-demo/templates/tasks/task-github.yaml @@ -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: