Skip to content

Commit

Permalink
keda-2.16/2.16.1 package update (#38326)
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-sts[bot] and wolfi-bot authored Dec 25, 2024
1 parent 14e8ac9 commit a3ec06a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions keda-2.16.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: keda-2.16
version: 2.16.0
epoch: 2
version: 2.16.1
epoch: 0
description: KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
copyright:
- license: Apache-2.0
Expand All @@ -24,14 +24,10 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: 5c52d032931b8ecf855d0c298f8d5e48937aecd7
expected-commit: ce14b239e0300f388b0425aef68154d8070cd66f
repository: https://github.com/kedacore/keda
tag: v${{package.version}}

- uses: go/bump
with:
deps: golang.org/x/[email protected] golang.org/x/[email protected]

- runs: |
ARCH=$(go env GOARCH) make build
mkdir -p "${{targets.destdir}}/usr/bin"
Expand Down

0 comments on commit a3ec06a

Please sign in to comment.