From 71436f0466f69a57f45194a09de85fe05e5f0351 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Sat, 14 Nov 2020 22:00:41 +0900 Subject: [PATCH] Final fixes before merging --- Makefile | 2 ++ charts/actions-runner-controller/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 924819d0..77250fbf 100644 --- a/Makefile +++ b/Makefile @@ -125,6 +125,8 @@ release: manifests acceptance: release ACCEPTANCE_TEST_SECRET_TYPE=token make acceptance/setup acceptance/tests acceptance/teardown ACCEPTANCE_TEST_SECRET_TYPE=app make acceptance/setup acceptance/tests acceptance/teardown + ACCEPTANCE_TEST_DEPLOYMENT_TOOL=helm ACCEPTANCE_TEST_SECRET_TYPE=token make acceptance/setup acceptance/tests acceptance/teardown + ACCEPTANCE_TEST_DEPLOYMENT_TOOL=helm ACCEPTANCE_TEST_SECRET_TYPE=app make acceptance/setup acceptance/tests acceptance/teardown acceptance/setup: kind create cluster --name acceptance diff --git a/charts/actions-runner-controller/Chart.yaml b/charts/actions-runner-controller/Chart.yaml index 71b3dc0d..8979bc7e 100644 --- a/charts/actions-runner-controller/Chart.yaml +++ b/charts/actions-runner-controller/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: actions-runner-controller -description: A Helm chart for Kubernetes +description: A Kubernetes controller that operates self-hosted runners for GitHub Actions on your Kubernetes cluster. # A chart can be either an 'application' or a 'library' chart. #