Skip to content

ci: Fix of invalid semantic version in build_charts CI#608

Merged
denis-ryzhkov merged 2 commits into
k0rdent:mainfrom
denis-ryzhkov:fix-invalid-semantic-version-ci
Oct 31, 2025
Merged

ci: Fix of invalid semantic version in build_charts CI#608
denis-ryzhkov merged 2 commits into
k0rdent:mainfrom
denis-ryzhkov:fix-invalid-semantic-version-ci

Conversation

@denis-ryzhkov
Copy link
Copy Markdown
Collaborator

@denis-ryzhkov denis-ryzhkov commented Oct 30, 2025

@denis-ryzhkov denis-ryzhkov requested a review from gmlexx as a code owner October 30, 2025 16:22
Copilot AI review requested due to automatic review settings October 30, 2025 16:22
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a CI failure in the build_charts workflow caused by invalid semantic version errors when packaging Helm charts. The issue occurred because git describe --tags was failing due to insufficient Git history being fetched.

Key Changes

  • Added fetch-depth: 0 to all GitHub Actions checkout steps to fetch complete Git history including tags
  • Cleaned up debug echo statements that were temporarily added during troubleshooting
  • Added explanatory comments for the fetch-depth requirement

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
.github/workflows/build_charts.yml Added fetch-depth: 0 and cleaned up debug echo statements
.github/workflows/build_images.yml Added fetch-depth: 0 with explanatory comment
.github/workflows/release_images.yml Added explanatory comment for existing fetch-depth: 0

Comment thread .github/workflows/release_images.yml Outdated
Comment thread .github/workflows/build_images.yml Outdated
Comment thread .github/workflows/build_charts.yml Outdated
@denis-ryzhkov denis-ryzhkov merged commit cedffeb into k0rdent:main Oct 31, 2025
3 checks passed
@github-project-automation github-project-automation Bot moved this to Done in k0rdent Oct 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants