-
Notifications
You must be signed in to change notification settings - Fork 919
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
chore: update image tags for Karmada components to v1.11.1 #5707
chore: update image tags for Karmada components to v1.11.1 #5707
Conversation
Welcome @MAVRICK-1! It looks like this is your first PR to karmada-io/karmada 🎉 |
0f3b10c
to
44ba153
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #5707 +/- ##
==========================================
+ Coverage 39.73% 39.74% +0.01%
==========================================
Files 650 650
Lines 55125 55125
==========================================
+ Hits 21904 21912 +8
+ Misses 31811 31805 -6
+ Partials 1410 1408 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/retest
https://github.com/karmada-io/karmada/actions/runs/11398802772/job/31716645272?pr=5707 |
operator/config/samples/karmada.yaml
Outdated
@@ -31,35 +31,35 @@ spec: | |||
serviceSubnet: 10.96.0.0/12 | |||
karmadaAggregatedAPIServer: | |||
imageRepository: docker.io/karmada/karmada-aggregated-apiserver | |||
imageTag: v1.8.0 | |||
imageTag: v1.11.0 |
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.
v1.11.0 or v1.11.1? @zhzhuang-zju
I remember there was a bug in v1.11.0, #5550.
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.
v1.11.1
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.
@MAVRICK-1 Could you please update it to v1.11.1?
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.
@RainbowMango All image tags for Karmada components, etcd, and kube-apiserver to v1.11.1?
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.
just karmada components, which imagetag is v1.8.0 before
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.
@RainbowMango thanks for pointing this out, and I also update the issue description
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.
Done
@MAVRICK-1 The |
@RainbowMango done 👍 |
I think after squashing the commits, everything is set. |
4a477f9
to
a3692e7
Compare
a3692e7
to
ffbbe06
Compare
Signed-off-by: Rishi Mondal <[email protected]>
@RainbowMango done |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RainbowMango The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This PR updates the image tags for Karmada components, etcd, and kube-apiserver in the sample file from
v1.8.0
tov1.11.1
. Manual updates are necessary to reflect the latest version until dynamic configuration is implemented.Which issue(s) this PR fixes:
Part of #5484 update sample file of karmada operator
Special notes for your reviewer:
This is a temporary manual update, as future plans involve implementing dynamic configuration.
Does this PR introduce a user-facing change?: