Skip to content

Commit

Permalink
chore(deps): upgrade flux components to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VoliKoN authored Dec 7, 2024
1 parent 3c6d40f commit 0e9b014
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cluster/base/flux-system/gotk-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8845,12 +8845,9 @@ spec:
type: object
type: array
required:
- chart
- interval
type: object
x-kubernetes-validations:
- message: either chart or chartRef must be set
rule: (has(self.chart) && !has(self.chartRef)) || (!has(self.chart)
&& has(self.chartRef))
status:
default:
observedGeneration: -1
Expand Down Expand Up @@ -12202,7 +12199,6 @@ spec:
- gcr
- nexus
- acr
- cdevents
type: string
required:
- resources
Expand Down

0 comments on commit 0e9b014

Please sign in to comment.