Skip to content

Commit 8b29498

Browse files
committed
v0.3.19
1 parent e30c7aa commit 8b29498

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
@@ -46,7 +46,7 @@ func main() {
4646
flag.BoolVar(&enableRunnerMetrics, "enable-runner-metrics", false, "Enable to expose runner metrics using prometheus exporter.")
4747
flag.StringVar(&exporterImage, "exporter-image", "ghcr.io/kaidotdev/github-actions-exporter/github-actions-exporter:v0.1.1", "Docker Image of exporter used by exporter container")
4848
flag.StringVar(&kanikoImage, "kaniko-image", "gcr.io/kaniko-project/executor:v0.18.0", "Docker Image of kaniko used by builder container")
49-
flag.StringVar(&binaryVersion, "binary-version", "0.3.18", "Version of own runner binary")
49+
flag.StringVar(&binaryVersion, "binary-version", "0.3.19", "Version of own runner binary")
5050
flag.StringVar(&runnerVersion, "runner-version", "2.291.1", "Version of GitHub Actions runner")
5151
flag.BoolVar(&disableupdate, "disableupdate", false, "Disable self-hosted runner automatic update to the latest released version")
5252
flag.Parse()

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: ghcr.io/kaidotdev/github-actions-runner-controller:v0.3.18
59+
image: ghcr.io/kaidotdev/github-actions-runner-controller:v0.3.19
6060
imagePullPolicy: Always
6161
args:
6262
- --metrics-addr=0.0.0.0:8080

0 commit comments

Comments
 (0)