Skip to content

Commit

Permalink
Update bundle to include new tink charts
Browse files Browse the repository at this point in the history
  • Loading branch information
ahreehong committed Jun 10, 2024
1 parent 305e2bb commit dda9b90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release/api/v1alpha1/artifacts.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ func (vb *VersionsBundle) TinkerbellImages() []Image {
vb.Tinkerbell.TinkerbellStack.Tink.TinkController,
vb.Tinkerbell.TinkerbellStack.Tink.TinkServer,
vb.Tinkerbell.TinkerbellStack.Tink.TinkWorker,
vb.Tinkerbell.TinkerbellStack.Tink.Nginx,
}
}

Expand Down Expand Up @@ -230,5 +231,7 @@ func (vb *VersionsBundle) Charts() map[string]*Image {
"cilium": &vb.Cilium.HelmChart,
"eks-anywhere-packages": &vb.PackageController.HelmChart,
"tinkerbell-chart": &vb.Tinkerbell.TinkerbellStack.TinkebellChart,
"tinkerbell-crds": &vb.Tinkerbell.TinkerbellStack.TinkerbellCrds,
"tinkerbell-stack": &vb.Tinkerbell.TinkerbellStack.Stack,
}
}
3 changes: 3 additions & 0 deletions release/api/v1alpha1/bundle_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ type TinkerbellStackBundle struct {
Hook HookBundle `json:"hook"`
Rufio Image `json:"rufio"`
Tink TinkBundle `json:"tink"`
TinkerbellCrds Image `json:"tinkerbellCrds"`
Stack Image `json:"stack"`
}

// Tinkerbell Template Actions.
Expand All @@ -303,6 +305,7 @@ type TinkBundle struct {
TinkController Image `json:"tinkController"`
TinkServer Image `json:"tinkServer"`
TinkWorker Image `json:"tinkWorker"`
Nginx Image `json:"nginx"`
}

// Tinkerbell hook OS.
Expand Down

0 comments on commit dda9b90

Please sign in to comment.