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

Possibility to disable chart up-to-date-check #150

Closed
muffl0n opened this issue Mar 20, 2024 · 4 comments
Closed

Possibility to disable chart up-to-date-check #150

muffl0n opened this issue Mar 20, 2024 · 4 comments
Labels

Comments

@muffl0n
Copy link

muffl0n commented Mar 20, 2024

We're currently trying to implement NetworkPolicies with helm-exporter. As we're using helm-exporter just for checking if there are helm-releases in state != deployed && state != deleted, there's no need for helm-exporter to talk to the internet.

Unfortunately this prevents helm-exporter to start at all, cause it's trying to reach artifacthub.io which fails.

Is there a way to disable the up-to-date-check so that helm-exporter can work in such a restricted environment?

@muffl0n
Copy link
Author

muffl0n commented Mar 20, 2024

Sorry for the noise, I found it: https://github.com/sstarcher/helm-exporter/blob/master/helm/values.yaml#L7

latestChartVersion: false

Are there any plans to include NetworkPolicies in the chart? Are you open for PRs concerning this feature?

@sstarcher
Copy link
Owner

Fully open to PRs. I don't actively use this tool any longer, but I'll review any PRs and try to get them merged.

@muffl0n
Copy link
Author

muffl0n commented Mar 20, 2024

Are you using something else to check the status of your helm releases?

@sstarcher
Copy link
Owner

No, not currently using anything to cover this gap. Moved to more of a GitOps flow with rendered manifests.

@github-actions github-actions bot added the Stale label May 20, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants