Skip to content

Commit

Permalink
makefile: render: bump default platform
Browse files Browse the repository at this point in the history
update to kube 1.27; stuck to 1.24 for no good reason.
Beside cosmetics, expected to have no impact.

Signed-off-by: Francesco Romani <[email protected]>
  • Loading branch information
ffromani committed Oct 30, 2023
1 parent 32cf9b4 commit 42e94e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ outdir:

.PHONY: release-manifests
release-manifests-k8s: deployer
@_out/deployer -P kubernetes:v1.24 render > _out/deployer-manifests-allinone.yaml
@_out/deployer -P kubernetes:v1.27 render > _out/deployer-manifests-allinone.yaml

.PHONY: test-unit
test-unit:
Expand Down

0 comments on commit 42e94e0

Please sign in to comment.