Skip to content

Commit

Permalink
feat ✨: up kubeadm cp to 1.32.1
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Hang <[email protected]>
  • Loading branch information
Banh-Canh committed Jan 16, 2025
1 parent 9c0c64c commit add5184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion profiles/frieren/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ in
kubernetes = {
enable = true;
version = {
kubeadm = "v1.32.0";
kubeadm = "v1.32.1";
kubelet = "v1.32.0";
};
};
Expand Down
2 changes: 1 addition & 1 deletion profiles/gojo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ in
kubernetes = {
enable = true;
version = {
kubeadm = "v1.32.0";
kubeadm = "v1.32.1";
kubelet = "v1.32.0";
};
};
Expand Down

0 comments on commit add5184

Please sign in to comment.