Add Support For Kubernets 1.21 and above #36
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: RedHat Marketplace Verification | |
on: pull_request | |
jobs: | |
verify-chart: | |
# Disabled until the Orchestrator Image is available in the RedHat Marketplace | |
# and an OpenShift cluster is available for automated testing. | |
if: ${{ false }} | |
name: Verify Helm Chart | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: redhat-actions/oc-login@v1 | |
with: | |
openshift_server_url: ${{ secrets.OPENSHIFT_SERVER }} | |
openshift_token: ${{ secrets.OPENSHIFT_TOKEN }} | |
# Install chart-verifier CLI | |
- uses: redhat-actions/openshift-tools-installer@v1 | |
with: | |
source: github | |
chart-verifier: latest | |
- uses: redhat-actions/[email protected] | |
with: | |
chart_uri: https://github.com/redhat-actions/openshift-actions-runner-chart/blob/release-chart/packages/actions-runner-1.1.tgz?raw=true | |
verify_args: --chart-set githubOwner=redhat-actions |