rancher 2.6.9, trying to install cert-manager 1.10.1 from jetstacks repo using the UI on a GKE cluster.
Server Version:
version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.7-gke.900", GitCommit:"e35c4457f66187eff006dda6d2c0fe12144ef2ec", GitTreeState:"clean", BuildDate:"2022-10-26T09
2534Z", GoVersion:"go1.18.7b7", Compiler:"gc", Platform:"linux/amd64"}
1.10.1 CRDs applied to the cluster ahead of time.
This is the values.yml:
installCRDs: false
replicaCount: 3
extraArgs:
- --dns01-recursive-nameservers=1.1.1.1
53,9.9.9.953
- --dns01-recursive-nameservers-only
podDnsPolicy: None
podDnsConfig:
nameservers:
- "1.1.1.1"
- "9.9.9.9"
installs fine using helm3 from my workstation.
Any ideas? Would love to have helm installs appear in the UI for a visual representation of any charts that are updated in their respective repositories.