Skip to content
This repository was archived by the owner on Sep 19, 2020. It is now read-only.

Commit c5dce8b

Browse files
committed
bump to 2.168.0
1 parent 86082f5 commit c5dce8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM ubuntu:latest
88
COPY install.sh /root/
99

1010
# 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"
1212
ENV ACTIONS_RUNNER_VERSION=$ACTIONS_RUNNER_VERSION
1313
RUN /bin/bash /root/install.sh
1414

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ kubectl -n kube-system delete secret actions-runner
6767
* Upgrade to the [latest release](https://github.com/urcomputeringpal/actions-runner-kubernetes/releases)
6868

6969
```
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
7171
```
7272

7373
* Cleanup any stale runners listed in your repository's Settings.

kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bases:
88
images:
99
- name: docker.pkg.github.com/urcomputeringpal/actions-runner-kubernetes/actions-runner-kubernetes-dev
1010
newName: docker.pkg.github.com/urcomputeringpal/actions-runner-kubernetes/actions-runner-kubernetes
11-
# newTag: v2.164.0-ucp1
11+
# newTag: v2.168.0-ucp1
1212
newTag: master
1313

1414
patchesStrategicMerge:

0 commit comments

Comments
 (0)