Skip to content

Commit

Permalink
Merge branch 'main' into cve-kserve-44c9bd4f5066f195a39b15dfc6c5f8a3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-albert authored Feb 4, 2025
2 parents c744b61 + 9dd00fb commit cbf51b2
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions karpenter-1.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
package:
name: karpenter-1.2
version: "1.2.1"
epoch: 0
description: Karpenter is a Kubernetes Node Autoscaler built for flexibility, performance, and simplicity.
copyright:
- license: Apache-2.0
dependencies:
provides:
- karpenter=${{package.full-version}}
- karpenter-provider-aws=${{package.full-version}}

pipeline:
- uses: git-checkout
with:
repository: https://github.com/aws/karpenter-provider-aws
tag: v${{package.version}}
expected-commit: 058c665bd0b635444ff822436628423461aeae2e

- uses: go/build
with:
packages: ./cmd/controller
output: controller
ldflags: -X=sigs.k8s.io/karpenter/pkg/operator.Version=${{package.version}}

update:
enabled: true
github:
identifier: aws/karpenter-provider-aws
tag-filter: v1.2.
strip-prefix: v

test:
environment:
environment:
# Required for test, otherwise application returns error when running --help.
SYSTEM_NAMESPACE: default
pipeline:
- name: Check application responds to --help command
runs: controller --help

0 comments on commit cbf51b2

Please sign in to comment.