Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion cluster-proportional-autoscaler.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down