Skip to content

Commit 0f78453

Browse files
author
Kai Aihara
committed
v0.2.0
1 parent 62037ad commit 0f78453

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

controllers/runner_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const (
2929
ownerKey = ".metadata.controller"
3030
kanikoImage = "gcr.io/kaniko-project/executor:v0.17.1"
3131
exporterImage = "docker.pkg.github.com/kaidotdev/github-actions-exporter/github-actions-exporter:v0.1.0"
32-
runnerVersion = "0.2.1"
32+
runnerVersion = "0.2.2"
3333
)
3434

3535
type RunnerReconciler struct {

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.1
59+
image: docker.pkg.github.com/kaidotdev/github-actions-runner-controller/github-actions-runner-controller:v0.2.2
6060
imagePullPolicy: Always
6161
args:
6262
- --metrics-addr=0.0.0.0:8080

0 commit comments

Comments
 (0)