Skip to content

Commit 4485a6a

Browse files
chore: regenerate after dependency update
1 parent ce58085 commit 4485a6a

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

api/crds/manifests/helm.open-control-plane.io_helmdeployments.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

lib/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lib/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ github.com/evanphx/json-patch v4.12.0+incompatible h1:4onqiflcdA9EOZ4RxV643DvftH
1414
github.com/evanphx/json-patch v4.12.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
1515
github.com/evanphx/json-patch/v5 v5.9.11 h1:/8HVnzMq13/3x9TPvjG08wUGqBTmZBsCWzjTM0wiaDU=
1616
github.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=
1919
github.com/fluxcd/pkg/apis/acl v0.10.0 h1:KPfAmELNvtvaz8wixnm/MYXqa+MJf7ntVVMUU93Aenk=
2020
github.com/fluxcd/pkg/apis/acl v0.10.0/go.mod h1:a87i2A7AlFO5N2J8CxtzaUCCDmuLLWOHwkKu3eJF5fY=
2121
github.com/fluxcd/pkg/apis/kustomize v1.19.0 h1:DKiRUwS/8HaePXUF+JUShbBe/HAClnJwm2tdiUnPMiY=

0 commit comments

Comments
 (0)