File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1193,6 +1193,18 @@ spec:
11931193 Upgrade allows to overwrite the default upgrade options for the HelmRelease.
11941194 Inherited from HelmRelease spec.
11951195 properties :
1196+ chartNameChangeStrategy :
1197+ description : |-
1198+ ChartNameChangeStrategy defines the strategy to use when a Helm chart name changes.
1199+ Valid values are 'Reinstall' or 'InPlaceUpdate'. Defaults to 'Reinstall' if omitted.
1200+
1201+ Reinstall: Reinstall the Helm release, uninstalling the existing Helm release.
1202+
1203+ InPlaceUpdate: Update the Helm release in place.
1204+ enum :
1205+ - InPlaceUpdate
1206+ - Reinstall
1207+ type : string
11961208 cleanupOnFail :
11971209 description : |-
11981210 CleanupOnFail allows deletion of new resources created during the Helm
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
2323 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2424 github.com/emicklei/go-restful/v3 v3.13.0 // indirect
2525 github.com/evanphx/json-patch/v5 v5.9.11 // indirect
26- github.com/fluxcd/helm-controller/api v1.5.5 // indirect
26+ github.com/fluxcd/helm-controller/api v1.6.0 // indirect
2727 github.com/fluxcd/pkg/apis/acl v0.10.0 // indirect
2828 github.com/fluxcd/pkg/apis/kustomize v1.19.0 // indirect
2929 github.com/fluxcd/pkg/apis/meta v1.30.0 // indirect
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ github.com/evanphx/json-patch v4.12.0+incompatible h1:4onqiflcdA9EOZ4RxV643DvftH
1414github.com/evanphx/json-patch v4.12.0+incompatible /go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk =
1515github.com/evanphx/json-patch/v5 v5.9.11 h1:/8HVnzMq13/3x9TPvjG08wUGqBTmZBsCWzjTM0wiaDU =
1616github.com/evanphx/json-patch/v5 v5.9.11 /go.mod h1:3j+LviiESTElxA4p3EMKAB9HXj3/XEtnUf6OZxqIQTM =
17- github.com/fluxcd/helm-controller/api v1.5.5 h1:xQA/9gbifMvZPGhSNKHsrkq829dI/yTBASVdYp9/s4Y =
18- github.com/fluxcd/helm-controller/api v1.5.5 /go.mod h1:lTgeUmtVYExMKp7mRDncsr4JwHTz3LFtLjRJZeR98lI =
17+ github.com/fluxcd/helm-controller/api v1.6.0 h1:s0IZ+pA9IyyWc6E6DzOJPvQqunmnqU3W66RimXSYUTY =
18+ github.com/fluxcd/helm-controller/api v1.6.0 /go.mod h1:oKuRQYGJVS87HLybfpgYbu1X1anigFpRsVLLjPXufTA =
1919github.com/fluxcd/pkg/apis/acl v0.10.0 h1:KPfAmELNvtvaz8wixnm/MYXqa+MJf7ntVVMUU93Aenk =
2020github.com/fluxcd/pkg/apis/acl v0.10.0 /go.mod h1:a87i2A7AlFO5N2J8CxtzaUCCDmuLLWOHwkKu3eJF5fY =
2121github.com/fluxcd/pkg/apis/kustomize v1.19.0 h1:DKiRUwS/8HaePXUF+JUShbBe/HAClnJwm2tdiUnPMiY =
You can’t perform that action at this time.
0 commit comments