Skip to content

Commit 7a1c4ed

Browse files
adwk67xeniape
andauthored
chore: add oci references, merge templating changes (#320)
* updated deployment values to use Harbor * use draft op-rs branch for oci changes * uncomment patch section * bump stackable-operator version * revert patch section change --------- Co-authored-by: Xenia <xenia.fischer@stackable.tech>
1 parent 47645ab commit 7a1c4ed

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
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
@@ -17,7 +17,7 @@ futures = { version = "0.3", features = ["compat"] }
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = "1.0"
1919
snafu = "0.8"
20-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.1" }
20+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.85.0" }
2121
strum = { version = "0.26", features = ["derive"] }
2222
tokio = { version = "1.40", features = ["full"] }
2323
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/commons-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Default values for commons-operator.
22
---
33
image:
4-
repository: docker.stackable.tech/stackable/commons-operator
4+
repository: oci.stackable.tech/sdp/commons-operator
55
pullPolicy: IfNotPresent
66
pullSecrets: []
77

0 commit comments

Comments
 (0)