Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
/ k8s-actions Public archive

Self-Hosted Kubernetes Runner for GitHub Actions

Notifications You must be signed in to change notification settings

mpriscella/k8s-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes GitHub Action Runner

⚠️ This project is no longer maintained. Alternate solutions can be found here.


This chart is not hosted anywhere currently. To install the chart, you must download this repository and unpack it into a directory.

Prerequisites

  • helm 3.0+ - This is the earliest version of helm tested. It is possible that it works with earlier versions but this chart hasn't been tested.

Installing the Chart

To install the chart with the release name my-release:

$ helm install my-release ./chart

Uninstalling the Chart

$ helm delete my-release

Configuration

Parameter Description Default
resources CPU/Memory resource requests/limits. {}
repositoryOwner Owner of the repository. ""
repository Repository name. ""
personalAccessToken GitHub Personal Access Token. ""
image Image. mpriscella/k8s-actions:latest

Releases

No releases published

Packages

No packages published