Skip to content

Commit f4ded27

Browse files
authored
docs: Downgrade Entra example to 2.6.0 due to removed component (#901)
downgrade Entra example to 2.6.0 due to removed component
1 parent 040f3c7 commit f4ded27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/entra-static-nifi-policies/entra_nifi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ metadata:
173173
name: test-nifi
174174
spec:
175175
image:
176-
productVersion: 2.7.2
176+
# N.B. AzureGraphUserGroupProvider has been removed in 2.7.2: see https://github.com/apache/nifi/pull/10335
177+
productVersion: 2.6.0
177178
pullPolicy: IfNotPresent
178179
clusterConfig:
179180
authentication:

0 commit comments

Comments
 (0)