Skip to content

Commit d132c15

Browse files
committed
Use custom image
1 parent 888ea50 commit d132c15

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

tests/templates/kuttl/oidc-opa/19_keycloak.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
serviceAccountName: keycloak
6262
containers:
6363
- name: keycloak
64-
image: quay.io/keycloak/keycloak:25.0.0
64+
image: quay.io/keycloak/keycloak:26.5.0
6565
args:
6666
- start-dev
6767
- --import-realm

tests/templates/kuttl/oidc-opa/25-opa-rego.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ data:
1212
nifi_node_proxy := "CN=generated certificate for pod"
1313
nifi_reporting_task_user := "admin"
1414
15-
# Setting "resourceNotFound" to true results in the parent resource beingevaluated for authorization,
15+
# Setting "resourceNotFound" to true results in the parent resource being evaluated for authorization,
1616
# e.g. the parent of a processor is the processor-group.
1717
# If a resource is matched by a rego rule that is not the default the parent resource will be ignored.
1818
default allow := {
@@ -54,7 +54,7 @@ data:
5454
group in ["nifi-process-group-b"]
5555
}
5656
57-
# Allow read-only access to group "nifi-user" to proccess group C
57+
# Allow read-only access to group "nifi-user" to process group C
5858
allow := {
5959
"allowed": true
6060
} if {

tests/test-definition.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dimensions:
44
values:
55
- 1.28.1
66
- 2.6.0
7-
- 2.7.2
7+
- 2.7.2,oci.stackable.tech/sandbox/sbernauer/nifi:2.7.2-no-hive-with-endpoint-stackable0.0.0-dev-amd64
88
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
99
# as in the example below.
1010
# - 2.6.0,oci.stackable.tech/sandbox/nifi:2.6.0-stackable0.0.0-dev
@@ -16,7 +16,7 @@ dimensions:
1616
- 2.7.2
1717
- name: nifi-latest
1818
values:
19-
- 2.7.2
19+
- 2.7.2,oci.stackable.tech/sandbox/sbernauer/nifi:2.7.2-no-hive-with-endpoint-stackable0.0.0-dev-amd64
2020
- name: nifi-iceberg-hive
2121
# Not all NiFi versions support Iceberg with the same functionality!
2222
# E.g. our own implementation started with NiFi 2.2.0
@@ -35,7 +35,7 @@ dimensions:
3535
- name: nifi-v2
3636
values:
3737
- 2.6.0
38-
- 2.7.2
38+
- 2.7.2,oci.stackable.tech/sandbox/sbernauer/nifi:2.7.2-no-hive-with-endpoint-stackable0.0.0-dev-amd64
3939
# Use Kubernetes manager if set to false
4040
- name: use-zookeeper-manager
4141
values:

0 commit comments

Comments
 (0)