Skip to content

Commit

Permalink
Make use of dedicated fluxcd/pkg modules
Browse files Browse the repository at this point in the history
This includes an upgrade of github.com/fluxcd/source-controller to
v0.0.9 to avoid conflicts.
  • Loading branch information
hiddeco committed Aug 17, 2020
1 parent e7d8a15 commit b842fd3
Show file tree
Hide file tree
Showing 4 changed files with 202 additions and 42 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
IMG ?= fluxcd/kustomize-controller:latest
# Produce CRDs that work back to Kubernetes 1.16
CRD_OPTIONS ?= crd:crdVersions=v1
SOURCE_VER ?= v0.0.7
SOURCE_VER ?= v0.0.9

# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell go env GOBIN))
Expand Down
4 changes: 2 additions & 2 deletions config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ resources:
- ../crd
- ../rbac
- ../manager
- github.com/fluxcd/source-controller/config//crd?ref=v0.0.7
- github.com/fluxcd/source-controller/config//manager?ref=v0.0.7
- github.com/fluxcd/source-controller/config//crd?ref=v0.0.9
- github.com/fluxcd/source-controller/config//manager?ref=v0.0.9
- namespace.yaml
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ module github.com/fluxcd/kustomize-controller
go 1.14

require (
github.com/fluxcd/pkg v0.0.3
github.com/fluxcd/source-controller v0.0.7
github.com/fluxcd/pkg/lockedfile v0.0.5
github.com/fluxcd/pkg/recorder v0.0.5
github.com/fluxcd/pkg/untar v0.0.5
github.com/fluxcd/source-controller v0.0.9
github.com/go-logr/logr v0.1.0
github.com/onsi/ginkgo v1.12.1
github.com/onsi/gomega v1.10.1
go.uber.org/zap v1.10.0
go.uber.org/zap v1.13.0
k8s.io/api v0.18.4
k8s.io/apimachinery v0.18.4
k8s.io/client-go v0.18.4
Expand Down
Loading

0 comments on commit b842fd3

Please sign in to comment.