We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50f6c2 commit d734898Copy full SHA for d734898
.github/workflows/update_chart_dependencies.yaml
@@ -83,7 +83,7 @@ jobs:
83
run: |
84
make update-operator-crds DEBUG_MODE=$DEBUG_MODE
85
make render
86
- make chlog-new FILENAME="update-operator-crds" CHANGE_TYPE=enhancement COMPONENT=$COMPONENT NOTE="Bump subchart $COMPONENT to ${{ steps.check_for_crd_update.outputs.CRDS_LATEST_VER }}" ISSUES=[${{ steps.open_pr.outputs.pull-request-number }}]
+ make chlog-new FILENAME="update-operator-crds" CHANGE_TYPE=enhancement COMPONENT=$COMPONENT NOTE="Bump subchart $COMPONENT to ${{ steps.check_for_crd_update.outputs.CRDS_LATEST_VERSION }}" ISSUES=[${{ steps.open_pr.outputs.pull-request-number }}]
87
88
- name: Finalize PR with updates
89
if: ${{ steps.check_for_update.outputs.NEED_UPDATE == 1 }}
0 commit comments