Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
saramune committed Jul 24, 2024
1 parent 4c273f1 commit 8756fb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
KIND_VERSION = 0.23.0
KUBERNETES_VERSION = 1.28.0
KIND_NODE_HASH = b7a4cad12c197af3ba43202d3efe03246b3f0793f162afb40a33c923952d5b31
HELM_VERSION = 3.15.1
KIND_VERSION = 0.22.0
KUBERNETES_VERSION = 1.29.2
KIND_NODE_HASH = 51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245
HELM_VERSION = 3.15.3
KUBEVAL_VERSION = 0.16.1

.PHONY: apply
Expand Down
2 changes: 1 addition & 1 deletion akka/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KUBERNETES_VERSION = $${KUBERNETES_VERSION:-"1.28.0"}
KUBERNETES_VERSION = $${KUBERNETES_VERSION:-"1.29.2"}
RELEASE = $$(basename $$PWD)

.PHONY: install
Expand Down

0 comments on commit 8756fb6

Please sign in to comment.