-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.17.0-rc1 not updating container #520
Comments
I thought my issue was keel was not running in kube-system, but i have since fixed that but i am still seeing the above behavior. |
does |
Yes it has incremented from 36 which was from yesterday
the updated date is from this AM when i deployed it, does it only update the revision and not the app version ? but I would expect the container version in the pod to be updated. |
sorry, couldn't reproduce.. My chart values.yaml:
I have approved via UI: Then it updated the image, checked pod details:
Keel logs:
Maybe your values.yaml image tag doesn't match what keel config specifies? Does it look like:
|
Yes, just FYI at this point i am trying to use keel to publish 0.1.10, but helm is still on 0.1.9
|
but helm is just a templating cli for k8s manifests, Keel will only update resources in k8s cluster |
Yes, Understand that, i changed the logging to debug did not really get anymore pertinent info except this error helper doesn't support this registry" error="unsupported registry"
|
I have updated the eks cluster from v1.15.11-eks-af3caf to v1.17.6-eks-4e7f64 deleted and redeployed keel, same behavior. thinking it may have been an issue with the older version of k8s. |
Ok, I figured it out, I had to update the deployment.yml template to point to Values.image.tag not, Chart.AppVersion, which was not evident to me from the docs. but it is now working. |
@rreilly-edr - I have been trying to do the same, and only the deployment is getting updated and not the helm chart revision, any specific parameters to be passed in values.yaml, Chart.yaml, or Deployment.yaml, other than shown on this thread. Would you able to suggest please? #567 |
New containers are not being updated by keel,
keel 0.17.0-rc1
helm 3.2.4
k8s v1.15.11-eks-af3caf
below are my values that apply to keel
I Check approvals and I see there is one waiting for the upgrade from 0.1.9 to 0.1.10
I approve the release with
The keel log appears as if it is updating the container:
but describing the pod show we are still running version 0.1.9
and the last restart was 19 hours ago
the one thing i notice about 0.17-0-rc1 versus the older version i tried to use ( before i realized they did not support helm3) was that it installed in kube-system and this release installed in default.
The text was updated successfully, but these errors were encountered: