Skip to content

Commit f08fb7e

Browse files
authored
chore(deps): renovate updates submodule for build (hack/common) (#52)
1 parent 2605fdf commit f08fb7e

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

api/v1beta1/controlplane_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func (cp ControlPlane) WasDeleted() bool {
131131
return !cp.DeletionTimestamp.IsZero()
132132
}
133133

134-
//+kubebuilder:object:root=true
134+
// +kubebuilder:object:root=true
135135

136136
// ControlPlaneList contains a list of ControlPlane
137137
type ControlPlaneList struct {

api/v1beta1/crossplane_component_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type CrossplaneConfig struct {
1515
Chart *ChartSpec `json:"chart,omitempty"`
1616

1717
// Optional additional values that should be passed to the Crossplane Helm chart.
18-
//+kubebuilder:pruning:PreserveUnknownFields
18+
// +kubebuilder:pruning:PreserveUnknownFields
1919
Values *apiextensionsv1.JSON `json:"values,omitempty"`
2020

2121
// List of Crossplane providers to be installed.

cmd/control-plane-operator/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import (
4646
"github.com/openmcp-project/control-plane-operator/internal/controller"
4747
"github.com/openmcp-project/control-plane-operator/internal/schemes"
4848
"github.com/openmcp-project/control-plane-operator/pkg/controlplane/kubeconfiggen"
49-
//+kubebuilder:scaffold:imports
49+
// +kubebuilder:scaffold:imports
5050
)
5151

5252
var (
@@ -202,7 +202,7 @@ func main() {
202202
setupLog.Error(err, "unable to create controller", "controller", "Secret")
203203
os.Exit(1)
204204
}
205-
//+kubebuilder:scaffold:builder
205+
// +kubebuilder:scaffold:builder
206206

207207
if err = (&controller.ReleaseChannelReconciler{
208208
Client: mgr.GetClient(),

renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"git-submodules": {
4+
"enabled": true
5+
},
36
"minimumReleaseAge": "3 days",
47
"extends": [
58
"config:recommended",

0 commit comments

Comments
 (0)