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: