From 96fe915cdefdab2bc1649a4a2276edb8b5369cc7 Mon Sep 17 00:00:00 2001 From: Dylan Leard Date: Thu, 9 Jan 2025 16:12:13 -0800 Subject: [PATCH] chore: add oc-installer to gh action --- .github/workflows/lint-chart.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/lint-chart.yml b/.github/workflows/lint-chart.yml index 7bb6223f85..8f13af07c4 100644 --- a/.github/workflows/lint-chart.yml +++ b/.github/workflows/lint-chart.yml @@ -10,6 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: Install oc + uses: redhat-actions/oc-installer@v1 + with: + oc_version: "4.6" - name: Authenticate to OpenShift Linter namespace uses: redhat-actions/oc-login@v1 with: