Commit 189c683 1 parent 5d8bcf9 commit 189c683 Copy full SHA for 189c683
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
IMG ?= fluxcd/kustomize-controller:latest
3
3
# Produce CRDs that work back to Kubernetes 1.16
4
4
CRD_OPTIONS ?= crd:crdVersions=v1
5
- SOURCE_VER ?= v0.22.0
5
+ SOURCE_VER ?= v0.22.3
6
6
7
7
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
8
8
ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
21
21
github.com/fluxcd/pkg/ssa v0.15.1
22
22
github.com/fluxcd/pkg/testserver v0.2.0
23
23
github.com/fluxcd/pkg/untar v0.1.0
24
- github.com/fluxcd/source-controller/api v0.22.0
24
+ github.com/fluxcd/source-controller/api v0.22.3
25
25
github.com/hashicorp/go-retryablehttp v0.7.0
26
26
github.com/hashicorp/vault/api v1.4.1
27
27
github.com/onsi/gomega v1.18.1
Original file line number Diff line number Diff line change @@ -286,8 +286,8 @@ github.com/fluxcd/pkg/testserver v0.2.0 h1:Mj0TapmKaywI6Fi5wvt1LAZpakUHmtzWQpJNK
286
286
github.com/fluxcd/pkg/testserver v0.2.0 /go.mod h1:bgjjydkXsZTeFzjz9Cr4heGANr41uTB1Aj1Q5qzuYVk =
287
287
github.com/fluxcd/pkg/untar v0.1.0 h1:k97V/xV5hFrAkIkVPuv5AVhyxh1ZzzAKba/lbDfGo6o =
288
288
github.com/fluxcd/pkg/untar v0.1.0 /go.mod h1:aGswNyzB1mlz/T/kpOS58mITBMxMKc9tlJBH037A2HY =
289
- github.com/fluxcd/source-controller/api v0.22.0 h1:WF0xsrlyUaRLWS4u5un3yfzlvER86sZx/qiV6l7Ay6Q =
290
- github.com/fluxcd/source-controller/api v0.22.0 /go.mod h1:Vb13q9Pq+1IW/sJUZn/RSb7IU5WT86Er6uCFPCFm9L4 =
289
+ github.com/fluxcd/source-controller/api v0.22.3 h1:HnpSnCtIytwSGSz2qu+GJwyZRmD5UXZL5oOQapiQOtk =
290
+ github.com/fluxcd/source-controller/api v0.22.3 /go.mod h1:Vb13q9Pq+1IW/sJUZn/RSb7IU5WT86Er6uCFPCFm9L4 =
291
291
github.com/form3tech-oss/jwt-go v3.2.2+incompatible /go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k =
292
292
github.com/form3tech-oss/jwt-go v3.2.3+incompatible h1:7ZaBxOI7TMoYBfyA3cQHErNNyAWIKUMIwqxEtgHOs5c =
293
293
github.com/form3tech-oss/jwt-go v3.2.3+incompatible /go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k =
You can’t perform that action at this time.
0 commit comments