From 7b9a786086ab436a0008d28f100a729da67a8c15 Mon Sep 17 00:00:00 2001 From: Tomas Krejci Date: Wed, 21 Aug 2024 23:26:22 +0200 Subject: [PATCH] Self hosted runner --- .github/workflows/earthly.yml | 2 +- deployment/deploy_to_kubernetes.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml index bae5149..2075d88 100644 --- a/.github/workflows/earthly.yml +++ b/.github/workflows/earthly.yml @@ -13,7 +13,7 @@ on: jobs: earthly: - runs-on: ubuntu-latest + runs-on: self-hosted permissions: contents: write diff --git a/deployment/deploy_to_kubernetes.sh b/deployment/deploy_to_kubernetes.sh index 2ae43a2..9549b6b 100755 --- a/deployment/deploy_to_kubernetes.sh +++ b/deployment/deploy_to_kubernetes.sh @@ -15,7 +15,7 @@ echo -e "${GREEN}${BOLD}Deploying ...${RESET}" # helm get values fasterui -o yaml -n fasterui > debug_fasterui_values_deployed.yml # TAG=$(yq -r .ampdata.tag debug_fasterui_values_deployed.yml) -TAG="0.1.9" +TAG="0.1.12" echo -e "${GREEN}${BOLD}Deploying fasterui ...${RESET}" echo -e "${GREEN}${BOLD} - AmpData tag: ${TAG}${RESET}"