This repository was archived by the owner on Sep 19, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM ubuntu:latest
8
8
COPY install.sh /root/
9
9
10
10
# Install and update the system in one tidy layer
11
- ARG ACTIONS_RUNNER_VERSION="2.165.2 "
11
+ ARG ACTIONS_RUNNER_VERSION="2.168.0 "
12
12
ENV ACTIONS_RUNNER_VERSION=$ACTIONS_RUNNER_VERSION
13
13
RUN /bin/bash /root/install.sh
14
14
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ kubectl -n kube-system delete secret actions-runner
67
67
* Upgrade to the [ latest release] ( https://github.com/urcomputeringpal/actions-runner-kubernetes/releases )
68
68
69
69
```
70
- kubectl --namespace <namespace> apply -k https://github.com/urcomputeringpal/actions-runner-kubernetes?ref=v2.164 .0-ucp1
70
+ kubectl --namespace <namespace> apply -k https://github.com/urcomputeringpal/actions-runner-kubernetes?ref=v2.168 .0-ucp1
71
71
```
72
72
73
73
* Cleanup any stale runners listed in your repository's Settings.
Original file line number Diff line number Diff line change 8
8
images :
9
9
- name : docker.pkg.github.com/urcomputeringpal/actions-runner-kubernetes/actions-runner-kubernetes-dev
10
10
newName : docker.pkg.github.com/urcomputeringpal/actions-runner-kubernetes/actions-runner-kubernetes
11
- # newTag: v2.164 .0-ucp1
11
+ # newTag: v2.168 .0-ucp1
12
12
newTag : master
13
13
14
14
patchesStrategicMerge :
You can’t perform that action at this time.
0 commit comments