File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -903,17 +903,20 @@ without completing. This can occur due to some of the following factors:
903
903
non-existing Secret.
904
904
- The credentials in the referenced Secret are invalid.
905
905
- The Bucket spec contains a generic misconfiguration.
906
+ - A storage related failure when storing the artifact.
906
907
907
908
When this happens, the controller sets the `Ready` Condition status to `False`,
908
909
and adds a Condition with the following attributes to the Bucket's
909
910
`.status.conditions` :
910
911
911
- - `type : FetchFailed`
912
+ - `type : FetchFailed` | `type: StorageOperationFailed`
912
913
- `status : " True" `
913
914
- ` reason: AuthenticationFailed` | `reason: BucketOperationFailed`
914
915
915
916
This condition has a ["negative polarity"][typical-status-properties],
916
917
and is only present on the Bucket while the status value is `"True"`.
918
+ There may be more arbitrary values for the `reason` field to provide accurate
919
+ reason for a condition.
917
920
918
921
While the Bucket has this Condition, the controller will continue to attempt
919
922
to produce an Artifact for the resource with an exponential backoff, until
Original file line number Diff line number Diff line change @@ -763,17 +763,20 @@ factors:
763
763
- The verification of the Git commit signature failed.
764
764
- The credentials in the referenced Secret are invalid.
765
765
- The GitRepository spec contains a generic misconfiguration.
766
+ - A storage related failure when storing the artifact.
766
767
767
768
When this happens, the controller sets the `Ready` Condition status to `False`,
768
769
and adds a Condition with the following attributes to the GitRepository's
769
770
`.status.conditions` :
770
771
771
- - `type : FetchFailed` | `type: IncludeUnavailableCondition `
772
+ - `type : FetchFailed` | `type: IncludeUnavailable` | `type: StorageOperationFailed `
772
773
- `status : " True" `
773
- - ` reason: AuthenticationFailed` | `reason: GitOperationFailed` | `reason: StorageOperationFailed`
774
+ - ` reason: AuthenticationFailed` | `reason: GitOperationFailed`
774
775
775
776
This condition has a ["negative polarity"][typical-status-properties],
776
777
and is only present on the GitRepository while the status value is `"True"`.
778
+ There may be more arbitrary values for the `reason` field to provide accurate
779
+ reason for a condition.
777
780
778
781
In addition to the above Condition types, when the
779
782
[verification of a Git commit signature](#verification) fails. A condition with
Original file line number Diff line number Diff line change @@ -532,17 +532,20 @@ factors:
532
532
- The credentials in the [Source reference](#source-reference) Secret are
533
533
invalid.
534
534
- The HelmChart spec contains a generic misconfiguration.
535
+ - A storage related failure when storing the artifact.
535
536
536
537
When this happens, the controller sets the `Ready` Condition status to `False`,
537
538
and adds a Condition with the following attributes to the HelmChart's
538
539
`.status.conditions` :
539
540
540
- - `type : FetchFailed`
541
+ - `type : FetchFailed` | `type: StorageOperationFailed`
541
542
- `status : " True" `
542
543
- ` reason: AuthenticationFailed` | `reason: StorageOperationFailed` | `reason: URLInvalid` | `reason: IllegalPath` | `reason: Failed`
543
544
544
545
This condition has a ["negative polarity"][typical-status-properties],
545
546
and is only present on the HelmChart while the status value is `"True"`.
547
+ There may be more arbitrary values for the `reason` field to provide accurate
548
+ reason for a condition.
546
549
547
550
While the HelmChart has this Condition, the controller will continue to
548
551
attempt to produce an Artifact for the resource with an exponential backoff,
Original file line number Diff line number Diff line change @@ -475,17 +475,20 @@ factors:
475
475
non-existing Secret.
476
476
- The credentials in the referenced Secret are invalid.
477
477
- The HelmRepository spec contains a generic misconfiguration.
478
+ - A storage related failure when storing the artifact.
478
479
479
480
When this happens, the controller sets the `Ready` Condition status to `False`,
480
481
and adds a Condition with the following attributes to the HelmRepository's
481
482
`.status.conditions` :
482
483
483
- - `type : FetchFailed`
484
+ - `type : FetchFailed` | `type: StorageOperationFailed`
484
485
- `status : " True" `
485
486
- ` reason: AuthenticationFailed` | `reason: IndexationFailed` | `reason: Failed`
486
487
487
488
This condition has a ["negative polarity"][typical-status-properties],
488
489
and is only present on the HelmRepository while the status value is `"True"`.
490
+ There may be more arbitrary values for the `reason` field to provide accurate
491
+ reason for a condition.
489
492
490
493
While the HelmRepository has this Condition, the controller will continue to
491
494
attempt to produce an Artifact for the resource with an exponential backoff,
You can’t perform that action at this time.
0 commit comments