-
Notifications
You must be signed in to change notification settings - Fork 127
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
Nightly check for Helm Upgrades #1005
Comments
Interested |
Hi @DahunsiJ, are you currently working on this issue? If yes, do you need any support ? Thank you! |
I want to take up this issue @odubajDT |
Thank you @rizul2108, assigned! |
@odubajDT can you please elaborate i have to check for the upgrade for all 4 charts (as here in the workflow named validate-helm-chart.yaml) or only for the one in root directory? |
just the root keptn helm chart is enough for this, no need to test the subcharts, as they are dependencies of the root one |
Ok thank you @mowies |
Unassigned due to inactivity |
Goal
A pipeline scheduled to run daily should check that Helm upgrades of our charts work
Technical Details
A new workflow that verifies that we can upgrade our Helm chart from version
x
to versionx+1
.A version matrix should be used to be ready to have tests for an upgrade from v
x
to vx+2
.The pipeline shall be run nightly like it is for the Keptn Integration Tests.
If the upgrade fails, we should generate an issue with the error message.
DoD
The text was updated successfully, but these errors were encountered: