-
Notifications
You must be signed in to change notification settings - Fork 672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update flytekit tag #5360
Update flytekit tag #5360
Conversation
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5360 +/- ##
==========================================
+ Coverage 61.09% 61.10% +0.01%
==========================================
Files 794 794
Lines 51213 51213
==========================================
+ Hits 31288 31294 +6
+ Misses 17044 17038 -6
Partials 2881 2881
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -2,7 +2,8 @@ | |||
|
|||
set -ex | |||
|
|||
FLYTEKIT_TAG=$(curl --silent "https://api.github.com/repos/flyteorg/flytekit/releases/latest" | jq -r .tag_name | sed 's/^v//') | |||
# NOTE: Flyte and flytekit should be released at the same time. If not, Flyte chart will use a flyteagent image that does not exist. | |||
FLYTEKIT_TAG=$(echo "${VERSION}" | sed 's/^v//') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to drop the v from the tag?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nvm, I see it now.
@@ -2,7 +2,8 @@ | |||
|
|||
set -ex | |||
|
|||
FLYTEKIT_TAG=$(curl --silent "https://api.github.com/repos/flyteorg/flytekit/releases/latest" | jq -r .tag_name | sed 's/^v//') | |||
# NOTE: Flyte and flytekit should be released at the same time. If not, Flyte chart will use a flyteagent image that does not exist. | |||
FLYTEKIT_TAG=$(echo "${VERSION}" | sed 's/^v//') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nvm, I see it now.
Signed-off-by: Kevin Su <[email protected]>
Tracking issue
https://flyte-org.slack.com/archives/CP2HDHKE1/p1715374736546419
Why are the changes needed?
The version of the flyteagent tag is not aligned with other flyte components (flytepropeller, flyteadmin, etc)
What changes were proposed in this pull request?
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
NA
Docs link
NA