Image Policy doesn't warn about missing Versioning Policy
louisbranch opened this issue · 1 comments
louisbranch commented
I have this defined:
apiVersion: hlnr.io/v1alpha1
kind: ImagePolicy
metadata:
name: hlnr-test-www
namespace: websites
spec:
image: luizbranco/hlnr-test
versioningPolicy:
name: release-major
but no Versioning Policy matches that name. Would it be possible for the image controller to at least warning about that? Right now it's radio silent when a releases comes in.
louisbranch commented
Closing this one since we indeed log the problem:
2018/09/25 15:14:08 Could not retrieve VersioningPolicy for hlnr-test-www: versioningpolicies.hlnr.io "release-major" not found