You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Device and OS: Microsoft Windows 10 Enterprise
App version: v0.49.0
Kubernetes distro being used: -
Other: -
Steps to reproduce
Create ZarfPackageConfig with a component that use a local helm chart. This local helm chart have a dependency (in my case cloudnative-pg).
Run the command to list images: zarf dev find-images
Expected result
The images are correctly listed.
Actual Result
Zarf complains about the GPG keyring.
Visual Proof (screenshots, videos, text, etc)
Console logs:
λ zarf dev find-images ./ai-package
2025-03-11 11:16:30 INF using config file location=C:\Users\jrial95\Sources\ai-deployment\zarf-config.toml
2025-03-11 11:16:30 INF using build directory path=./ai-package
2025-03-11 11:16:30 INF processing local helm chart name=ai-platform version=0.1.0 path=components\ai-platform\helm-chart
2025-03-11 11:16:40 ERR unable to find images: unable to package the chart ai-platform: unable to package the "ai-platform" chart: unable to build dependencies for the chart: could not download https://github.com/cloudnative-pg/charts/releases/download/cloudnative-pg-v0.23.1/cloudnative-pg-0.23.1.tgz: failed to load keyring: open C:\Users\202837\.gnupg\pubring.gpg: The system cannot find the file specified.
Severity/Priority
Medium
Additional Context
None
The text was updated successfully, but these errors were encountered:
Are you able to build this package as-is with zarf package create? I am curious if there is any difference in behaviors here.
Do you happen to have an example for reproducing this? I can attempt to build one based on that output but It would be incredibly valuable if you have a sanitized example.
Environment
Device and OS: Microsoft Windows 10 Enterprise
App version: v0.49.0
Kubernetes distro being used: -
Other: -
Steps to reproduce
ZarfPackageConfig
with a component that use a local helm chart. This local helm chart have a dependency (in my casecloudnative-pg
).zarf dev find-images
Expected result
The images are correctly listed.
Actual Result
Zarf complains about the GPG keyring.
Visual Proof (screenshots, videos, text, etc)
Console logs:
Severity/Priority
Medium
Additional Context
None
The text was updated successfully, but these errors were encountered: