Skip to content

Commit

Permalink
to #767, reverse pullInterval and interval in helmrelease
Browse files Browse the repository at this point in the history
  • Loading branch information
MiD10 committed Dec 3, 2024
1 parent ade56fc commit ca78152
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions addons/fluxcd/definitions/helm-release-def.cue
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ template: {
}
spec: {
timeout: parameter.installTimeout
interval: parameter.pullInterval
interval: parameter.interval
chart: {
spec: {
chart: parameter.chart
Expand All @@ -155,7 +155,7 @@ template: {
name: parameter.sourceName
}
}
interval: parameter.interval
interval: parameter.pullInterval
if parameter["valuesFiles"] != _|_ {
valuesFiles: parameter["valuesFiles"]
}
Expand Down
2 changes: 1 addition & 1 deletion addons/fluxcd/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fluxcd
version: 3.0.0
version: 3.0.1
description: Extended workload to do continuous and progressive delivery
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/flux/horizontal/color/flux-horizontal-color.png
url: https://fluxcd.io
Expand Down

0 comments on commit ca78152

Please sign in to comment.