File tree Expand file tree Collapse file tree 5 files changed +1
-15
lines changed Expand file tree Collapse file tree 5 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 6
6
" crane@latest" ,
7
7
" envsubst@latest" ,
8
8
" findutils@latest" ,
9
- " fluxcd@latest" ,
10
9
" ginkgo@latest" ,
11
10
" git@latest" ,
12
11
" github-cli@latest" ,
Original file line number Diff line number Diff line change 37
37
"source": "devbox-search",
38
38
"version": "4.9.0"
39
39
},
40
- "fluxcd@latest": {
41
- "last_modified": "2023-08-25T03:28:31Z",
42
- "resolved": "github:NixOS/nixpkgs/1e44a037bbf4fcaba041436e65e87be88f3f495b#fluxcd",
43
- "source": "devbox-search",
44
- "version": "2.1.0"
45
- },
46
40
"ginkgo@latest": {
47
41
"last_modified": "2023-09-04T16:24:30Z",
48
42
"resolved": "github:NixOS/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1#ginkgo",
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ include $(INCLUDE_DIR)upx.mk
17
17
include $(INCLUDE_DIR ) addons.mk
18
18
include $(INCLUDE_DIR ) kind.mk
19
19
include $(INCLUDE_DIR ) clusterctl.mk
20
- include $(INCLUDE_DIR ) flux.mk
21
20
include $(INCLUDE_DIR ) dev.mk
22
21
include $(INCLUDE_DIR ) helm.mk
23
22
include $(INCLUDE_DIR ) examples.mk
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ADDONS_PROVIDER := ClusterResourceSet
5
5
6
6
.PHONY : dev.run-on-kind
7
7
dev.run-on-kind : export KUBECONFIG := $(KIND_KUBECONFIG )
8
- dev.run-on-kind : kind.create flux.install clusterctl.init
8
+ dev.run-on-kind : kind.create clusterctl.init
9
9
ifndef SKIP_BUILD
10
10
$(MAKE) release-snapshot
11
11
endif
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments