chore: set helm buildflags the way Zarf does#1052
Merged
Conversation
b196964 to
83241eb
Compare
Signed-off-by: catsby <clint@defenseunicorns.com>
83241eb to
47816d0
Compare
YrrepNoj
approved these changes
Feb 12, 2025
catsby
pushed a commit
that referenced
this pull request
Feb 12, 2025
* main: chore: set helm buildflags the way Zarf does (#1052) chore(deps): update github-actions (#1081) chore(deps): update github-actions (#1077) chore: copy over our own save-logs (#1075) chore(deps): update github-actions (#1072) chore: regroup and unlimit renovate (#1071) fix(deps): update module github.com/defenseunicorns/maru-runner to v0.5.0 (#1067) chore(config): migrate renovate config (#1069) chore: update zarf version ref to v0.48.1 (#1066) fix(deps): update golang.org/x/exp digest to 7d7fa50 (#1016) chore(deps): update actions/setup-go action to v5.2.0 (#1050) fix(deps): update module github.com/goccy/go-yaml to v1.15.12 (#1049)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Without setting these buildflags, some
uds zarfcommands could produce different results than directly usingzarfof the same version. See details for example.Details
In this PR we add the necessary variables and buildflags to get the correct results in a similar manner to how Zarf does.
Details
Type of change
Checklist before merging