Skip to content

Commit

Permalink
fix: update helm version and fix dnsPolicy to allow for being on the …
Browse files Browse the repository at this point in the history
…hostnetwork
  • Loading branch information
josmo committed May 10, 2024
1 parent 09a83a9 commit 3cd590e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gitops/components/crossplane/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3cd590e

Please sign in to comment.