Skip to content

Commit

Permalink
Merge pull request #12259 from wolfi-dev/wolfictl-e78917aa-bbc8-44bc-…
Browse files Browse the repository at this point in the history
…8c45-acadde497187
  • Loading branch information
ajayk authored Feb 1, 2024
2 parents ee84e2b + 25b5945 commit ae06d1e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions flux-image-automation-controller.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: flux-image-automation-controller
version: 0.37.0
epoch: 3
version: 0.37.1
epoch: 0
description: GitOps Toolkit controller that patches container image tags in Git
copyright:
- license: Apache-2.0
Expand All @@ -19,14 +19,10 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: d5e199b983be3df27da3b3c59761d3670ba8f0a0
expected-commit: 6e093957e172589dc8f734744ebc579f132d3bf6
repository: https://github.com/fluxcd/image-automation-controller
tag: v${{package.version}}

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

- runs: |
mkdir -p "${{targets.destdir}}"/usr/bin
CGO_ENABLED=1 CGO_LDFLAGS="-static -fuse-ld=lld" go build \
Expand Down

0 comments on commit ae06d1e

Please sign in to comment.