Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
fix: update git-controller to auto generate repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed May 18, 2023
1 parent 0f56cbb commit ef35948
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions config/crd/bases/mpas.ocm.software_projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ spec:
type: string
provider:
type: string
repositoryName:
type: string
visibility:
default: private
enum:
Expand All @@ -128,7 +126,6 @@ spec:
- isOrganization
- owner
- provider
- repositoryName
type: object
interval:
type: string
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/fluxcd/pkg/runtime v0.27.0
github.com/fluxcd/pkg/ssa v0.27.0
github.com/fluxcd/source-controller/api v1.0.0-rc.3
github.com/open-component-model/git-controller v0.3.1
github.com/open-component-model/git-controller v0.3.2-0.20230515101654-ad44d1c15764
github.com/stretchr/testify v1.8.2
k8s.io/api v0.26.3
k8s.io/apimachinery v0.26.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8m
github.com/onsi/ginkgo/v2 v2.8.4 h1:gf5mIQ8cLFieruNLAdgijHF1PYfLphKm2dxxcUtcqK0=
github.com/onsi/gomega v1.27.2 h1:SKU0CXeKE/WVgIV1T61kSa3+IRE8Ekrv9rdXDwwTqnY=
github.com/onsi/gomega v1.27.2/go.mod h1:5mR3phAHpkAVIDkHEUBY6HGVsU+cpcEscrGPB4oPlZI=
github.com/open-component-model/git-controller v0.3.1 h1:y3DoQ2/R6pxWXi+7HNYUxoz4Lr/D6mdSKkHmsE2BRf0=
github.com/open-component-model/git-controller v0.3.1/go.mod h1:gxAx3CO1s59hs6PGx4d9AjsbmDiWnwJMwiX9GWgaDmY=
github.com/open-component-model/git-controller v0.3.2-0.20230515101654-ad44d1c15764 h1:rsIBXPKO4JkSg52n7xoZFD0o0q/ll6Dx+pQ1+UvVWCM=
github.com/open-component-model/git-controller v0.3.2-0.20230515101654-ad44d1c15764/go.mod h1:gxAx3CO1s59hs6PGx4d9AjsbmDiWnwJMwiX9GWgaDmY=
github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=
github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down

0 comments on commit ef35948

Please sign in to comment.