Skip to content

Commit

Permalink
Update source-controller to v0.19.0
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <hello@hidde.co>
  • Loading branch information
hiddeco committed Nov 23, 2021
1 parent a1da8b4 commit 9ae9f64
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 134 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CACHE := cache

# Version of the source-controller from which to get the GitRepository CRD.
# Change this if you bump the source-controller/api version in go.mod.
SOURCE_VER ?= v0.17.2
SOURCE_VER ?= v0.19.0

# Version of the image-reflector-controller from which to get the ImagePolicy CRD.
# Change this if you bump the image-reflector-controller/api version in go.mod.
Expand Down
4 changes: 2 additions & 2 deletions api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/fluxcd/image-automation-controller/api
go 1.16

require (
github.com/fluxcd/pkg/apis/meta v0.10.0
github.com/fluxcd/source-controller/api v0.17.2
github.com/fluxcd/pkg/apis/meta v0.10.1
github.com/fluxcd/source-controller/api v0.19.0
k8s.io/apimachinery v0.22.2
sigs.k8s.io/controller-runtime v0.10.2
)
Loading

0 comments on commit 9ae9f64

Please sign in to comment.