Skip to content

Commit

Permalink
chore: update flake.lock and switch to tofu (#7091)
Browse files Browse the repository at this point in the history
* chore: update flake.lock and switch to tofu

* chore: update k3s image to 1.30
  • Loading branch information
krtk6160 authored Sep 30, 2024
1 parent 64e906a commit a2ede48
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dev/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TF:=terraform
REPO:=$(shell git rev-parse --show-toplevel)

create-cluster:
k3d cluster create --image rancher/k3s:v1.27.4-k3s1 -v "$(REPO):/charts" \
k3d cluster create --image rancher/k3s:v1.30.4-k3s1 -v "$(REPO):/charts" \
--k3s-arg "--disable=traefik@server:0" \
--k3s-arg "--disable=servicelb@server:0"

Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
ytt
yq-go
kubernetes-helm
terraform
opentofu
];

shellHook = ''
alias tf=terraform
alias tf=tofu
alias k=kubectl
'';
});
Expand Down

0 comments on commit a2ede48

Please sign in to comment.