You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ...## -- Annotations to be added to the controller Deployment or DaemonSet##annotations: {}# keel.sh/pollSchedule: "@every 60m"# -- Labels to be added to the controller Deployment or DaemonSet and other resources that do not have option to specify labels##labels: {}# keel.sh/policy: patch# keel.sh/trigger: poll## ...
and uncommenting the keel configurations, keel detects it and tries to check latest ingress-nginx image digest, but fails
Error looking very similar to #153
Context
Following the official ingress-nginx values.yaml:
and uncommenting the keel configurations, keel detects it and tries to check latest ingress-nginx image digest, but fails
According to the logs, keel fetch GCP with a head request and receive a 404. Therefore, running a
curl
from the keel pod itself returns a 200apk add curl && curl -v -I https://europe-west9-docker.pkg.dev/v2/k8s-artifacts-prod/images/ingress-nginx/controller/manifests/sha256:42b3f0e5d0846876b1791cd3afeb5f1cbbe4259d6f35651dcc1b5c980925379c
Logs
Workaround
WARNING: Security hole here, use it at your own risk
In ingress-nginx values.yaml, nullify the
digest
:Keel doesn't check image digest and update works
The text was updated successfully, but these errors were encountered: