Skip to content
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(ci): fix broken updatecli yaml files. #386

Merged
merged 1 commit into from
Mar 1, 2024
Merged

Conversation

jvanz
Copy link
Member

@jvanz jvanz commented Mar 1, 2024

Description

There are two updatecli yaml files missing the targets field. Thus, the execution failed because all the update actions that should be under targets are children of the conditions field. This commit that adding the targets field.

This commit also fixes some warning messages from updatecli about the keys used to find the fields in the Helm chart yaml files.

This fix is required to tag v1.11.0-rc1. kubewarden/kubewarden-controller#642

There are two updatecli yaml files missing the `targets` field. Thus,
the execution failed because all the update actions that should be under
`targets` are children of the `conditions` field. This commit that adding
the `targets` field.

This commit also fixes some warning messages from updatecli about the
keys used to find the fields in the Helm chart yaml files.

Signed-off-by: José Guilherme Vanz <[email protected]>
@jvanz jvanz added kind/bug Something isn't working area/ci labels Mar 1, 2024
@jvanz jvanz self-assigned this Mar 1, 2024
@jvanz jvanz requested a review from a team as a code owner March 1, 2024 01:19
@jvanz jvanz merged commit e3ed1f8 into kubewarden:main Mar 1, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci kind/bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant