jcavanagh
jcavanagh
The affected code is attempting to merge image lists from the "same" builds across various clusters. In the case of Kubernetes, the list returned from KubernetesImageSummary is immutable. So, always...
Adds additional configuration options for liveness, and adds the same options for readiness. Probes have the same basic options, so refactored the type to be shared for both. Example halconfig...
fix(webhook): Safer defaults and more config for webhook URLs Exclude by default: single-word hostnames (`https://orca`, `https://spin-orca`), the `.spinnaker` domain (a common k8s deployment namespace), common internal-name suffixes (`.local`, `.internal`, `.localdomain`),...