redhat-cop / keepalived-operator

An operator to manage VIPs backed by keepalived
Apache License 2.0
117 stars 36 forks source link

keepalived-template.yaml not matching latest in master branch #103

Closed cedricmckinnie closed 1 year ago

cedricmckinnie commented 1 year ago

I'm not seeing the latest changes from the following merge in the newly released keepalived-operator container v1.5.1.

docker run -it --rm --entrypoint cat quay.io/redhat-cop/keepalived-operator:v1.5.1 /templates/keepalived-template.yaml | grep -i daemonset
  kind: DaemonSet

Running this command does not show the new daemonsetPodsAnnotations field that were included in v1.5.1 release.

https://github.com/redhat-cop/keepalived-operator/blob/5d9f1d285a0965bb73dae4026a95f8cc5be9828d/config/templates/keepalived-template.yaml#L15

cedricmckinnie commented 1 year ago

@raffaelespazzoli perhaps something is missing from the new build system?

cedricmckinnie commented 1 year ago

Bad fork sync. Should be resolved with: https://github.com/redhat-cop/keepalived-operator/pull/104