From 2a31c53b02e70139b9f455dcd195e089e3cc3d3e Mon Sep 17 00:00:00 2001 From: Josh Wolf Date: Mon, 21 Aug 2023 13:17:20 -0400 Subject: [PATCH] add a compat package to cover our helm chart basis Signed-off-by: Josh Wolf --- cluster-proportional-autoscaler.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/cluster-proportional-autoscaler.yaml b/cluster-proportional-autoscaler.yaml index 8ff914d8b27..56849e3ad1d 100644 --- a/cluster-proportional-autoscaler.yaml +++ b/cluster-proportional-autoscaler.yaml @@ -1,7 +1,7 @@ package: name: cluster-proportional-autoscaler version: 1.8.9 - epoch: 1 + epoch: 2 description: Kubernetes Cluster Proportional Autoscaler Container copyright: - license: Apache-2.0 @@ -30,6 +30,17 @@ pipeline: - uses: strip +subpackages: + - name: ${{package.name}}-compat + pipeline: + - working-directory: ${{targets.subpkgdir}} + runs: | + # The helm chart expects to be able to call "./cluster-proportional-autoscaler" + ln -s /usr/bin/cluster-proportional-autoscaler "cluster-proportional-autoscaler" + dependencies: + runtime: + - cluster-proportional-autoscaler + update: enabled: true github: