-
Notifications
You must be signed in to change notification settings - Fork 910
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
helm: index 1.7.1 #4178
helm: index 1.7.1 #4178
Conversation
Signed-off-by: Amir Alavi <[email protected]>
@@ -1,6 +1,28 @@ | |||
apiVersion: v1 | |||
entries: | |||
karmada: | |||
- apiVersion: v2 |
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.
steps to sync this:
wget https://github.com/karmada-io/karmada/releases/download/v1.7.1/karmada-chart-v1.7.1.tgz -O charts/karmada/charts/karmada-chart-v1.7.1.tgz
helm repo index charts/karmada --url https://github.com/karmada-io/karmada/releases/download --merge charts/index.yaml
mv charts/karmada/index.yaml charts/index.yaml
- manual steps:
- change appVersion from
latest
tov1.1.0
- change the
urls
fromhttps://github.com/karmada-io/karmada/releases/download/charts/karmada-chart-v1.7.0.tgz
tohttps://github.com/karmada-io/karmada/releases/download/v1.7.1/karmada-chart-v1.7.1.tgz
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 #4178 +/- ##
==========================================
+ Coverage 52.91% 52.95% +0.03%
==========================================
Files 239 239
Lines 23522 23522
==========================================
+ Hits 12447 12455 +8
+ Misses 10399 10392 -7
+ Partials 676 675 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
thanks for your quick fix LGTM |
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 feature
What this PR does / why we need it:
publishes 1.7.1 helm release
I am able to pull 1.7.1
Which issue(s) this PR fixes:
Follow up to https://github.com/karmada-io/karmada/releases/tag/v1.7.1
Special notes for your reviewer:
Does this PR introduce a user-facing change?: