From 3cd590efde8129551bfc0c9c4e7e4cf7282be927 Mon Sep 17 00:00:00 2001 From: Joachim Hill-Grannec Date: Fri, 10 May 2024 16:47:25 -0600 Subject: [PATCH] fix: update helm version and fix dnsPolicy to allow for being on the hostnetwork --- gitops/components/crossplane/resources.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"