Skip to content

Commit d39b01d

Browse files
rsmittytalos-bot
authored andcommitted
fix: update talos machinery pkg
This PR updates to the latest machinery pkg in the release-0.7 branch (siderolabs/talos@bef498d). This fixes a bug where kubelet could not be found because we were generating configs that were still using docker.io as the repo. We'll want to do this update again once a GA 0.7 release gets cut. Signed-off-by: Spencer Smith <[email protected]>
1 parent 2996b43 commit d39b01d

File tree

2 files changed

+7
-78
lines changed

2 files changed

+7
-78
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/onsi/ginkgo v1.12.0
1010
github.com/onsi/gomega v1.9.0
1111
github.com/talos-systems/crypto v0.2.0
12-
github.com/talos-systems/talos/pkg/machinery v0.0.0-20201020161939-d2583e228288
12+
github.com/talos-systems/talos/pkg/machinery v0.0.0-20201112172055-bef498db0af0
1313
gopkg.in/yaml.v2 v2.2.8
1414
k8s.io/api v0.18.2
1515
k8s.io/apimachinery v0.18.2

0 commit comments

Comments
 (0)