Skip to content

Commit d39b096

Browse files
committed
chore: Update CRD
1 parent d52f209 commit d39b096

File tree

5 files changed

+23
-47
lines changed

5 files changed

+23
-47
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/stackabletech/druid-operator"
1111

1212
[workspace.dependencies]
1313
stackable-versioned = { git = "https://github.com/stackabletech/operator-rs.git", features = ["k8s"], tag = "stackable-versioned-0.6.0" }
14-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.87.0" }
14+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.87.2" }
1515
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.7.0" }
1616

1717
anyhow = "1.0"

crate-hashes.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/helm/druid-operator/crds/crds.yaml

Lines changed: 8 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -669,26 +669,14 @@ spec:
669669
default:
670670
name: us-east-1
671671
description: |-
672-
AWS service API region used by the AWS SDK when using AWS S3 buckets.
672+
Bucket region used for signing headers (sigv4).
673673
674-
This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets.
674+
This defaults to `us-east-1` which is compatible with other implementations such as Minio.
675675
676-
NOTE: This is not the bucket region, and is used by the AWS SDK to construct endpoints for various AWS service APIs. It is only useful when using AWS S3 buckets.
677-
678-
When using AWS S3 buckets, you can configure optimal AWS service API connections in the following ways: - From **inside** AWS: Use an auto-discovery source (eg: AWS IMDS). - From **outside** AWS, or when IMDS is disabled, explicity set the region name nearest to where the client application is running from.
679-
oneOf:
680-
- required:
681-
- source
682-
- required:
683-
- name
676+
WARNING: Some products use the Hadoop S3 implementation which falls back to us-east-2.
684677
properties:
685678
name:
686-
description: 'An explicit region, eg: eu-central-1'
687-
type: string
688-
source:
689-
description: Defer region detection to an auto-discovery mechanism.
690-
enum:
691-
- AwsImds
679+
default: us-east-1
692680
type: string
693681
type: object
694682
tls:
@@ -825,26 +813,14 @@ spec:
825813
default:
826814
name: us-east-1
827815
description: |-
828-
AWS service API region used by the AWS SDK when using AWS S3 buckets.
829-
830-
This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets.
816+
Bucket region used for signing headers (sigv4).
831817
832-
NOTE: This is not the bucket region, and is used by the AWS SDK to construct endpoints for various AWS service APIs. It is only useful when using AWS S3 buckets.
818+
This defaults to `us-east-1` which is compatible with other implementations such as Minio.
833819
834-
When using AWS S3 buckets, you can configure optimal AWS service API connections in the following ways: - From **inside** AWS: Use an auto-discovery source (eg: AWS IMDS). - From **outside** AWS, or when IMDS is disabled, explicity set the region name nearest to where the client application is running from.
835-
oneOf:
836-
- required:
837-
- source
838-
- required:
839-
- name
820+
WARNING: Some products use the Hadoop S3 implementation which falls back to us-east-2.
840821
properties:
841822
name:
842-
description: 'An explicit region, eg: eu-central-1'
843-
type: string
844-
source:
845-
description: Defer region detection to an auto-discovery mechanism.
846-
enum:
847-
- AwsImds
823+
default: us-east-1
848824
type: string
849825
type: object
850826
tls:

0 commit comments

Comments
 (0)