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

Remove Helm Chart.lock File from Project Workflow #1542

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

jvoravong
Copy link
Contributor

@jvoravong jvoravong commented Nov 19, 2024

Description:
This PR removes the Chart.lock file from the project workflow due to the following reasons:

  • Redundant with Locked Dependencies: All dependencies in related Chart.yaml are already locked to specific versions, making Chart.lock unnecessary.
  • Local Developer Conflicts: Although the project does not use Chart.lock in source control, leftover Chart.lock files on local developer machines can cause errors or inconsistencies during dependency updates.

By removing Chart.lock from the workflow, we simplify dependency management and avoid potential issues in local development environments.

@jvoravong jvoravong requested review from a team as code owners November 19, 2024 23:02
@jvoravong jvoravong merged commit a23b33c into main Nov 19, 2024
40 checks passed
@jvoravong jvoravong deleted the remove-chartlock branch November 19, 2024 23:31
@github-actions github-actions bot locked and limited conversation to collaborators Nov 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants