Skip to content

Commit 70e110e

Browse files
Upgrade stackable-operator
1 parent 7a33e89 commit 70e110e

5 files changed

Lines changed: 44 additions & 56 deletions

File tree

Cargo.lock

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

Cargo.nix

Lines changed: 23 additions & 23 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/stackabletech/nifi-operator"
1111

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

1616
anyhow = "1.0"
1717
built = { version = "0.7", features = ["chrono", "git2"] }
@@ -37,6 +37,3 @@ xml-rs = "0.8"
3737
# [patch."https://github.com/stackabletech/operator-rs.git"]
3838
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
3939
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }
40-
41-
[patch."https://github.com/stackabletech/operator-rs.git"]
42-
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "feat/git-sync" }

crate-hashes.json

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

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

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,18 @@ spec:
3333
items:
3434
properties:
3535
authenticationClass:
36-
description: |-
37-
Name of the [AuthenticationClass](https://docs.stackable.tech/home/nightly/concepts/authentication) used to authenticate users.
38-
39-
To get the concrete [`AuthenticationClass`], we must resolve it. This resolution can be achieved by using [`ClientAuthenticationDetails::resolve_class`].
36+
description: Name of the [AuthenticationClass](https://docs.stackable.tech/home/nightly/concepts/authentication) used to authenticate users
4037
type: string
4138
oidc:
42-
description: |-
43-
This field contains OIDC-specific configuration. It is only required in case OIDC is used.
44-
45-
Use [`ClientAuthenticationDetails::oidc_or_error`] to get the value or report an error to the user.
39+
description: This field contains OIDC-specific configuration. It is only required in case OIDC is used.
4640
nullable: true
4741
properties:
4842
clientCredentialsSecret:
4943
description: A reference to the OIDC client credentials secret. The secret contains the client id and secret.
5044
type: string
5145
extraScopes:
5246
default: []
53-
description: |-
54-
An optional list of extra scopes which get merged with the scopes defined in the [`AuthenticationClass`][1].
55-
56-
[1]: crate::crd::authentication::core::v1alpha1::AuthenticationClass
47+
description: An optional list of extra scopes which get merged with the scopes defined in the `AuthenticationClass`.
5748
items:
5849
type: string
5950
type: array
@@ -121,7 +112,7 @@ spec:
121112
description: |-
122113
A map of optional configuration settings that are listed in the git-sync [documentation].
123114
124-
Also read the git-sync [example] in our documentation.
115+
Also read the git-sync [example] in our documentation. These settings are not verified.
125116
126117
[documentation]: https://github.com/kubernetes/git-sync/tree/v4.2.4?tab=readme-ov-file#manual [example]: https://docs.stackable.tech/home/nightly/airflow/usage-guide/mounting-dags#_example
127118
type: object

0 commit comments

Comments
 (0)