Skip to content

Commit

Permalink
feature(main): support sealctl static_pod add options args
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <cuisongliu@qq.com>
  • Loading branch information
cuisongliu committed Sep 25, 2023
1 parent 748008d commit dcaf41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/k3s_basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var _ = Describe("E2E_sealos_k3s_basic_test", func() {
BeforeEach(func() {
By("build rootfs")
dFile := config.RootfsDockerfile{
BaseImage: "labring/k3s:latest",
BaseImage: "labring/k3s:v1.25-latest",
Copys: []string{"sealctl opt/"},
}
tmpdir, err := dFile.Write()
Expand Down

0 comments on commit dcaf41f

Please sign in to comment.