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
the pod crashes can not restart. But even when the pod is running and I push a new image to my repo with tag :latest (or any other tag) the pod is not being restarted. What am I missing, or does keel not support helm v3? Issue #567 seems to describe the same or a similar bug. Is there a solution to this?
The keel-pod logs look like this:
kubectl logs keel-855d5498f8-cp9fd
@derjohn sorry for my late response. Didn't manage to get it to work .. Ended up writing a Python script on my own, that I'm running as a CronJob in K8s. It checks every specified amount of time if there is a new image available and updates it if necessary.
I'm running a Kubernetes Cluster (version: 1.19.12) locally on my PC and installed keel via helm (version 3.5) with following steps:
helm repo add keel https://charts.keel.sh helm repo update helm install keel keel/keel --set helmProvider.version="v3"
The keel pod is now running along with an nginx example deployment.
My Deployment looks like this:
If I uncomment and apply this:
the pod crashes can not restart. But even when the pod is running and I push a new image to my repo with tag
:latest
(or any other tag) the pod is not being restarted. What am I missing, or does keel not support helm v3? Issue #567 seems to describe the same or a similar bug. Is there a solution to this?The keel-pod logs look like this:
kubectl logs keel-855d5498f8-cp9fd
The text was updated successfully, but these errors were encountered: