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
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Annotating HelmRelease resources with image filters can be tricky due to the fact that there is a difference between annotating top- and sub-level images (chart-image should be used for the former, <sub-level> should be used for the latter).
We can guide people in this by logging a warning in case we find an annotation that does not match a key from the values in the HelmRelease.
In extend we can also do this for Kubernetes native resources (Deployment, DaemonSet, etc), and warn the user when an annotation does not match any of the (init)Containers names.
The text was updated successfully, but these errors were encountered:
Annotating
HelmRelease
resources with image filters can be tricky due to the fact that there is a difference between annotating top- and sub-level images (chart-image
should be used for the former,<sub-level>
should be used for the latter).We can guide people in this by logging a warning in case we find an annotation that does not match a key from the
values
in theHelmRelease
.In extend we can also do this for Kubernetes native resources (
Deployment
,DaemonSet
, etc), and warn the user when an annotation does not match any of the(init)Containers
names.The text was updated successfully, but these errors were encountered: