Skip to content

Commit

Permalink
Merge pull request #334 from DharmitD/upgrade-test-kfdef
Browse files Browse the repository at this point in the history
Update kfdef to correctly replace versions
  • Loading branch information
openshift-merge-robot authored Sep 14, 2023
2 parents a434fe4 + 5aeca71 commit 577d81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Prepare for Upgrade Testing
run: |
# Update the KfDef manifest with the candidate version
sed -i "s/main/${{ inputs.candidate-version }}/" ${{ env.RESOURCES_DIR }}/kfdef/kfdef.yaml
sed -i "s/${{ inputs.released-version }}/${{ inputs.candidate-version }}/" ${{ env.RESOURCES_DIR }}/kfdef/kfdef.yaml
working-directory: ${{ env.RESOURCES_DIR }}/kfdef

- name: Print KfDef Manifest Contents
Expand Down

0 comments on commit 577d81e

Please sign in to comment.