Skip to content

Commit 330d6c2

Browse files
authored
chore: remove kind load images (don't need login anymore to download them) (#11)
Signed-off-by: Peter Balogh <p.balogh.sa@gmail.com>
1 parent 98d74a2 commit 330d6c2

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

integrations/Taskfile.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,6 @@ tasks:
3434
cmds:
3535
- kind delete cluster --name {{.KIND_CLUSTER_NAME}}
3636

37-
kind:load-images:directory:
38-
desc: Pull and load images to kind
39-
cmds:
40-
# pull images
41-
- docker pull {{.IMAGE_REPO}}/dir-apiserver:{{.DIRECTORY_IMAGE_TAG}}
42-
# load images
43-
- kind load docker-image {{.IMAGE_REPO}}/dir-apiserver:{{.DIRECTORY_IMAGE_TAG}} --name {{.KIND_CLUSTER_NAME}}
44-
45-
kind:load-images:gateway:
46-
desc: Pull and load images to kind
47-
cmds:
48-
# pull images
49-
- docker pull {{.IMAGE_REPO}}/agp/gw:{{.GATEWAY_IMAGE_TAG}}
50-
# load images
51-
- kind load docker-image {{.IMAGE_REPO}}/agp/gw:{{.GATEWAY_IMAGE_TAG}} --name {{.KIND_CLUSTER_NAME}}
52-
5337
k8s:port-forward:setup:directory:
5438
internal: true
5539
cmds:
@@ -74,8 +58,6 @@ tasks:
7458

7559
test:env:directory:deploy:
7660
desc: Deploy Agntcy directory test env
77-
deps:
78-
- kind:load-images:directory
7961
vars:
8062
REGCRED_CREATE: '{{ .REGCRED_CREATE | default "false" }}'
8163
cmds:
@@ -99,8 +81,6 @@ tasks:
9981

10082
test:env:gateway:deploy:
10183
desc: Deploy agntcy gateway test env
102-
deps:
103-
- kind:load-images:gateway
10484
cmds:
10585
- |
10686
helm dependency build ./agntcy-agp/components/helm

0 commit comments

Comments
 (0)