Skip to content
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: set variables on find images #2282

Merged
merged 87 commits into from Mar 7, 2024
Merged

Conversation

AustinAbro321
Copy link
Contributor

@AustinAbro321 AustinAbro321 commented Feb 1, 2024

Description

Currently when you run zarf prepare find-images with a package that has variables in it, the variables don't get set, even to their defaults. This can break the helm chart, or make us unable to find images. This PR introduces a --deploy-set flag. Additionally we take in the default values to the chart.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

Copy link

netlify bot commented Feb 1, 2024

Deploy Preview for zarf-docs canceled.

Name Link
🔨 Latest commit e4d4543
🔍 Latest deploy log https://app.netlify.com/sites/zarf-docs/deploys/65e9cbceecda760008c87853

src/cmd/dev.go Outdated Show resolved Hide resolved
src/config/lang/english.go Outdated Show resolved Hide resolved
src/internal/packager/helm/chart.go Outdated Show resolved Hide resolved
src/internal/packager/helm/common.go Show resolved Hide resolved
src/internal/packager/helm/common.go Show resolved Hide resolved
src/types/runtime.go Outdated Show resolved Hide resolved
src/internal/packager/helm/prepare-render.go Outdated Show resolved Hide resolved
src/test/packages/00-find-images/zarf.yaml Outdated Show resolved Hide resolved
src/test/e2e/00_use_cli_test.go Outdated Show resolved Hide resolved
src/test/common.go Outdated Show resolved Hide resolved
lucasrod16
lucasrod16 previously approved these changes Mar 6, 2024
Copy link
Member

@lucasrod16 lucasrod16 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Contributor

@Noxsios Noxsios left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one final tweak (my fault), then its gtg

src/pkg/packager/prepare.go Outdated Show resolved Hide resolved
Racer159
Racer159 previously approved these changes Mar 6, 2024
Copy link
Contributor

@Racer159 Racer159 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approving to dismiss req'd changes, agree with @Noxsios on pointers

Copy link
Member

@lucasrod16 lucasrod16 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Noxsios Noxsios merged commit 9b3dfb6 into main Mar 7, 2024
29 checks passed
@Noxsios Noxsios deleted the set-variables-on-find-images branch March 7, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Status: Approved
Development

Successfully merging this pull request may close these issues.

None yet

5 participants