Skip to content

Commit

Permalink
Revert beego bump in harbor-2.11 (#26370)
Browse files Browse the repository at this point in the history
@EyeCantCU reverted this in #26137
but then our automation added it back in
(#26157). I think it's breaking the
harbor helm test which is causing
chainguard-dev/image-release-stats#280 (cc
@smoser)

I added `manual: true` for now but please let me know if there's a
better way to stop automation from adding this back in

---------

Signed-off-by: RJ Trujillo <[email protected]>
Co-authored-by: RJ Trujillo <[email protected]>
  • Loading branch information
priyawadhwa and EyeCantCU authored Aug 15, 2024
1 parent 0339f8b commit 742b22b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions harbor-2.11.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: harbor-2.11
version: 2.11.0
epoch: 6
epoch: 7
description: An open source trusted cloud native registry project that stores, signs, and scans content
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -46,7 +46,7 @@ pipeline:
- uses: go/bump
with:
modroot: ./src
deps: github.com/cloudevents/sdk-go/[email protected] github.com/jackc/pgproto3/[email protected] google.golang.org/[email protected] github.com/docker/[email protected] github.com/beego/beego/[email protected]
deps: github.com/cloudevents/sdk-go/[email protected] github.com/jackc/pgproto3/[email protected] google.golang.org/[email protected] github.com/docker/[email protected]

- uses: go/build
with:
Expand Down

0 comments on commit 742b22b

Please sign in to comment.