-
Notifications
You must be signed in to change notification settings - Fork 91
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
Use multi-arch image for Trillian's netcat initContainer #482
base: main
Are you sure you want to change the base?
Conversation
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.
Can this reference be also updated
https://github.com/sigstore/helm-charts/blob/main/charts/trillian/Chart.yaml#L28-L29
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.
Can this reference be also updated
https://github.com/sigstore/helm-charts/blob/main/charts/trillian/Chart.yaml#L28-L29
Signed-off-by: Cody Soyland <codysoyland@github.com>
c264020
to
7b442a2
Compare
Signed-off-by: Cody Soyland <codysoyland@github.com>
Signed-off-by: Cody Soyland <codysoyland@github.com>
Signed-off-by: Cody Soyland <codysoyland@github.com>
7b442a2
to
5eb8426
Compare
Description of the change
This replaces
toolbelt/netcat
with the standardalpine
multi-arch image, which makes this chart compatible with non-amd64 architectures. The alpine image includes thenc
command.Existing or Associated Issue(s)
Additional Information
Checklist
Chart.yaml
according to semver. Where applicable, update and bump the versions in any associated umbrella chartvalues.yaml
and added to the README.md. The helm-docs utility can be used to generate the necessary content. Usehelm-docs --dry-run
to preview the content.ct lint
command.