Skip to content

Commit 0a8b98c

Browse files
committed
bump operator-rs to 0.85
1 parent 91b5ea5 commit 0a8b98c

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
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
@@ -23,7 +23,7 @@ serde = { version = "1.0", features = ["derive"] }
2323
serde_json = "1.0"
2424
serde_yaml = "0.9"
2525
snafu = "0.8"
26-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.1" }
26+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.85.0" }
2727
strum = { version = "0.26", features = ["derive"] }
2828
tokio = { version = "1.40", features = ["full"] }
2929
tracing = "0.1"

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/kafka-operator/crds/crds.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ spec:
663663
Consult the [Product image selection documentation](https://docs.stackable.tech/home/nightly/concepts/product_image_selection) for details.
664664
properties:
665665
custom:
666-
description: Overwrite the docker image. Specify the full docker image name, e.g. `docker.stackable.tech/stackable/superset:1.4.1-stackable2.1.0`
666+
description: Overwrite the docker image. Specify the full docker image name, e.g. `oci.stackable.tech/sdp/superset:1.4.1-stackable2.1.0`
667667
type: string
668668
productVersion:
669669
description: Version of the product, e.g. `1.4.1`.
@@ -690,7 +690,7 @@ spec:
690690
nullable: true
691691
type: array
692692
repo:
693-
description: Name of the docker repo, e.g. `docker.stackable.tech/stackable`
693+
description: Name of the docker repo, e.g. `oci.stackable.tech/sdp`
694694
nullable: true
695695
type: string
696696
stackableVersion:

tests/test-definition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
dimensions:
77
- name: kafka
88
values:
9-
- 3.7.1,oci.stackable.tech/sdp/kafka:3.7.1-stackable0.0.0-dev
10-
- 3.8.0,oci.stackable.tech/sdp/kafka:3.8.0-stackable0.0.0-dev
9+
- 3.7.1
10+
- 3.8.0
1111
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
1212
# as in the example below.
1313
# - 3.8.0,oci.stackable.tech/sdp/kafka:3.8.0-stackable0.0.0-dev

0 commit comments

Comments
 (0)