From 6c6c7433b017d06c3470247b3f308265b802afe5 Mon Sep 17 00:00:00 2001 From: mpw Date: Fri, 28 Jul 2023 19:17:41 -0300 Subject: [PATCH 1/2] use repository variable --- charts/github-runners/templates/runner.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/github-runners/templates/runner.yaml b/charts/github-runners/templates/runner.yaml index 1722515..0bf2adf 100644 --- a/charts/github-runners/templates/runner.yaml +++ b/charts/github-runners/templates/runner.yaml @@ -23,7 +23,7 @@ spec: operator: "Equal" value: {{ . }} effect: "NoSchedule" - repository: {{ $organizationName }}/{{ $runner.name }} + repository: {{ $organizationName }}/{{ $runner.repository }} --- apiVersion: actions.summerwind.dev/v1alpha1 kind: HorizontalRunnerAutoscaler @@ -38,6 +38,6 @@ spec: metrics: - type: TotalNumberOfQueuedAndInProgressWorkflowRuns repositoryNames: - - {{ $organizationName }}/{{ $runner.name }} + - {{ $organizationName }}/{{ $runner.repository }} {{- end }} {{- end }} From 9e1be76b6d2a7412c29fa0a670f2ce39c6212e82 Mon Sep 17 00:00:00 2001 From: mpw Date: Fri, 28 Jul 2023 19:18:11 -0300 Subject: [PATCH 2/2] up chart version --- charts/github-runners/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/github-runners/Chart.yaml b/charts/github-runners/Chart.yaml index 717ca6d..62150fe 100644 --- a/charts/github-runners/Chart.yaml +++ b/charts/github-runners/Chart.yaml @@ -19,12 +19,12 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.1.0 +appVersion: 0.1.1 sources: - https://github.com/holaplex/helm-charts