-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix QG4 findings #53
Fix QG4 findings #53
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ on: | |
branches: | ||
- "main" | ||
- "dev" | ||
- "fix/*" | ||
tags: | ||
- "v*.*.*" | ||
- "v*.*.*-*" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,8 @@ | |
apiVersion: v2 | ||
name: country-risk | ||
type: application | ||
version: 1.1.1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why is there such a huge jump in the umbrella Chart? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I increased the chart version to 3.0.3 to be consistent with the subCharts. I think I have been failing to upgrade the version of this whenever there is a change in the charts, and now I have set it to align with them. I can put this explanation in the changelog if it makes it more explanatory. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes please do that. Jumping major versions and even skipping one seems odd at first sight |
||
appVersion: "1.2.0" | ||
version: 3.0.3 | ||
appVersion: "1.2.1" | ||
description: A Helm chart for deploying the Country Risk service | ||
home: https://github.com/eclipse-tractusx/vas-country-risk-frontend | ||
sources: | ||
|
@@ -38,6 +38,6 @@ dependencies: | |
repository: https://helm.runix.net | ||
version: 1.x.x | ||
- name: country-risk-backend | ||
version: 3.0.2 | ||
version: 3.0.3 | ||
- name: country-risk-frontend | ||
version: 3.0.2 | ||
version: 3.0.3 |
Large diffs are not rendered by default.
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.
Please have a close look at the TRG 5.09. It's not only about manually triggering, but also do the helm test (with
ct install
) and upgrade step. Therefore theworkflow_dispatch
needs to define some inputsThere 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.
Yes, please, I will make the remaining changes in another PR right away.