Skip to content

Commit

Permalink
🔖 2.319.1-1 release (#108)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <[email protected]>
  • Loading branch information
Jacob Woffenden authored Aug 28, 2024
1 parent 188a19b commit f27ea85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apiVersion: v2
name: actions-runner
description: Deploy GitHub Actions self-hosted runner
type: application
version: 2.319.1-1-rc1
appVersion: 2.319.1-1-rc1
version: 2.319.1-1
appVersion: 2.319.1-1
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
maintainers:
- name: moj-data-platform-robot
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/scaled-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- toYaml .Values.resources | nindent 14 }}
env:
- name: EPHEMERAL
value: "true"
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
pullPolicy: IfNotPresent
repository: ghcr.io/ministryofjustice/analytical-platform-actions-runner
tag: 2.319.1-1-rc1
tag: 2.319.1-1

imagePullSecrets: []

Expand Down

0 comments on commit f27ea85

Please sign in to comment.