Skip to content

Commit d823e5c

Browse files
xeniapeadwk67
andauthored
chore: add oci references, merge templating changes (#544)
* replace repo urls * use draft op-rs branch for oci changes * use patch instead of overriding dependencies * bump stackable-operator version * revert patch section changes * add changelog entry --------- Co-authored-by: Andrew Kenworthy <[email protected]>
1 parent 303f281 commit d823e5c

File tree

12 files changed

+32
-27
lines changed

12 files changed

+32
-27
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@ All notable changes to this project will be documented in this file.
1414
- Made RSA key length configurable for certificates issued by cert-manager ([#528]).
1515
- Kerberos principal backends now also provision principals for IP address, not just DNS hostnames ([#552]).
1616

17+
### Changed
18+
19+
- Default to OCI for image metadata ([#544]).
20+
1721
[#528]: https://github.com/stackabletech/secret-operator/pull/528
1822
[#548]: https://github.com/stackabletech/secret-operator/pull/548
1923
[#552]: https://github.com/stackabletech/secret-operator/pull/552
24+
[#544]: https://github.com/stackabletech/secret-operator/pull/544
2025

2126
## [24.11.1] - 2025-01-10
2227

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.1", features = ["time"] }
40+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.85.0", 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.

deploy/helm/secret-operator/values.yaml

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

88
csiProvisioner:
99
image:
10-
repository: docker.stackable.tech/k8s/sig-storage/csi-provisioner
10+
repository: oci.stackable.tech/sdp/sig-storage/csi-provisioner
1111
tag: v5.1.0
1212
pullPolicy: IfNotPresent
1313
resources:
@@ -19,7 +19,7 @@ csiProvisioner:
1919
memory: 128Mi
2020
csiNodeDriverRegistrar:
2121
image:
22-
repository: docker.stackable.tech/k8s/sig-storage/csi-node-driver-registrar
22+
repository: oci.stackable.tech/sdp/sig-storage/csi-node-driver-registrar
2323
tag: v2.13.0
2424
pullPolicy: IfNotPresent
2525
resources:

tests/templates/kuttl/cert-manager-tls/consumer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
spec:
1010
containers:
1111
- name: consumer
12-
image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable0.0.0-dev
12+
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
1313
command:
1414
- bash
1515
args:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
spec:
1212
containers:
1313
- name: client
14-
image: docker.stackable.tech/stackable/krb5:{{ test_scenario['values']['krb5'] }}-stackable0.0.0-dev
14+
image: oci.stackable.tech/sdp/krb5:{{ test_scenario['values']['krb5'] }}-stackable0.0.0-dev
1515
command:
1616
- bash
1717
args:

tests/templates/kuttl/kerberos/01-install-kdc.yaml.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
runAsUser: 0
2424
initContainers:
2525
- name: init
26-
image: docker.stackable.tech/stackable/krb5:{{ test_scenario['values']['krb5'] }}-stackable0.0.0-dev
26+
image: oci.stackable.tech/sdp/krb5:{{ test_scenario['values']['krb5'] }}-stackable0.0.0-dev
2727
args:
2828
- sh
2929
- -euo
@@ -44,7 +44,7 @@ spec:
4444
name: data
4545
containers:
4646
- name: kdc
47-
image: docker.stackable.tech/stackable/krb5:{{ test_scenario['values']['krb5'] }}-stackable0.0.0-dev
47+
image: oci.stackable.tech/sdp/krb5:{{ test_scenario['values']['krb5'] }}-stackable0.0.0-dev
4848
args:
4949
- krb5kdc
5050
- -n
@@ -57,7 +57,7 @@ spec:
5757
- mountPath: /var/kerberos/krb5kdc
5858
name: data
5959
- name: kadmind
60-
image: docker.stackable.tech/stackable/krb5:{{ test_scenario['values']['krb5'] }}-stackable0.0.0-dev
60+
image: oci.stackable.tech/sdp/krb5:{{ test_scenario['values']['krb5'] }}-stackable0.0.0-dev
6161
args:
6262
- kadmind
6363
- -nofork
@@ -70,7 +70,7 @@ spec:
7070
- mountPath: /var/kerberos/krb5kdc
7171
name: data
7272
- name: client
73-
image: docker.stackable.tech/stackable/krb5:{{ test_scenario['values']['krb5'] }}-stackable0.0.0-dev
73+
image: oci.stackable.tech/sdp/krb5:{{ test_scenario['values']['krb5'] }}-stackable0.0.0-dev
7474
tty: true
7575
stdin: true
7676
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
serviceAccount: integration-tests-sa
1111
containers:
1212
- name: client
13-
image: docker.stackable.tech/stackable/krb5:{{ test_scenario['values']['krb5'] }}-stackable0.0.0-dev
13+
image: oci.stackable.tech/sdp/krb5:{{ test_scenario['values']['krb5'] }}-stackable0.0.0-dev
1414
command:
1515
- bash
1616
args:

0 commit comments

Comments
 (0)