Skip to content

Commit 5e73a95

Browse files
authored
Upgrade to op-rs 0.84.1 (#551)
This reverts the FQDNization-by-default from 0.84.0
1 parent 2355cce commit 5e73a95

5 files changed

Lines changed: 17 additions & 17 deletions

File tree

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
@@ -37,7 +37,7 @@ serde_json = "1.0"
3737
serde_yaml = "0.9"
3838
snafu = "0.8"
3939
socket2 = { version = "0.5", features = ["all"] }
40-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.0", features = ["time"] }
40+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.1", features = ["time"] }
4141
strum = { version = "0.26", features = ["derive"] }
4242
sys-mount = { version = "3.0", default-features = false }
4343
tempfile = "3.12"

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.

tests/templates/kuttl/kerberos/kinit-client.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ spec:
2222
echo kiniting node
2323
kinit -kt /stackable/krb/keytab -p HTTP/$NODE_NAME
2424
echo kiniting service
25-
kinit -kt /stackable/krb/keytab -p HTTP/krb5-client.$NAMESPACE.svc.cluster.local.
25+
kinit -kt /stackable/krb/keytab -p HTTP/krb5-client.$NAMESPACE.svc.cluster.local
2626
echo kiniting pod
27-
kinit -kt /stackable/krb/keytab -p HTTP/$POD_NAME.krb5-client.$NAMESPACE.svc.cluster.local.
27+
kinit -kt /stackable/krb/keytab -p HTTP/$POD_NAME.krb5-client.$NAMESPACE.svc.cluster.local
2828
env:
2929
- name: KRB5_CONFIG
3030
value: /stackable/krb/krb5.conf

0 commit comments

Comments
 (0)