Skip to content

Commit

Permalink
version merge (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
btungut authored Dec 8, 2023
1 parent a715ced commit f86bf06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: github-runner-on-kubernetes
description: Initial commit (fea6bb5)
type: application
version: 2.311.0.1
version: 2.311.1
appVersion: "2.311.0"

keywords:
Expand Down
6 changes: 4 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ runner:


# GitHub runner labels to be used for runner selection in 'runs-on' section of workflow
labels:
labels:
- "dockerized-ubuntu"
- "dockerized-ubuntu-20.04"
- "dockerized-runner"
- "runner-on-kubernetes"
- "hosted-ubuntu-20.04"
Expand All @@ -35,7 +37,7 @@ replicaCount: 1
image:
repository: btungut/github-runner-on-kubernetes
pullPolicy: IfNotPresent
tag: 2.311.0.1 #fea6bb5
tag: 2.311.1 #fea6bb5

imagePullSecrets: []

Expand Down

0 comments on commit f86bf06

Please sign in to comment.