Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! add test helm upgrade path
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Feb 3, 2025
1 parent 197c02c commit 501f701
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ jobs:
KIND_CLUSTER_NAME: kuadrant-test
K8S_USER: kuadrant-admin # can be whatever, it does not matter.
CLUSTER_NAME: remote-cluster
KUADRANT_START_VERSION: v${{ inputs.kuadrantStartVersion }}
KUADRANT_UPGRADE_VERSION: v${{ inputs.kuadrantUpgradeVersion }}
steps:
- name: Check out code
uses: actions/checkout@v4
with:
ref: ${{ inputs.kuadrantUpgradeVersion }}
ref: ${{ env.KUADRANT_UPGRADE_VERSION }}
- name: Deploy local Kind cluster
if: ${{ github.event_name == 'workflow_dispatch' && inputs.clusterServer == '' }}
uses: helm/[email protected]
Expand Down

0 comments on commit 501f701

Please sign in to comment.