Skip to content

Dev#12

Merged
Lore09 merged 2 commits into
mainfrom
dev
Jan 10, 2026
Merged

Dev#12
Lore09 merged 2 commits into
mainfrom
dev

Conversation

@Lore09

@Lore09 Lore09 commented Jan 10, 2026

Copy link
Copy Markdown
Contributor

This pull request updates the GitHub Actions workflows for Helm chart packaging and validation to improve consistency and streamline dependency management. The main changes focus on standardizing the handling of Helm dependencies and chart packaging, as well as renaming the validation workflow for clarity.

Workflow improvements:

  • Standardized the Helm dependency management step by replacing helm dependency build and repository additions with a single helm dependency update . command in both .github/workflows/helm-package-push.yml and .github/workflows/kubernetes-validation.yml. [1] [2]
  • Changed the chart packaging and version extraction steps to operate directly on the root directory (.) and Chart.yaml, instead of the ./helm subdirectory, simplifying the workflow.

Naming and clarity:

  • Renamed the workflow file and job from "Kubernetes Validation" to "Helm Chart Validation" for better clarity and alignment with its purpose. (.github/workflows/kubernetes-validation.yml)

@Lore09 Lore09 self-assigned this Jan 10, 2026
@Lore09 Lore09 added the bug Something isn't working label Jan 10, 2026
@Lore09 Lore09 merged commit 49f3b55 into main Jan 10, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant