--- # Headlamp Helm values for E2E testing. # # Uses a custom Docker image (built from Dockerfile.e2e) with the plugin # pre-installed. No PVCs, no volume mounts, no deployment patching. # # The E2E workflow builds the image, pushes to ghcr.io, and deploys this # Helm release in the headlamp-e2e namespace. # # Usage: # helm install headlamp-e2e headlamp/headlamp \ # -n headlamp-e2e --create-namespace \ # -f deployment/headlamp-e2e-values.yaml \ # --set image.registry=ghcr.io \ # --set image.repository=privilegedescalation/headlamp-polaris-e2e \ # --set image.tag= config: pluginsDir: /headlamp/plugins watchPlugins: false service: type: ClusterIP