-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update deps & add validation for Flush API when agent is Read Only (#…
…2433) (#2436) Signed-off-by: kpango <[email protected]> Co-authored-by: Yusuke Kato <[email protected]>
- Loading branch information
Showing
30 changed files
with
1,128 additions
and
295 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,9 +32,7 @@ runs: | |
echo "version=${HELM_VERSION}" >> $GITHUB_OUTPUT | ||
env: | ||
HELM_VERSION: ${{ inputs.helm_version }} | ||
# This will change when the v4 version is released. | ||
# Ref: https://github.com/Azure/setup-helm/issues/126 | ||
- uses: azure/[email protected] | ||
- uses: azure/setup-helm@v4 | ||
with: | ||
version: ${{ steps.helm_version.outputs.version }} | ||
- name: Check Helm version | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.