Peter Fiddes
Peter Fiddes
Thanks @achuchev for picking up the above. I'm happy to go either way. But keeping them in sync might require some release process setup. I suggest we take that offline...
@davidcollom I think you've made all the latest versions available in the chart repo :smile: :+1: Here's my output: ```shell > helm search repo jetstack/version-checker --versions NAME CHART VERSION APP...
@michbeck100 nothing as of yet that I'm aware of. I was looking into validating some "latest" images and came across 2 cases where this type of problem is present with...
@AleksandarMis thank you for raising such a detailed issue for us. I need a bit of time to digest all the issues presented here and determine if we already have...
@SgtCoDFish I had a quick go from your branch with: ```shell kind create cluster --name trust gh repo clone SgtCoDFish/cert-manager-trust-manager cd cert-manager-trust-manager gco gco isolatedcert k create ns cert-manager helm...
There currently is no mechanism to pull in the CA from a target, whether that be an external bucket, webpage, GitHub or looking it up from a domain name. Trust...
I think you should be able to use any namespace. However given cert-manager was installed by RedHat operator, perhaps it does something to prevent other installations in the same namespace?...
I'm going to add here that you could kind of do this in the latest chart version with then `extraObjects` field in the values file, ref: https://github.com/cert-manager/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml#L1378 So you could...
/remove-lifecycle stale
> We probably can't default to it because it might be breaking in the case where another approver is already installed Is it possible to do something like leader election...