File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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.2 "
32+ runnerVersion = "0.2.3 "
3333)
3434
3535type RunnerReconciler struct {
Original file line number Diff line number Diff line change 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.2
59+ image : docker.pkg.github.com/kaidotdev/github-actions-runner-controller/github-actions-runner-controller:v0.2.3
6060 imagePullPolicy : Always
6161 args :
6262 - --metrics-addr=0.0.0.0:8080
You can’t perform that action at this time.
0 commit comments