File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
2929sources :
3030 - https://github.com/holaplex/helm-charts
Original file line number Diff line number Diff line change 2323 operator : " Equal"
2424 value : {{ . }}
2525 effect : " NoSchedule"
26- repository : {{ $organizationName }}/{{ $runner.name }}
26+ repository : {{ $organizationName }}/{{ $runner.repository }}
2727---
2828apiVersion : actions.summerwind.dev/v1alpha1
2929kind : HorizontalRunnerAutoscaler
3838 metrics :
3939 - type : TotalNumberOfQueuedAndInProgressWorkflowRuns
4040 repositoryNames :
41- - {{ $organizationName }}/{{ $runner.name }}
41+ - {{ $organizationName }}/{{ $runner.repository }}
4242 {{- end }}
4343{{- end }}
You can’t perform that action at this time.
0 commit comments