Skip to content

Commit

Permalink
switch to new docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
bissquit committed May 31, 2024
1 parent 3e268f8 commit 7c57319
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ driver:
platforms:
- name: k8s-control-plane-01
hostname: k8s-control-plane-01
image: kindest/node:v1.26.3
image: bissquit/my-kind:v0.1.1 # kindest/node:v1.26.3
groups:
- etcd
- control_plane
Expand Down
2 changes: 1 addition & 1 deletion molecule/default_ext-etcd-sec/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ platforms:
- &default_k8s_platform
name: k8s-control-plane-01
hostname: k8s-control-plane-01
image: kindest/node:v1.26.3
image: bissquit/my-kind:v0.1.1 # kindest/node:v1.26.3
groups:
- control_plane
volumes:
Expand Down
2 changes: 1 addition & 1 deletion molecule/default_join-workers/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ platforms:
- &default_platform
name: k8s-control-plane-01
hostname: k8s-control-plane-01
image: kindest/node:v1.26.3
image: bissquit/my-kind:v0.1.1 # kindest/node:v1.26.3
groups:
- control_plane
volumes:
Expand Down
2 changes: 1 addition & 1 deletion molecule/default_multi-master/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ platforms:
- &default_platform
name: k8s-control-plane-01
hostname: k8s-control-plane-01
image: kindest/node:v1.26.3
image: bissquit/my-kind:v0.1.1 # kindest/node:v1.26.3
groups:
- control_plane
volumes:
Expand Down
2 changes: 1 addition & 1 deletion molecule/end-to-end/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ platforms:
- &default_platform
name: k8s-control-plane-01
hostname: k8s-control-plane-01
image: kindest/node:v1.26.3
image: bissquit/my-kind:v0.1.1 # kindest/node:v1.26.3
groups:
- control_plane
- etcd_clients
Expand Down

0 comments on commit 7c57319

Please sign in to comment.