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

release helm chart github action #2917

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

zlosim
Copy link

@zlosim zlosim commented Oct 4, 2024

Problem

there is no official helm chart repo

Closes: #1695

Solution

added github action and modified chart folder structure so it follows best practices
you need to create empty gh-pages branch

One-line summary:
added gh action for releasing helm chart to gh pages

Checklist

  • You've signed-off your work
  • Your changes are accompanied by tests (if relevant)
  • Your change contains a small diff and is self-contained
  • You've updated any relevant documentation (if relevant)
  • You've included a one-line summary of your change for the CHANGELOG.md (Depending on the change, this may not be necessary).
  • You've versioned your .sql database schema migration according to Flyway's naming convention (if relevant)
  • You've included a header in any source code files (if relevant)

Signed-off-by: Michal Vince <[email protected]>
Copy link

boring-cyborg bot commented Oct 4, 2024

Thanks for opening your first pull request in the Marquez project! Please check out our contributing guidelines (https:/MarquezProject/marquez/blob/main/CONTRIBUTING.md).

Copy link

netlify bot commented Oct 4, 2024

Deploy Preview for peppy-sprite-186812 ready!

Name Link
🔨 Latest commit 5c1e97b
🔍 Latest deploy log https://app.netlify.com/sites/peppy-sprite-186812/deploys/66ffcc0106886c0008a63b2d
😎 Deploy Preview https://deploy-preview-2917--peppy-sprite-186812.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.10%. Comparing base (1d90f18) to head (5c1e97b).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #2917   +/-   ##
=========================================
  Coverage     83.10%   83.10%           
  Complexity     1487     1487           
=========================================
  Files           264      264           
  Lines          6849     6849           
  Branches        315      315           
=========================================
  Hits           5692     5692           
  Misses         1002     1002           
  Partials        155      155           

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

@wslulciuc wslulciuc added this to the Roadmap milestone Oct 15, 2024
@wslulciuc
Copy link
Member

wslulciuc commented Oct 17, 2024

@zlosim WOAH! Thanks for giving our helm chart some love ❤️. We're currently focusing on getting Marquez 0.50.0 out, but will give your PR a pass once we can shift our focus.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Provide a helm repository so that a user can install marquez with helm install command.
2 participants