Commit 2676c16 1 parent 76de7e2 commit 2676c16 Copy full SHA for 2676c16
File tree 4 files changed +17
-8
lines changed
4 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 1
1
# checkov:skip=CKV_DOCKER_2:actions/runner does not provider a mechanism for checking the health of the service
2
- FROM public.ecr.aws/ubuntu/ubuntu@sha256:5b2fc4131b3c134a019c3ea815811de70e6ad9ee1626f59bf302558a95b436e5
2
+ FROM public.ecr.aws/ubuntu/ubuntu@sha256:fb95efe0d22be277f10250f15e5172ec0fe22c37eca2ba55e78b526c447eec23
3
3
4
4
LABEL org.opencontainers.image.vendor="Ministry of Justice" \
5
5
org.opencontainers.image.authors="Analytical Platform" \
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ apiVersion: v2
3
3
name : actions-runner
4
4
description : Deploy GitHub Actions self-hosted runner
5
5
type : application
6
- version : 2.320.0-3
7
- appVersion : 2.320.0-3
6
+ version : 2.320.0-4-rc1
7
+ appVersion : 2.320.0-4-rc1
8
8
icon : https://upload.wikimedia.org/wikipedia/en/thumb/4/4a/Ministry_of_Justice_logo_%28United_Kingdom%29.svg/611px-Ministry_of_Justice_logo_%28United_Kingdom%29.svg.png
9
9
maintainers :
10
10
- name : moj-data-platform-robot
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ metadata:
6
6
name : {{ .Release.Name }}-github-trigger-auth
7
7
spec :
8
8
secretTargetRef :
9
- - parameter : personalAccessToken
10
- name : {{ .Values.github.tokenSecretName }}
11
- key : {{ .Values.github.tokenSecretKey }}
9
+ - parameter : appKey
10
+ name : {{ .Values.keda.triggerAuthentication.secretTargetRef.name }}
11
+ key : {{ .Values.keda.triggerAuthentication.secretTargetRef.key }}
12
12
---
13
13
apiVersion : keda.sh/v1alpha1
14
14
kind : ScaledJob
77
77
repos : {{ .Values.github.repository }}
78
78
labels : {{ .Values.github.runner.labels | quote }}
79
79
runnerScope : " repo"
80
+ applicationID : {{ .Values.github.app.applicationID }}
81
+ installationID : {{ .Values.github.app.installationID }}
80
82
authenticationRef :
81
83
name : {{ .Release.Name }}-github-trigger-auth
82
84
{{- end }}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replicaCount: 1
7
7
image :
8
8
pullPolicy : IfNotPresent
9
9
repository : ghcr.io/ministryofjustice/analytical-platform-actions-runner
10
- tag : 2.320.0-3
10
+ tag : 2.320.0-4-rc1
11
11
12
12
imagePullSecrets : []
13
13
@@ -40,12 +40,19 @@ github:
40
40
tokenSecretKey : token
41
41
runner :
42
42
labels :
43
+ app :
44
+ applicationID :
45
+ installationID :
43
46
44
47
ephemeral :
45
48
enabled : true
46
49
karpenter :
47
50
enabled : true
48
51
nodePool : " general-spot"
49
52
keda :
50
- maxReplicaCount : 15
53
+ triggerAuthentication :
54
+ secretTargetRef :
55
+ name : actions-runners-github-app-apc-self-hosted-runners
56
+ key : private-key
57
+ maxReplicaCount : 20
51
58
pollingInterval : 20
You can’t perform that action at this time.
0 commit comments