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

Add helm-values extension #16770

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

Conversation

cotyhamilton
Copy link

@cotyhamilton cotyhamilton commented Feb 2, 2025

Description

This extension uses the helm cli to search your cached helm repos for charts, versions, and values with options to copy the values file, copy the show values command and copy the install command for a chart version

Motivation: the helm cli commands are unintuitive (is it helm repo search or helm search repo 🤔) and my usual workflow for grabbing values is trying to find the repo on GitHub, tag, then location to chart, etc.

Includes pagination for chart versions and values file truncation to prevent Raycast from hanging with large renders (argo-cd has 717 versions and latest values file has 3741 lines...)

Screencast

Screen.Recording.2025-02-02.at.1.37.31.AM.mov

Checklist

@raycastbot
Copy link
Collaborator

Congratulations on your new Raycast extension! 🚀

You can expect an initial review within five business days.

Once the PR is approved and merged, the extension will be available on our Store.

@raycastbot raycastbot added the new extension Label for PRs with new extensions label Feb 2, 2025
- Fix deps in use promise hook
- Toggle loading for both loading states
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new extension Label for PRs with new extensions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants