Skip to content

Commit 883c6e5

Browse files
author
Kai Aihara
committed
v0.2.6
1 parent 790842c commit 883c6e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func main() {
4545
flag.BoolVar(&enableRunnerMetrics, "enable-runner-metrics", false, "Enable to expose runner metrics using prometheus exporter.")
4646
flag.StringVar(&exporterImage, "exporter-image", "docker.pkg.github.com/kaidotdev/github-actions-exporter/github-actions-exporter:v0.1.0", "Docker Image of exporter used by exporter container")
4747
flag.StringVar(&kanikoImage, "kaniko-image", "gcr.io/kaniko-project/executor:v0.18.0", "Docker Image of kaniko used by builder container")
48-
flag.StringVar(&binaryVersion, "binary-version", "0.2.5", "Version of own runner binary")
48+
flag.StringVar(&binaryVersion, "binary-version", "0.2.6", "Version of own runner binary")
4949
flag.StringVar(&runnerVersion, "runner-version", "2.168.0", "Version of GitHub Actions runner")
5050
flag.Parse()
5151

manifests/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
value: $(CONFIGMAP_NAME)
5757
containers:
5858
- name: controller
59-
image: docker.pkg.github.com/kaidotdev/github-actions-runner-controller/github-actions-runner-controller:v0.2.4
59+
image: docker.pkg.github.com/kaidotdev/github-actions-runner-controller/github-actions-runner-controller:v0.2.6
6060
imagePullPolicy: Always
6161
args:
6262
- --metrics-addr=0.0.0.0:8080

0 commit comments

Comments
 (0)