source-controller icon indicating copy to clipboard operation
source-controller copied to clipboard

helm: Remove TLS tmp dir logic for HelmRepository `type: oci`

Open stefanprodan opened this issue 3 months ago • 0 comments

fix: #1902

Tests are now passing on macOS:

--- PASS: TestHelmChartReconciler_reconcileSourceFromOCI_authStrategy/with_contextual_login_provider_and_secretRef (0.96s)
=== RUN   TestHelmChartReconciler_reconcileSourceFromOCI_authStrategy/HTTPS_With_invalid_CA_cert
--- PASS: TestHelmChartReconciler_reconcileSourceFromOCI_authStrategy/HTTPS_With_invalid_CA_cert (0.07s)
=== RUN   TestHelmChartReconciler_reconcileSourceFromOCI_authStrategy/HTTPS_With_CA_cert_only
--- PASS: TestHelmChartReconciler_reconcileSourceFromOCI_authStrategy/HTTPS_With_CA_cert_only (0.09s)
=== RUN   TestHelmChartReconciler_reconcileSourceFromOCI_authStrategy/HTTPS_With_CA_cert_and_client_cert_auth
--- PASS: TestHelmChartReconciler_reconcileSourceFromOCI_authStrategy/HTTPS_With_CA_cert_and_client_cert_auth (0.08s)
--- PASS: TestHelmChartReconciler_reconcileSourceFromOCI_authStrategy (7.00s)

stefanprodan avatar Oct 02 '25 19:10 stefanprodan