knative / serving-operator

DEPRECATED: Development continues in https://github.com/knative/operator/
Apache License 2.0
39 stars 45 forks source link

Extend image override logic to Daemonsets #280

Closed jcrossley3 closed 4 years ago

jcrossley3 commented 4 years ago

Describe the bug The forthcoming knative-serving release will deploy the activator as a daemonset, but our image override logic only replaces images in Deployments currently.

Expected behavior Images for Daemonsets should be subject to the same override logic as for Deployments

To Reproduce Try overriding the activator images and see that its Daemonset image changes.

Knative release version Post 0.12

Additional context This is the change upstream: https://github.com/knative/serving/pull/6624

This issue might lend some justification to #277 as it would be handy to be able to test a released operator with an unreleased manifest.

savitaashture commented 4 years ago

/assign