You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To streamline our release workflow with Helm charts, we've introduced a new process where the appVersion in the Charts.yaml file needs to be updated for each release. To ensure the accuracy and quality of our releases, we propose implementing a manual release process where certain quality checks are conducted before merging the release PR.
Create the following GitHub-Actions:
Check if the given appVersion is the latest release version.
Required check
Run all e2e tests from lifecycle manager repo.
Setup an e2e test environment based on helm charts config.
Check which E2E Test fits for helm chart config
Reuse existing GH Actions form KLM repo
The pipelines are getting triggered if a PR gets opened which includes changes to the charts.yaml.
Reasons
No response
Acceptance Criteria
Implement above mentioned pipeline as a required job before merge in management plane charts.
Feature Testing
No response
Testing approach
No response
Attachments
No response
The text was updated successfully, but these errors were encountered:
Description
To streamline our release workflow with Helm charts, we've introduced a new process where the
appVersion
in theCharts.yaml
file needs to be updated for each release. To ensure the accuracy and quality of our releases, we propose implementing a manual release process where certain quality checks are conducted before merging the release PR.Create the following GitHub-Actions:
appVersion
is the latest release version.The pipelines are getting triggered if a PR gets opened which includes changes to the
charts.yaml
.Reasons
No response
Acceptance Criteria
Feature Testing
No response
Testing approach
No response
Attachments
No response
The text was updated successfully, but these errors were encountered: