Skip to content

Commit

Permalink
ci: Add diff pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Jul 21, 2024
1 parent c23c6cc commit 9d7ba7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/github-actions-runner/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: github-runner-agent
name: github-actions-runner
description: A Helm chart to deploy github runner for Kubernetes.
type: application
version: 1.1.2
Expand Down
2 changes: 1 addition & 1 deletion charts/github-actions-runner/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ include "github-actions-runner.fullname" . }}-restart
name: {{ include "github-actions-runner.fullname" . | trunc 55 | trimSuffix "-" }}-restart
labels:
{{- include "github-actions-runner.labels" . | nindent 4 }}
spec:
Expand Down

0 comments on commit 9d7ba7b

Please sign in to comment.