From 6f63b78fc79332d1420309f9151d6aeed9f7c1b8 Mon Sep 17 00:00:00 2001 From: Roger Barker Date: Fri, 26 Apr 2024 15:13:55 -0500 Subject: [PATCH] Updated the install for k3d. Signed-off-by: Roger Barker --- .github/dependabot.yml | 2 +- .github/workflows/hedera-the-graph-chart-install.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1c258d6..65b98a7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,4 +13,4 @@ updates: - package-ecosystem: npm directory: /subgraphs/saucerswap/v2 schedule: - interval: daily \ No newline at end of file + interval: daily diff --git a/.github/workflows/hedera-the-graph-chart-install.yml b/.github/workflows/hedera-the-graph-chart-install.yml index 45a8cbe..6288f1a 100644 --- a/.github/workflows/hedera-the-graph-chart-install.yml +++ b/.github/workflows/hedera-the-graph-chart-install.yml @@ -39,7 +39,8 @@ jobs: uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0 - name: Install k3d - run: curl --retry 3 -fsL https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash + run: sudo brew install k3d + # run: curl --retry 3 -fsL https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash - name: Create k3d cluster run: k3d cluster create hedera-graph-node --agents 1 --timeout 5m --registry-create registry:0.0.0.0:5001 --image rancher/k3s:v1.25.9-k3s1