Skip to content

Commit

Permalink
Squash commit from release/2.311.2
Browse files Browse the repository at this point in the history
  • Loading branch information
btungut committed Dec 9, 2023
1 parent 57c7400 commit 3d1c10c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
docker-server: ${{ vars.DOCKER_SERVER }}
docker-username: ${{ vars.DOCKER_USERNAME }}
docker-repository: ${{ vars.DOCKER_REPOSITORY }}
docker-build-only: ${{ github.event.inputs.docker-build-only }}
secrets:
docker-password: ${{ secrets.DOCKER_PASSWORD }}

Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[![Release](https://img.shields.io/github/v/release/btungut/github-runner-on-kubernetes?include_prereleases&style=plastic)](https://github.com/btungut/github-runner-on-kubernetes/releases)
[![LICENSE](https://img.shields.io/github/license/btungut/github-runner-on-kubernetes?style=plastic)](https://github.com/btungut/github-runner-on-kubernetes/blob/master/LICENSE)

# GitHub Runner on Kubernetes

The easiest and most effective method for creating and managing **GitHub Runners** on **Kubernetes**, without the need to spend time and effort wrestling with settings! Scale-out as much as is necessary and demolish them gracefully.

## To Be Done

To be done, asap !
7 changes: 3 additions & 4 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: github-runner-on-kubernetes
description: Initial commit (fea6bb5)
description: Squashed commit for 2.311.2 (25514db)
type: application
version: 2.311.1
version: 2.311.2
appVersion: "2.311.0"

keywords:
Expand All @@ -22,8 +22,7 @@ maintainers:
annotations:
github.com/owner: "btungut"
github.com/repository: "github-runner-on-kubernetes"
github.com/hash: fea6bb5
github.com/run-url: https://github.com/btungut/github-runner-on-kubernetes/actions/runs/6766384708
github.com/hash: 25514db
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/license: MIT
artifacthub.io/links: |
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ replicaCount: 1
image:
repository: btungut/github-runner-on-kubernetes
pullPolicy: IfNotPresent
tag: 2.311.1 #fea6bb5
tag: 2.311.2 #25514db

imagePullSecrets: []

Expand Down

0 comments on commit 3d1c10c

Please sign in to comment.