kubernetes-ingress icon indicating copy to clipboard operation
kubernetes-ingress copied to clipboard

Offline Helm Schema Validation

Open shaun-nx opened this issue 10 months ago • 3 comments
trafficstars

Overview

The goal of this task is to allow for helm schema validation to be formed in offline (air-gapped) environments. This was a enhancement that was previously delivered, and was reverted due to complications with Helm related installs. See this PR: https://github.com/nginx/kubernetes-ingress/pull/5528#issue-2287737063

Acceptance Criteria

  • [ ] Allow for helm schema validation to be performed in offline (air-gapped) environments

shaun-nx avatar Jan 22 '25 16:01 shaun-nx

Hi @shaun-nx thanks for reporting!

Be sure to check out the docs and the Contributing Guidelines while you wait for a human to take a look at this :slightly_smiling_face:

Cheers!

github-actions[bot] avatar Jan 22 '25 16:01 github-actions[bot]

For environments that are not offline, but secured by a firewall, having the schema somewhere more specific than raw.githubusercontent.com would also help, as a workaround.

anderius avatar Feb 26 '25 11:02 anderius

There also some rate limits for raw files serving, so will be nice to make schema validation in offline mode.

UPD: https://www.githubstatus.com/incidents/spbr5ff8hyt2

psvmcc avatar Jul 30 '25 10:07 psvmcc

@anderius @psvmcc we're welcoming community contributions on this issue which involves more than just setting -skip-schema-validation in helm command, so if you've found a solution please feel free to suggest

vepatel avatar Jul 31 '25 15:07 vepatel

Bump for this issue. This is also an issue for us to have to allow an egress connection to raw.githubusercontent.com in our firewall.

AlxCloudRl avatar Oct 24 '25 06:10 AlxCloudRl