armadaproject / armada-operator

Apache License 2.0
13 stars 10 forks source link

Back-off pulling image "gcr.io/kubebuilder/kube-rbac-proxy:0.13.0" #300

Closed csantanapr closed 4 months ago

csantanapr commented 6 months ago

Installing helm operator gives error

Back-off pulling image "gcr.io/kubebuilder/kube-rbac-proxy:0.13.0"

The image gcr.io/kubebuilder/kube-rbac-proxy:0.13.0 doesn't exist. the version is v0.13.0 not 0.13.0

The deployment should not have the sidecard container for webhook rbac-proxy, this only need it when your doing development using kubebuilder for example. The sidecard should be remove from the helm chart, this is handled by using cert manager when your CRDs and Operator is deployed.

dejanzele commented 4 months ago

This is fixed in latest releases