This description was created by Ellipsis for commit 2610da888dbdc593247d7c9f2329f5dc84913240
Summary:
This pull request updates the Talos setup and modifies the talhelper sandbox to handle configuration changes, repository management, and database interactions for Talos clusters.
Key points:
Updated cmd/sandbox-talhelper/main.go to modify Talos configuration and apply it using talosClient.
Added WithEnv function to manage environment variables temporarily.
Modified lib/cellprovider/talos.go to include new patches in Talos configuration and handle encryption of secrets.
Updated CreateCell function to apply new Talos configuration and manage Git repository.
Changed lib/store/dbstore/cell.go to update Talos cell data using UpdateTalosCellData.
Adjusted lib/store/store.go to reflect changes in CellStore interface.
Updated tests in lib/store/storetest.go to verify changes in Talos cell data handling.
Summary:
This pull request updates the Talos setup and modifies the
talhelper
sandbox to handle configuration changes, repository management, and database interactions for Talos clusters.Key points:
cmd/sandbox-talhelper/main.go
to modify Talos configuration and apply it usingtalosClient
.WithEnv
function to manage environment variables temporarily.lib/cellprovider/talos.go
to include new patches in Talos configuration and handle encryption of secrets.CreateCell
function to apply new Talos configuration and manage Git repository.lib/store/dbstore/cell.go
to update Talos cell data usingUpdateTalosCellData
.lib/store/store.go
to reflect changes inCellStore
interface.lib/store/storetest.go
to verify changes in Talos cell data handling.Generated with :heart: by ellipsis.dev