-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(vector): Add digest option to vector image #219
Conversation
Signed-off-by: Tomer Epstein <[email protected]>
Thanks for the contribution - Digests would be usable today by just passing |
It's more then just a friendly way. by passing a tag that conains a digest, the labels section in the vector chart will fail. label values in k&s are allowing only specific syntax. Example of using digest (and tag as comment before the digest) OR tag in grafana: |
Ah good point - I didn't think about that. I haven't written up a contributing doc yet, but we'll need to bump the minor version and run |
Sure, go for it. |
Signed-off-by: Spencer Gilbert <[email protected]>
@spencergilbert can you approve? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤦
|
Signed-off-by: Tomer Epstein [email protected]
Motivation
add better integrity to the image version, we should provide a way to add a digest option to the chart images this way we can validate the image version
Approach
How does this change address the problem?
Add digest option to vector chart,
By adding a new sha field to the pod file and concatenate it to the image string address when provided.
Pull Request status