Skip to content

Commit 9995115

Browse files
committed
bump build submodule
1 parent e5edaf0 commit 9995115

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

api/crds/manifests/dns.openmcp.cloud_dnsserviceconfigs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.18.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
labels:
88
openmcp.cloud/cluster: platform
99
name: dnsserviceconfigs.dns.openmcp.cloud
@@ -631,6 +631,10 @@ spec:
631631
required:
632632
- chartName
633633
type: object
634+
x-kubernetes-validations:
635+
- message: exactly one of the fields in [helm git oci] must be set
636+
rule: '[has(self.helm),has(self.git),has(self.oci)].filter(x,x==true).size()
637+
== 1'
634638
helmReleaseReconciliationInterval:
635639
description: |-
636640
HelmReleaseReconciliationInterval is the interval at which the HelmRelease for external-dns is reconciled.

0 commit comments

Comments
 (0)