flux v2.0.1

HelmRepository.spec.timeout

Timeout is used for the index fetch operation for an HTTPS helm repository, and for remote OCI Repository operations like pulling for an OCI helm repository. Its default value is 60s.

1 fields
HelmRepository.spec.timeout fields and descriptions
Field / TypeDescription
HelmRepository.spec.timeout
string

Timeout is used for the index fetch operation for an HTTPS helm repository, and for remote OCI Repository operations like pulling for an OCI helm repository. Its default value is 60s.

  • default: "60s"
  • pattern: ^([0-9]+(\.[0-9]+)?(ms|s|m))+$