anfechtung
anfechtung
A recent change set the `Chart.yaml` image version value to `v0.0.0` which does not align with an actual oci image tag: ``` appVersion: v0.0.0 version: v0.0.0 ``` https://github.com/cert-manager/istio-csr/blob/main/deploy/charts/istio-csr/Chart.yaml#L26 This is...
I am looking for documentation or information on how the galera recovery timeouts will interact with livenessProbe and readinessProbe timeouts: ``` galera: recovery: clusterBootstrapTimeout: 20m0s clusterHealthyTimeout: 20m0s enabled: true podRecoveryTimeout:...
## Expected Behavior Prior to v0.3.12 we were able to successfully install calico cni provider using the tigera operator to a baremetal kubeadm managed kubernetes cluster. ## Actual Behavior When...