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 yamlfmt Errors in Helm Chart #298

Merged
merged 1 commit into from
Dec 24, 2024
Merged

Fix yamlfmt Errors in Helm Chart #298

merged 1 commit into from
Dec 24, 2024

Conversation

noelcarl
Copy link
Contributor

This addresses the failing yamlfmt check in the default github actions run:

- hook id: yamlfmt
- files were modified by this hook
pre-commit hook(s) made changes.
If you are seeing this message in CI, reproduce locally with: `pre-commit run --all-files`.
To run `pre-commit` as part of git workflow, use `pre-commit install`.
All changes made by hooks:
diff --git a/helm/agent/Chart.yaml b/helm/agent/Chart.yaml
index 7de5195..5142ec3 100644
--- a/helm/agent/Chart.yaml
+++ b/helm/agent/Chart.yaml
@@ -1,3 +1,4 @@
+---
 apiVersion: v2
 appVersion: v1.17.0
 description: A Helm chart for the Superblocks On-Prem Agent

(see https://github.com/superblocksteam/agent/actions/runs/12435981140/job/34722901608)

@CLAassistant
Copy link

CLAassistant commented Dec 24, 2024

CLA assistant check
All committers have signed the CLA.

@noelcarl noelcarl requested a review from bruce-y December 24, 2024 00:17
Copy link

codecov bot commented Dec 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.96%. Comparing base (23df60d) to head (5a07d88).

Additional details and impacted files
@@           Coverage Diff            @@
##             main     #298    +/-   ##
========================================
  Coverage   48.96%   48.96%            
========================================
  Files         307      307            
  Lines       34581    34581            
  Branches     1136     1307   +171     
========================================
  Hits        16934    16934            
+ Misses      17048    17042     -6     
- Partials      599      605     +6     
Flag Coverage Δ
test-go 55.08% <ø> (ø)
test-js 43.58% <ø> (ø)
test-py 49.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@noelcarl noelcarl merged commit 889f86b into main Dec 24, 2024
7 checks passed
@noelcarl noelcarl deleted the cnoel/fix-helm-chart branch December 24, 2024 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants