Skip to content

Makefile: skip helm push when not on a git tag#141

Open
fmuyassarov wants to merge 1 commit intokubernetes-sigs:mainfrom
Nordix:fix/helm-packaing-semver
Open

Makefile: skip helm push when not on a git tag#141
fmuyassarov wants to merge 1 commit intokubernetes-sigs:mainfrom
Nordix:fix/helm-packaing-semver

Conversation

@fmuyassarov
Copy link
Copy Markdown
Member

What type of PR is this?

/kind failing-test

What this PR does / why we need it:

The release Makefile target previously always ran helm-package and helm-push, causing postsubmit CI failures on non-tag commits. Now helm steps are conditionally skipped when HELM_TAG is not set

Which issue(s) this PR is related to:

Fixes: #140

Special notes for your reviewer:

Does this PR introduce a user-facing change?


@k8s-ci-robot k8s-ci-robot added the kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. label Apr 11, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: fmuyassarov
Once this PR has been reviewed and has the lgtm label, please assign danwinship for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Apr 11, 2026
@fmuyassarov
Copy link
Copy Markdown
Member Author

/cc @gauravkghildiyal @aojea

The release target previously always ran helm-package and helm-push,
causing postsubmit CI failures on non-tag commits. Now helm steps are
conditionally skipped when HELM_TAG is not set.

Signed-off-by: Feruzjon Muyassarov <feruzjon.muyassarov@est.tech>
@fmuyassarov fmuyassarov force-pushed the fix/helm-packaing-semver branch from 740dbe1 to cede4f9 Compare April 12, 2026 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

helm chart build fails

2 participants