You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -295,6 +295,8 @@ Install holds the configuration for Helm install actions for this HelmRelease.
295
295
|**createNamespace**|bool|CreateNamespace tells the Helm install action to create the<br />HelmReleaseSpec.TargetNamespace if it does not exist yet.<br />On uninstall, the namespace will not be garbage collected.||
296
296
|**disableHooks**|bool|DisableHooks prevents hooks from running during the Helm install action.||
297
297
|**disableOpenAPIValidation**|bool|DisableOpenAPIValidation prevents the Helm install action from validating<br />rendered templates against the Kubernetes OpenAPI Schema.||
298
+
|**disableSchemaValidation**|bool|DisableSchemaValidation prevents the Helm install action from validating<br />the values against the JSON Schema.||
299
+
|**disableTakeOwnership**|bool|DisableTakeOwnership disables taking ownership of existing resources<br />during the Helm install action. Defaults to false.||
298
300
|**disableWait**|bool|DisableWait disables the waiting for resources to be ready after a Helm<br />install has been performed.||
299
301
|**disableWaitForJobs**|bool|DisableWaitForJobs disables waiting for jobs to complete after a Helm<br />install has been performed.||
@@ -449,6 +451,8 @@ Upgrade holds the configuration for Helm upgrade actions for this HelmRelease.
449
451
|**crds**|"Skip" | "Create" | "CreateReplace"|CRDs upgrade CRDs from the Helm Chart's crds directory according<br />to the CRD upgrade policy provided here. Valid values are `Skip`,<br />`Create` or `CreateReplace`. Default is `Skip` and if omitted<br />CRDs are neither installed nor upgraded.<br /><br />Skip: do neither install nor replace (update) any CRDs.<br /><br />Create: new CRDs are created, existing CRDs are neither updated nor deleted.<br /><br />CreateReplace: new CRDs are created, existing CRDs are updated (replaced)<br />but not deleted.<br /><br />By default, CRDs are not applied during Helm upgrade action. With this<br />option users can opt-in to CRD upgrade, which is not (yet) natively supported by Helm.<br />https://helm.sh/docs/chart_best_practices/custom_resource_definitions.||
450
452
|**disableHooks**|bool|DisableHooks prevents hooks from running during the Helm upgrade action.||
451
453
|**disableOpenAPIValidation**|bool|DisableOpenAPIValidation prevents the Helm upgrade action from validating<br />rendered templates against the Kubernetes OpenAPI Schema.||
454
+
|**disableSchemaValidation**|bool|DisableSchemaValidation prevents the Helm upgrade action from validating<br />the values against the JSON Schema.||
455
+
|**disableTakeOwnership**|bool|DisableTakeOwnership disables taking ownership of existing resources<br />during the Helm upgrade action. Defaults to false.||
452
456
|**disableWait**|bool|DisableWait disables the waiting for resources to be ready after a Helm<br />upgrade has been performed.||
453
457
|**disableWaitForJobs**|bool|DisableWaitForJobs disables waiting for jobs to complete after a Helm<br />upgrade has been performed.||
454
458
|**force**|bool|Force forces resource updates through a replacement strategy.||
@@ -509,7 +513,7 @@ HelmReleaseStatus defines the observed state of a HelmRelease.
509
513
|**upgradeFailures**|int|UpgradeFailures is the upgrade failure count against the latest desired<br />state. It is reset after a successful reconciliation.||
Condition contains details for one aspect of the current state of this API Resource. --- This struct is intended for direct use as an array at the field path .status.conditions. For example, type FooStatus struct{ // Represents the observations of a foo's current state. // Known .status.conditions.type are: "Available", "Progressing", and "Degraded" // +patchMergeKey=type // +patchStrategy=merge // +listType=map // +listMapKey=type Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"` // other fields }
516
+
Condition contains details for one aspect of the current state of this API Resource.
513
517
514
518
#### Attributes
515
519
@@ -615,7 +619,7 @@ HelmReleaseSpec defines the desired state of a Helm release.
|**dependsOn**|[[HelmToolkitFluxcdIoV2beta1HelmReleaseSpecDependsOnItems0](#helmtoolkitfluxcdiov2beta1helmreleasespecdependsonitems0)]|DependsOn may contain a meta.NamespacedObjectReference slice with<br />references to HelmRelease resources that must be ready before this HelmRelease<br />can be reconciled.||
@@ -1015,7 +1019,7 @@ HelmReleaseStatus defines the observed state of a HelmRelease.
1015
1019
|**upgradeFailures**|int|UpgradeFailures is the upgrade failure count against the latest desired<br />state. It is reset after a successful reconciliation.||
Condition contains details for one aspect of the current state of this API Resource. --- This struct is intended for direct use as an array at the field path .status.conditions. For example, type FooStatus struct{ // Represents the observations of a foo's current state. // Known .status.conditions.type are: "Available", "Progressing", and "Degraded" // +patchMergeKey=type // +patchStrategy=merge // +listType=map // +listMapKey=type Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"` // other fields }
1022
+
Condition contains details for one aspect of the current state of this API Resource.
1019
1023
1020
1024
#### Attributes
1021
1025
@@ -1175,7 +1179,7 @@ The name and namespace of the v1.Source the chart is available at.
1175
1179
| name | type | description | default value |
1176
1180
| --- | --- | --- | --- |
1177
1181
|**apiVersion**|str|APIVersion of the referent.||
1178
-
|**kind**|"HelmRepository" | "GitRepository" | "Bucket"|Kind of the referent.||
1182
+
|**kind**`required`|"HelmRepository" | "GitRepository" | "Bucket"|Kind of the referent.||
@@ -1508,7 +1512,7 @@ HelmReleaseStatus defines the observed state of a HelmRelease.
1508
1512
|**upgradeFailures**|int|UpgradeFailures is the upgrade failure count against the latest desired<br />state. It is reset after a successful reconciliation.||
Condition contains details for one aspect of the current state of this API Resource. --- This struct is intended for direct use as an array at the field path .status.conditions. For example, type FooStatus struct{ // Represents the observations of a foo's current state. // Known .status.conditions.type are: "Available", "Progressing", and "Degraded" // +patchMergeKey=type // +patchStrategy=merge // +listType=map // +listMapKey=type Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"` // other fields }
1515
+
Condition contains details for one aspect of the current state of this API Resource.
0 commit comments