Skip to content

Commit 37cfc52

Browse files
authored
Merge pull request #132 from holaplex/mpw/wops-fix-typo
use repository variable
2 parents ecddffe + 9e1be76 commit 37cfc52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/github-runners/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ type: application
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
2121

22-
version: 0.1.0
22+
version: 0.1.1
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
2727
# It is recommended to use it with quotes.
28-
appVersion: 0.1.0
28+
appVersion: 0.1.1
2929
sources:
3030
- https://github.com/holaplex/helm-charts

charts/github-runners/templates/runner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
operator: "Equal"
2424
value: {{ . }}
2525
effect: "NoSchedule"
26-
repository: {{ $organizationName }}/{{ $runner.name }}
26+
repository: {{ $organizationName }}/{{ $runner.repository }}
2727
---
2828
apiVersion: actions.summerwind.dev/v1alpha1
2929
kind: HorizontalRunnerAutoscaler
@@ -38,6 +38,6 @@ spec:
3838
metrics:
3939
- type: TotalNumberOfQueuedAndInProgressWorkflowRuns
4040
repositoryNames:
41-
- {{ $organizationName }}/{{ $runner.name }}
41+
- {{ $organizationName }}/{{ $runner.repository }}
4242
{{- end }}
4343
{{- end }}

0 commit comments

Comments
 (0)