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 issue with that is that somewhere down the line it gets interpreted as a dateformat wich means k8s fails to apply the imagetag
Failed to apply default image tag "ghcr.io/homebridge/homebridge:2024-06-27T00:00:00Z": couldn't parse image name "ghcr.io/homebridge/homebridge:2024-06-27T00:00:00Z": invalid reference format
i think the best fix would be to always qoute the tag as its always of type string.
Sincerely,
Michell
The text was updated successfully, but these errors were encountered:
skipping to the exciting conclusion ... according to our testing, if the 2024-06-27 Date is quoted in the source file, ahead of ImageUpdateAutomation firing, then it will still be quoted after ImageUpdateAutomation runs. Have you tried simply quoting the date in your source YAML, like this, then letting the ImageUpdateAutomation reconcile again?
I'm very sorry that I didn't think of this, you probably gave up after 96 messages back and forth, but frankly I didn't think that would work. (Well @darkowlzz tried it and said it did work.)
Helllo everyone,
when using the image-automation-controller it sets the tag like this for imagetags wich use dashes inside of the tags:
the issue with that is that somewhere down the line it gets interpreted as a dateformat wich means k8s fails to apply the imagetag
i think the best fix would be to always qoute the tag as its always of type string.
Sincerely,
Michell
The text was updated successfully, but these errors were encountered: