Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/k8s-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
docker pull ghcr.io/breadchaincoop/ethereum:dev
docker pull ghcr.io/breadchaincoop/eigenlayer:dev
docker pull ghcr.io/layr-labs/cerberus:0.0.2
docker pull bitnami/kubectl:1.28
docker pull bitnami/kubectl:latest
docker pull busybox:1.36

kind load docker-image ghcr.io/breadchaincoop/ethereum:dev --name avs-test
kind load docker-image ghcr.io/breadchaincoop/eigenlayer:dev --name avs-test
kind load docker-image ghcr.io/layr-labs/cerberus:0.0.2 --name avs-test
kind load docker-image bitnami/kubectl:1.28 --name avs-test
kind load docker-image bitnami/kubectl:latest --name avs-test
kind load docker-image busybox:1.36 --name avs-test

- name: Apply K8s manifests
Expand Down
2 changes: 1 addition & 1 deletion k8s/base/nodes/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
initContainers:
- name: wait-for-eigenlayer
image: bitnami/kubectl:1.28
image: bitnami/kubectl:latest
command:
- sh
- -c
Expand Down
2 changes: 1 addition & 1 deletion k8s/base/signer/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
initContainers:
- name: wait-for-eigenlayer
image: bitnami/kubectl:1.28
image: bitnami/kubectl:latest
command:
- sh
- -c
Expand Down