diff --git a/charts/tekton-demo/Chart.yaml b/charts/tekton-demo/Chart.yaml index ffdd0492..82cdf827 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.15 +version: 0.0.16 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 b13a4a26..a9301d54 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:d497966ce214138de5271eef321680639e18daf105ae94a6bff54247d8a191a3 + image: registry.access.redhat.com/ubi8/ubi:latest@sha256:79d46e7029c2b13a713b2089650fd235aadb3e6e449c79f6741d6c9381ab41a1 env: - name: GITHUBTOKEN valueFrom: