-
Notifications
You must be signed in to change notification settings - Fork 268
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
Add updatecli configuration to update vsphere cpi and csi charts #5326
Add updatecli configuration to update vsphere cpi and csi charts #5326
Conversation
Results from dry-run: vsphere-csi
vsphere-cpi
|
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.
If this gets merged and works well, we could largely reuse it for other charts as well 🥳
user: "{{ .github.user }}" | ||
email: "{{ .github.email }}" | ||
username: "{{ requiredEnv .github.username }}" | ||
token: '{{ requiredEnv .github.token }}' |
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.
Does this work for you? I had problems when using the token from values.yaml
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.
it works locally with updatecli and I used act as well to test the workflow, it seems to be working fine
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
b399130
to
efc488a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5326 +/- ##
=======================================
Coverage 25.23% 25.23%
=======================================
Files 33 33
Lines 2829 2829
=======================================
Hits 714 714
Misses 2068 2068
Partials 47 47
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…cher#5326) * Add updatecli configuration to update vsphere cpi and csi charts Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com> * use updatecli version v0.72.0 Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com> * remove updatecli default steps and add vsphere charts Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com> --------- Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
Proposed Changes
Add updatecli steps to update vsphere-csi/vsphere-cpi charts and images
Types of Changes
Verification
Testing
Linked Issues
User-Facing Change
Further Comments