Skip to content

Commit

Permalink
embed/presets: Update default preset distro
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Apr 6, 2024
1 parent 58cabf7 commit a7e355f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion embed/presets/example-multi-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cluster:
ssh:
addToKnownHosts: true
os:
distro: ubuntu
distro: ubuntu22
nodes:
loadBalancer:
instances:
Expand Down
2 changes: 1 addition & 1 deletion embed/presets/example-multi-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cluster:
ssh:
addToKnownHosts: true
os:
distro: ubuntu
distro: ubuntu22
nodes:
master:
instances:
Expand Down
2 changes: 1 addition & 1 deletion embed/presets/example-single-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cluster:
ssh:
addToKnownHosts: true
os:
distro: ubuntu
distro: ubuntu22
nodes:
master:
default:
Expand Down

0 comments on commit a7e355f

Please sign in to comment.