Skip to content

Commit

Permalink
Update tekton task version (#759)
Browse files Browse the repository at this point in the history
Use the latest version of the tekton task

Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
  • Loading branch information
AidanDelaney committed Aug 12, 2024
1 parent 34da43a commit ffc1752
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -920,8 +920,8 @@ <h3 id="1-install-tekton-and-tekton-dashboard">1. Install Tekton and Tekton Dash
<p>We also recommend using the <code>Tekton dashboard</code>. To install it, follow the steps in the <a href="https://tekton.dev/docs/dashboard/">dashboard docs</a>, and
start the dashboard server.</p>
<h3 id="2-install-the-buildpacks-task">2. Install the Buildpacks Task</h3>
<p>Install the latest version of the buildpacks task (currently <code>0.3</code>), by running:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/task/buildpacks/0.3/buildpacks.yaml
<p>Install the latest version of the buildpacks task (currently <code>0.6</code>), by running:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/task/buildpacks/0.6/buildpacks.yaml
</span></span></code></pre></div><h3 id="3-install-git-clone-task">3. Install git-clone Task</h3>
<p>For our <code>pipeline</code>, we will use the <code>git-clone</code> task to clone a repository. Install the latest version (currently <code>0.4</code>), by running:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/task/git-clone/0.4/git-clone.yaml
Expand Down

0 comments on commit ffc1752

Please sign in to comment.