diff --git a/gitops/components/crossplane/resources.yaml b/gitops/components/crossplane/resources.yaml index da3bb4b..a469b9d 100644 --- a/gitops/components/crossplane/resources.yaml +++ b/gitops/components/crossplane/resources.yaml @@ -18,8 +18,9 @@ spec: source: chart: crossplane repoURL: https://charts.crossplane.io/stable - targetRevision: 1.15.1 + targetRevision: 1.15.2 helm: releaseName: crossplane valuesObject: hostNetwork: true + dnsPolicy: "ClusterFirstWithHostNet"